So I need some help in fixing this bug or error.
Using xevan in miner config works bu stupidly slow speeds and worthless mining using xevan-mod generates this error no matter what am trying.
GroestlCompress(H, M, T0, T1, T2, T3);
^
"C:\Users\User\AppData\Local\Temp\OCL1208T1.cl", line 365: error: identifier
"T1" is undefined
GroestlCompress(H, M, T0, T1, T2, T3);
^
"C:\Users\User\AppData\Local\Temp\OCL1208T1.cl", line 365: error: identifier
"T2" is undefined
GroestlCompress(H, M, T0, T1, T2, T3);
^
"C:\Users\User\AppData\Local\Temp\OCL1208T1.cl", line 365: error: identifier
"T3" is undefined
GroestlCompress(H, M, T0, T1, T2, T3);
^
"C:\Users\User\AppData\Local\Temp\OCL1208T1.cl", line 821: warning: goto
statement may cause irreducible control flow
if(flag) goto end;
^
"C:\Users\User\AppData\Local\Temp\OCL1208T1.cl", line 833: warning: goto
statement may cause irreducible control flow
goto compress;
^
12 errors detected in the compilation of "C:\Users\User\AppData\Local\Temp\OCL1208T1.cl".
Frontend phase failed compilation.
[21:09:14] Failed to init GPU thread 1, disabling device 1
[21:09:14] Restarting the GPU from the menu will not fix this.
[21:09:14] Re-check your configuration and try restarting.
Press enter to continue:
Yet I have the config with xevan-mod on 480 cards and works fine trying to use 390x machine I get the above error
Miner using
sgminer-xevan-5.5.0-nicehash-1-windows-amd64
conf file
{
"pools": [
{
"url": "stratum+tcp://lycheebit.com:3739",
"user": "xxx",
"pass": "c=XLR_XEVAN"
}
],
"profiles": [],
"failover-only": true,
"algorithm": "xevan-mod",
"device": "all",
"intensity": "17",
"worksize":"16",
"gpu-threads": "1",
"temp-cutoff": "95",
"temp-overheat": "85",
"temp-target": "75",
"gpu-memdiff": "0",
"shares": "0",
"kernel-path": "/usr/x86_64-w64-mingw32/bin",
"api-mcast-port": "4028",
"api-port": "4028",
"debug-log": true,
"expiry": "1",
"failover-switch-delay": "60",
"gpu-dyninterval": "7",
"gpu-platform": "0",
"hamsi-expand-big": "4",
"keccak-unroll": "0",
"no-pool-disable": true,
"no-client-reconnect": true,
"queue": "0",
"scan-time": "1",
"tcp-keepalive": "30",
"temp-hysteresis": "3",
"vote": "0",
"watchpool-refresh": "30"
}
Any help would be grateful of this and willing to pay small reward to someone who can fix or provides details on trying to fix and results in fixing the problem.
I have also tried latest AMD drivers resulting in same errors and tried previous drivers too and reverted back as same results as above.