Device change?
#5
Do not trust nvida-smi!

I can reproduce this problem (if I force a driver/cuda mis-match):
Code:
$ pacman -Q
nvidia 550.90.07-3
nvidia-lts 1:550.90.07-3
nvidia-settings 550.78-1
nvidia-utils 550.90.07-3
opencl-nvidia 550.90.07-3
cuda 12.5.0-1

Code:
$ nvidia-smi
Sun Jun 23 20:01:35 2024      
| NVIDIA-SMI 550.90.07              Driver Version: 550.90.07      CUDA Version: 12.4
The installed version is definitely not 12.4 (as reported by nvidia-smi).


And I end up into the same problem:
Code:
$ hashcat -m 22000 --benchmark
hashcat (v6.2.6-848-gc1a10518f) starting in benchmark mode
...
The device #2 specifically listed was skipped because it is an alias of device #1
CUDA API (CUDA 12.4)
====================
* Device #1: NVIDIA GeForce GTX 1080 Ti, 11027/11165 MB, 28MCU

OpenCL API (OpenCL 3.0 CUDA 12.4.131) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #2: NVIDIA GeForce GTX 1080 Ti, skipped
...
-------------------------------------------------------------
* Hash-Mode 22000 (WPA-PBKDF2-PMKID+EAPOL) [Iterations: 4095]
-------------------------------------------------------------

cuLinkAddData(): the provided PTX was compiled with an unsupported toolchain.

* Device #1: Kernel /usr/share/hashcat/OpenCL/shared.cl link failed. Error Log:

ptxas application ptx input, line 9; fatal   : Unsupported .version 8.5; current version is '8.4'


After I fixed it (going back to cuda 12.4.1):
Code:
$ pacman -Q
nvidia 550.90.07-3
nvidia-lts 1:550.90.07-3
nvidia-settings 550.78-1
nvidia-utils 550.90.07-3
opencl-nvidia 550.90.07-3
cuda 12.4.1-4

Code:
$ nvidia-smi
Sun Jun 23 20:14:51 2024      
NVIDIA-SMI 550.90.07              Driver Version: 550.90.07      CUDA Version: 12.4

everything is fine:
Code:
$ hashcat -m22000 --benchmark
hashcat (v6.2.6-848-gc1a10518f) starting in benchmark mode
...
Started: Sun Jun 23 20:11:51 2024
Stopped: Sun Jun 23 20:11:54 2024

BTW:
If you're running Arch Linux - this problem has been reported here:
https://gitlab.archlinux.org/archlinux/p...-/issues/7
Reply


Messages In This Thread
Device change? - by Pand4 - 06-22-2024, 04:25 AM
RE: Device change? - by ZerBea - 06-22-2024, 02:55 PM
RE: Device change? - by penguinkeeper - 06-22-2024, 02:56 PM
RE: Device change? - by Pand4 - 06-23-2024, 11:15 AM
RE: Device change? - by ZerBea - 06-23-2024, 08:11 PM
RE: Device change? - by Pand4 - 06-23-2024, 09:00 PM