cuda-samples
cuda-samples copied to clipboard
bug resolve
add cudaDeviceReset() into p2pBandwidthLatencyTest to free gpu memory after test
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