Fix more cuda memcheck errors

This commit is contained in:
2024-04-21 22:56:55 +02:00
parent 58af95eb25
commit 26cea9b12c
3 changed files with 25 additions and 15 deletions

View File

@@ -66,5 +66,4 @@ TEST(AvgPoolingLayerTest, AvgPoolForwardTest) {
}
cudaFree(d_input);
cudaFree(d_output);
}