Start conv test implementation

This commit is contained in:
2024-03-07 22:03:05 +01:00
parent 7e75943a6b
commit 69ccba2dad
3 changed files with 48 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ include_directories(${GTEST_INCLUDE_DIRS})
add_executable(test_main
layers/test_dense.cu
layers/test_conv2d.cu
kernels/test_activations.cu
kernels/test_padding.cu
)