mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
Remove cudaDeviceReset calls from tests
This commit is contained in:
@@ -23,5 +23,5 @@ TEST(OutputLayerTest, OutputForward) {
|
||||
}
|
||||
|
||||
cudaFree(d_input);
|
||||
cudaDeviceReset();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user