2018-03-01, 20:17
|
#2
|
"Mihai Preda"
Apr 2015
56616 Posts
|
-55 is "invalid work item size". Apparently the OpenCL system you're using does not support a 512 workgroup size.
Quote:
Originally Posted by SELROC
This on debian buster,
Here's an extract of the program output:
Note: using short, fused carry and fused tail kernels
OpenCL compilation in 616 ms, with " -DEXP=84674341u -I. -cl-fast-relaxed-math -cl-kernel-arg-info "
PRP-3: FFT 5000K (625 * 4096 * 2) of 84674341 (16.54 bits/word) [2018-03-01 19:57:46 CET]
Starting at iteration 0
error -55 (fft4K)
gpuowl: clwrap.h:267: void run(cl_queue, cl_kernel, size_t, size_t, const string&): Assertion `check(clEnqueueNDRangeKernel(queue, kernel, 1, __null, &workSize, &groupSize, 0, __null, __null), name.c_str())' failed.
Aborted
|
|
|
|