mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 17:54:27 +00:00
Remove cudaDeviceReset calls from tests
This commit is contained in:
@@ -41,7 +41,7 @@ class DenseLayerTest : public ::testing::Test {
|
||||
void commonTestTeardown(float* d_input) {
|
||||
// Free device memory
|
||||
cudaFree(d_input);
|
||||
cudaDeviceReset();
|
||||
|
||||
}
|
||||
|
||||
cudaError_t cudaStatus;
|
||||
|
||||
Reference in New Issue
Block a user