there is no specific config for now ... i run it without putting anything
my code
GPU_MAX_ALLOC_PERCENT=100
sgminer.exe --kernel qubitcoin -o stratum+tcp://46.36.218.180:9372 -u GV4jD9htpFJTZFBTWTxe68PEX4waR2LeJa -p 123 -I 15
[10:40:57] Hardware monitoring may NOT match up with devices!
[10:40:57] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[10:40:57] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[10:40:57] Kernel qubitcoin is experimental.
[10:40:57] Error -11: Building Program (clBuildProgram)
[10:40:57] :71:10: fatal error: 'luffa.cl' file not found
#include "luffa.cl"
^
error: front end compiler failed build.
[10:40:57] Failed to init GPU thread 0, disabling device 0
[10:40:57] Restarting the GPU from the menu will not fix this.
[10:40:57] Try restarting sgminer.
Press enter to continue:
But I did add these to .bat:
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100