Jetson TX1 and Jetson TX2 - 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: Jetson TX1 and Jetson TX2 (/thread-9246.html) |
Jetson TX1 and Jetson TX2 - Arrow4545 - 05-23-2020 I am trying to solve the problem of running Hashcat on the Jetson TX1 and Jetson TX2. I have seen people conducting benchmark test on the Jetson TX2 on YouTube using CUDA and not OpenCL. I know this can be done. There are plenty of people that shows them doing it but doesn't state how.
The problem is OpenCL. OpenCL will not work on the Jetson TX1 and Jetson TX2 but CUDA will work. The problem I am having is to get Hashcat to use CUDA and not rely on OpenCL. When I run the following command, I get the following error. Command: ./hashcat --benchmark --backend-ignore-opencl --optimized-kernel-enable Error: cuLinkAddData(): a PTX JIT compilation failed * Device #1: Kernel /home/arrow/hashcat/OpenCL/shared.cl link failed. Error Log: ptxas application ptx input, line 9; fatal : Unsupported .version 6.5; current version is '6.3' ptxas fatal : Ptx assembly aborted due to errors * Device #1: Kernel /home/arrow/hashcat/OpenCL/shared.cl build failed. I know I am close but I do need help. I am running:
|