mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-04-12 20:28:37 +08:00
Merge branch 'pr/12'
This commit is contained in:
commit
ce9e54d2bf
|
@ -377,6 +377,7 @@ void cudaGraphsUsingStreamCapture(float *inputVec_h, float *inputVec_d,
|
|||
checkCudaErrors(cudaStreamDestroy(stream1));
|
||||
checkCudaErrors(cudaStreamDestroy(stream2));
|
||||
checkCudaErrors(cudaStreamDestroy(streamForGraph));
|
||||
checkCudaErrors(cudaEventDestroy(reduceKernelEvent));
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user