mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 17:54:27 +00:00
Rename files to .cu and fix IDX2C usage
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
set(LAYER_SOURCES layers/dense.cpp)
|
||||
set(LAYER_SOURCES layers/dense.cu)
|
||||
|
||||
add_library(CUDANet
|
||||
utils/cuda_helper.cpp
|
||||
utils/cuda_helper.cu
|
||||
${LAYER_SOURCES}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user