mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-08 02:34:24 +00:00
Start implementing padding kernel
This commit is contained in:
@@ -11,6 +11,7 @@ include_directories(${CUDAToolkit_INCLUDE_DIRS})
|
||||
set(LIBRARY_SOURCES
|
||||
src/utils/cuda_helper.cu
|
||||
src/kernels/activations.cu
|
||||
src/kernels/padding.cu
|
||||
src/layers/dense.cu
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user