mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-07-30 02:00:30 +08:00
Merge 57fe1dfbe9f5c436a4bb931883eef07110e5393b into 11de19f00cd24e244d2f6869c64810d63aafb926
This commit is contained in:
commit
92492ea9b2
@ -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…
x
Reference in New Issue
Block a user