Skip to content

Commit

Permalink
develop cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
tromp committed Oct 18, 2016
1 parent a29c3ac commit e088f4c
Show file tree
Hide file tree
Showing 2 changed files with 997 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -25,6 +25,9 @@ dev1: equi.h dev_miner.h dev_miner.cpp Makefile
eqcuda: equi_miner.cu equi.h blake2b.cu Makefile
nvcc -arch sm_35 equi_miner.cu blake/blake2b.cpp -o eqcuda

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

eqcuda1445: equi_miner.cu equi.h blake2b.cu Makefile
nvcc -DWN=144 -DWK=5 -DXWITHASH -arch sm_35 equi_miner.cu blake/blake2b.cpp -o eqcuda1445

Expand Down

0 comments on commit e088f4c

Please sign in to comment.