cuda-samples icon indicating copy to clipboard operation
cuda-samples copied to clipboard

bug resolve

Open konnase opened this issue 6 years ago • 1 comments

add cudaDeviceReset() into p2pBandwidthLatencyTest to free gpu memory after test

konnase avatar Aug 10 '19 06:08 konnase

if we don't call cudaDeviceReset() for each GPU, the process will not free it's memory on each GPU. As can be seen in initialization

konnase avatar Aug 13 '19 02:08 konnase