mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-05 17:34:21 +00:00
Rename files to .cu and fix IDX2C usage
This commit is contained in:
@@ -9,8 +9,8 @@ include_directories(${CUDAToolkit_INCLUDE_DIRS})
|
||||
|
||||
# Add project source files for the library
|
||||
set(LIBRARY_SOURCES
|
||||
src/utils/cuda_helper.cpp
|
||||
src/layers/dense.cpp
|
||||
src/utils/cuda_helper.cu
|
||||
src/layers/dense.cu
|
||||
)
|
||||
|
||||
set(CMAKE_CUDA_ARCHITECTURES 75)
|
||||
|
||||
Reference in New Issue
Block a user