Skip to content

Commit

Permalink
fixed github link in cuda/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon1777 committed Aug 25, 2024
1 parent 781415f commit c615e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cuda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This version includes a precompiled PTX, which would work with most modern GPUs.
you have to clone the project:

```sh
git clone https://github.com/TCLL253/karlsen-miner/karlsen-miner.git
git clone https://github.com/karlsen-network/karlsen-miner.git
cd karlsen-miner
# Compute version 8.6
/usr/local/cuda-11.5/bin/nvcc plugins/cuda/karlsen-cuda-native/src/karlsen-cuda.cu -std=c++11 -O3 --restrict --ptx --gpu-architecture=compute_86 --gpu-code=sm_86 -o plugins/cuda/resources/karlsen-cuda-sm86.ptx -Xptxas -O3 -Xcompiler -O3
Expand Down

0 comments on commit c615e0c

Please sign in to comment.