xmrig icon indicating copy to clipboard operation
xmrig copied to clipboard

error: parameter name omitted // Frontend phase failed compilation.

Open techroy23 opened this issue 4 years ago • 0 comments

Describe the bug Unable to complete benchmark due to unable to compile

To Reproduce run with normal settings with opencl only // disabled cpu/nvdia

Expected behavior Complete benchmark and save the config file.

Required data

  • Miner log
[2021-02-16 12:20:41.450]  opencl   use profile  cn/gpu  (3 threads) scratchpad 2048 KB
|  # | GPU |  BUS ID | INTENSITY | WSIZE | MEMORY | NAME
|  0 |   0 | 01:00.0 |       408 |     8 |    816 | Radeon 530 Series (Iceland)
|  1 |   0 | 01:00.0 |       408 |     8 |    816 | Radeon 530 Series (Iceland)
|  2 |   1 | 04:00.0 |       144 |     8 |    288 | AMD Radeon(TM) Vega 3 Graphics (gfx902)
[2021-02-16 12:20:41.491]  opencl   GPU #0 compiling...
[2021-02-16 12:20:41.523]  opencl   error CL_BUILD_PROGRAM_FAILURE when calling clBuildProgram
BUILD LOG:
C:\Users\JURIEL\AppData\Local\Temp\\OCL5516T2.cl:500:44: error: parameter name omitted
__kernel void cn0(__global ulong *input,int,__global int *Scratchpad,__global ulong *states,uint Threads)
                                           ^
1 error generated.

error: Clang front-end compilation failed!
Frontend phase failed compilation.
Error: Compiling CL to IR

[2021-02-16 12:20:41.556]  opencl   thread #0 failed with error CL_INVALID_PROGRAM
[2021-02-16 12:20:41.562]  opencl   thread #0 self-test failed
[2021-02-16 12:20:41.809]  opencl   GPU #1 compiling...
[2021-02-16 12:20:41.839]  opencl   error CL_BUILD_PROGRAM_FAILURE when calling clBuildProgram
BUILD LOG:
C:\Users\JURIEL\AppData\Local\Temp\\OCL5516T4.cl:500:44: error: parameter name omitted
__kernel void cn0(__global ulong *input,int,__global int *Scratchpad,__global ulong *states,uint Threads)
                                           ^
1 error generated.

error: Clang front-end compilation failed!
Frontend phase failed compilation.
Error: Compiling CL to IR

[2021-02-16 12:20:41.865]  opencl   thread #2 failed with error CL_INVALID_PROGRAM
[2021-02-16 12:20:41.865]  opencl   GPU #0 compiling...
[2021-02-16 12:20:41.868]  opencl   thread #2 self-test failed
[2021-02-16 12:20:41.890]  opencl   error CL_BUILD_PROGRAM_FAILURE when calling clBuildProgram
BUILD LOG:
C:\Users\JURIEL\AppData\Local\Temp\\OCL5516T5.cl:500:44: error: parameter name omitted
__kernel void cn0(__global ulong *input,int,__global int *Scratchpad,__global ulong *states,uint Threads)
                                           ^
1 error generated.

error: Clang front-end compilation failed!
Frontend phase failed compilation.
Error: Compiling CL to IR

[2021-02-16 12:20:41.915]  opencl   thread #1 failed with error CL_INVALID_PROGRAM
[2021-02-16 12:20:41.922]  opencl   thread #1 self-test failed
[2021-02-16 12:20:41.922]  opencl   disabled (failed to start threads)
  • OS: Win10 64bit enterprise

techroy23 avatar Feb 16 '21 04:02 techroy23