Problem running with AMD CPU icd
#1
Trying to run with AMD CPU icd for some test on my Ryzen 1700X. I get the following error:

Code:
./hashcat64.bin --opencl-platform=2 -b 
hashcat (v4.0.1) starting in benchmark mode...

Benchmarking 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 option.

OpenCL Platform #1: NVIDIA Corporation, skipped or no OpenCL compatible devices found.

OpenCL Platform #2: Advanced Micro Devices, Inc.
================================================
* Device #1: AMD Ryzen 7 1700X Eight-Core Processor, 4012/16048 MB allocatable, 16MCU

Benchmark relevant options:
===========================
* --opencl-platforms=2
* --optimized-kernel-enable

Hashmode: 900 - MD4

clBuildProgram(): CL_BUILD_PROGRAM_FAILURE

error: unknown argument: '--no_warnings'
In file included from /root/hashcat-4.0.1/OpenCL/OCL20278T1.cl:12:
/root/hashcat-4.0.1/OpenCL/inc_common.cl:6:16: warning: 'extern' variable has an initializer
__constant u32 c_append_helper[64][16] =
               ^

error: Clang front-end compilation failed!
Frontend phase failed compilation.

* Device #1: Kernel /root/hashcat-4.0.1/OpenCL/m00900_a3-optimized.cl build failed - proceeding without this device.

Started: Thu Jan 11 13:19:53 2018
Stopped: Thu Jan 11 13:19:53 2018

Any hint?


Messages In This Thread
Problem running with AMD CPU icd - by malakudi - 01-11-2018, 01:21 PM