Skip to content

Commit

Permalink
make kernel.cu a header file (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
tromp authored and yeastplume committed Sep 3, 2019
1 parent 17185f4 commit f4afa5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cuckoo-miner/src/cuckoo_sys/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ build_cpu_target("${AR2_CPU_SRC}" cuckarood_cpu_avx2_29 "-mavx2 -DNSIPHASH=8 -DE

### AR CUDA TARGETS #########################################

set (AR2_CUDA_SRC cuckoo/src/cuckarood/photon.cu cuckoo/src/cuckarood/kernel.cu ${BLAKE_2B} )
set (AR2_CUDA_SRC cuckoo/src/cuckarood/kernel.cuh cuckoo/src/cuckarood/photon.cu ${BLAKE_2B} )

if (NOT SKIP_CUCKAROOD_GPU)
build_cuda_target("${AR2_CUDA_SRC}" cuckarood_cuda_19 "-DXBITS=1 -DEPS_A=4 -DEPS_B=3 -DIDXSHIFT=8 -DEDGEBITS=19")
Expand Down
2 changes: 1 addition & 1 deletion cuckoo-miner/src/cuckoo_sys/plugins/cuckoo

0 comments on commit f4afa5c

Please sign in to comment.