You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CL_DEVICE_NOT_AVAILABLE] : OpenCL Error : Error: Build Program driver returned (-2)
Break on OpenCLErrorBreak to debug.
OpenCL Warning : clBuildProgram failed: could not build program for 0x1021e00 (AMD Radeon Pro 5500M Compute Engine) (err:-2)
Break on OpenCLWarningBreak to debug.
[CL_BUILD_ERROR] : OpenCL Build Error : Compiler build log:
:34:32: error: parameter may not be qualified with an address space
__local const uint32_t c_dag[PROGPOW_CACHE_WORDS],
^
:35:26: error: parameter may not be qualified with an address space
__local uint64_t share[GROUP_SHARE],
^
:220:6: warning: no previous prototype for function 'keccak_f800_round'
void keccak_f800_round(uint32_t st[25], const int r)
^
:265:10: warning: no previous prototype for function 'keccak_f800'
uint64_t keccak_f800(uint32_t* st)
^
:284:10: warning: no previous prototype for function 'kiss99'
uint32_t kiss99(kiss99_t* st)
^
:296:6: warning: no previous prototype for function 'fill_mix'
void fill_mix(local uint32_t* seed, uint32_t lane_id, uint32_t* mix)
^
:491:9: warning: 'FNV_PRIME' macro redefined
#define FNV_PRIME 0x01000193
^
:185:9: note: previous definition is here
#define FNV_PRIME 0x1000193
^
:366:10: warning: unused variable 'hash_seed'
uint32_t hash_seed[2]; // KISS99 initiator
^
:537:26: warning: unknown OpenCL extension 'cl_amd_media_ops' - ignoring
#pragma OPENCL EXTENSION cl_amd_media_ops : enable
^
:542:16: warning: implicit declaration of function 'amd_bitalign' is invalid in C99
return amd_bitalign((vv).xy, (vv).yx, 32 - r);
^
I have a problem with running ProgPow on my macbook (I am doing this only for test purposes).
When I start benchmark mode, I get:
I tried to do that on two machines with gpus like that:
and that:
In both cases, results are the same.
I am making the project using
I've seen related ethminer issue but it didn't help me.
The text was updated successfully, but these errors were encountered: