Skip to content

Commit

Permalink
small cuda optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
tromp committed Oct 25, 2016
1 parent e153e58 commit 0531fd4
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 353 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ equidev1: equi.h equi_dev_miner.h equi_dev_miner.cpp Makefile
eqcuda: equi_miner.cu equi.h blake2b.cu Makefile
nvcc -DXINTREE -DUNROLL -arch sm_35 equi_miner.cu blake/blake2b.cpp -o eqcuda

eqcudah: equi_miner.cu equi.h blake2b.cu Makefile
nvcc -DHIST -DXINTREE -DUNROLL -arch sm_35 equi_miner.cu blake/blake2b.cpp -o eqcudah

devcuda: dev_miner.cu equi.h blake2b.cu Makefile
nvcc -DXINTREE -DUNROLL -arch sm_35 dev_miner.cu blake/blake2b.cpp -o devcuda

Expand Down
Loading

0 comments on commit 0531fd4

Please sign in to comment.