Open 007fred50 opened 4 years ago
To build for your specific card
sudo cmake .. -DETHASHCUDA=ON -DETHASHCL=OFF -DCOMPUTE=75
then
cmake --build
Hello there, sorry to bother bust I just had exactly the same issue as @007fred50 just that my GPU is different. So I was wondering, this -DCOMPUTE=75
what is it? I didn't used it because you said it was specific for his card... Thanks in advance @AndreaLanfranchi (-:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 460.39 Driver Version: 460.39 CUDA Version: 11.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Quadro RTX 3000 Off | 00000000:01:00.0 On | N/A |
| N/A 52C P5 11W / N/A | 419MiB / 5934MiB | 35% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1380 G /usr/lib/xorg/Xorg 49MiB |
| 0 N/A N/A 2035 G /usr/lib/xorg/Xorg 278MiB |
| 0 N/A N/A 2215 G /usr/bin/gnome-shell 50MiB |
+-----------------------------------------------------------------------------+
ok, I guess I can't =P
nvcc fatal : Unsupported gpu architecture 'compute_86'
@daviguima
Same issue, ever find a solution?
Same problem
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 460.91.03 Driver Version: 460.91.03 CUDA Version: 11.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 GeForce GeForce GTX 1080 Ti Off | 00000000:01:00.0 Off | N/A |
| 0% 30C P8 11W / 280W | 11MiB / 11178MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
| 1 Quadro P2000 Off | 00000000:02:00.0 On | N/A |
| 48% 37C P0 18W / 75W | 357MiB / 5055MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Sun_Jul_28_19:07:16_PDT_2019 Cuda compilation tools, release 10.1, V10.1.243
cmake version 3.21.0
Ubuntu 20.04.2 LTS
Hej, maybe you have to downgrade version ??
Downgrade Cuba version and Cuda compilation tools
Hello,
i try to compile the source code. from (https://github.com/ethereum-mining/ethminer)
step 1: sudo cmake .. -DETHASHCUDA=ON -DETHASHCL=OFF
step 2: but then i follow the guide here (https://www.perfacilis.com/blog/crypto-currency/mining-ethereum-on-ubuntu-with-ethminer.html)
i'm stuck at "cmake --build ." i got this error here:
nvcc --version
Can you help me with that?