Skip to content

Commit

Permalink
separate memory and TLB pressure controls, minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
tromp committed Dec 24, 2019
1 parent b111cb6 commit b54f7ef
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 241 deletions.
3 changes: 3 additions & 0 deletions src/cuckaroom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ cuda19: ../crypto/siphash.cuh compress.hpp graph.hpp mean.cu Makefile

cuda29: ../crypto/siphash.cuh compress.hpp graph.hpp mean.cu kernel.cuh Makefile
$(NVCC) -o $@ -DEDGEBITS=29 -arch sm_35 mean.cu $(BLAKE_2B_SRC)

cd29: ../crypto/siphash.cuh compress.hpp graph.hpp meaner.cu Makefile
$(NVCC) -o $@ -DEDGEBITS=29 -arch sm_35 meaner.cu $(BLAKE_2B_SRC)
Loading

0 comments on commit b54f7ef

Please sign in to comment.