mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-07 02:04:26 +00:00
Use shared memory for mat vec mul kernel
This commit is contained in:
@@ -7,6 +7,7 @@ add_executable(test_main
|
||||
layers/test_input.cu
|
||||
kernels/test_activations.cu
|
||||
kernels/test_padding.cu
|
||||
kernels/test_matmul.cu
|
||||
)
|
||||
|
||||
target_link_libraries(test_main ${GTEST_BOTH_LIBRARIES} CUDANet)
|
||||
|
||||
Reference in New Issue
Block a user