Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zachchan105 authored Mar 8, 2024
1 parent 862e616 commit f2e65ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ make -sj $(nproc)
Manually define CUDA stuff like this:
` cmake .. -DETHASHCUDA=ON -DETHASHCL=ON -DAPICORE=ON -DCUDA_nvrtc_LIBRARY=/usr/local/cuda-12.2/targets/x86_64-linux/lib/libnvrtc.so.12.2.91`

Alternatively:

`cmake .. -DETHASHCUDA=ON -DETHASHCL=ON -DAPICORE=ON -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-12.2`


### Windows

Expand Down

0 comments on commit f2e65ea

Please sign in to comment.