Rename hheader files to .cuh

This commit is contained in:
2024-02-26 19:53:46 +01:00
parent d3520d5b13
commit 6e99525ad0
10 changed files with 8 additions and 7 deletions

View File

@@ -2,5 +2,6 @@ set(LAYER_SOURCES layers/dense.cu)
add_library(CUDANet
utils/cuda_helper.cu
utils/functions.cu
${LAYER_SOURCES}
)