Skip to content

Commit

Permalink
v2.2-mod-r2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanashi-Meiyo-Meijin committed Aug 18, 2017
1 parent c9fb9ac commit 8affcb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,6 @@ scrypt/titan_kernel.o: scrypt/titan_kernel.cu
skein.o: skein.cu
$(NVCC) $(nvcc_FLAGS) --maxrregcount=64 -o $@ -c $<

lyra2/cuda_lyra2v2.o: lyra2/cuda_lyra2v2.cu
$(NVCC) $(nvcc_FLAGS) --maxrregcount=255 -o $@ -c $<

0 comments on commit 8affcb9

Please sign in to comment.