invalid value for --gpu-architecture - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: invalid value for --gpu-architecture (/thread-11711.html) |
invalid value for --gpu-architecture - johngamble - 12-04-2023 I am an AI/ML researcher in the field of finance technologies therefore previously had installed CUDA. When I run hashcat in benchmark mode "hashcat -b", every single method (MD5, Hash Mode xxxx) returns this: Code: hashcat (v6.2.6) starting in benchmark modeBenchmarking uses hand-optimized kernel code by default.You can use it in your cracking session by setting the -O option.Note: Using optimized kernel code limits the maximum supported password length.To disable the optimized kernel code in benchmark mode, use the -w -My CUDA Toolkit version is 10.1 -I use Game Ready Driver 546.29 -Nvidia SMI is properly installed Why would this happen? Should my CUDA Toolkit be up to date, the same API that my GR Driver uses? How can I fix it? RE: invalid value for --gpu-architecture - Chick3nman - 12-05-2023 This is a toolkit/driver mismatch. Your driver is FAR newer than your toolkit version from what you've posted. You should be on toolkit 12.3update1 with a driver that new. RE: invalid value for --gpu-architecture - johngamble - 12-05-2023 This solved my problem: (12-05-2023, 09:35 AM)Chick3nman Wrote: This is a toolkit/driver mismatch. Your driver is FAR newer than your toolkit version from what you've posted. You should be on toolkit 12.3update1 with a driver that new. +rep |