please help me solve this problem
one of my vega cards shuts down randomly. i've tried everything and i couldn't find why, it's not overheating, not overclocked too much, it can shut in a few minutes after miner start or after 24-80 hours, hr drops to 0
sbr monitors hs and tries to restart itself but hangs on loading kernels, because that card needs to be restarted
if i use "restart_devices_on_startup" after devcon restart i get CL_OUT_OF_HOST_MEMORY when creating clCreateCommandQueue for DeviceID 0 (Thread 0) error, so i have to use switch-radeon-gpu from cast_xmr (it works fine)
and sbr seems to disrespect my reboot-windows.bat
i need sbrminer to restart card not using devcon or restart pc
driver 18.3.4 win 10 1709
start.bat
setx GPU_FORCE_64BIT_PTR 1 >nul
setx GPU_MAX_HEAP_SIZE 100 >nul
setx GPU_MAX_USE_SYNC_OBJECTS 1 >nul
setx GPU_MAX_ALLOC_PERCENT 100 >nul
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100 >nul
cd C:\Mine\cast_xmr-vega
switch-radeon-gpu -G 0,1 --hbcc=off --largepages=on autorestart --admin
timeout /t 2
cd C:\Mine
OverdriveNTool.exe -p1srb1 -p2srb2
timeout /t 1
cd C:\Mine\SRBMiner
start SRBMiner-CN.exe --sendallstales --config configv7.txt --pools poolsxmr.txt
configv7
{
"cryptonight_type" : "normalv7",
"intensity" : 112,
"worksize" : 16,
"double_threads" : true,
"min_rig_speed" : 1900,
"min_rig_speed_duration" : 30,
"reboot_script" : "reboot-windows.bat",
}
reboot-windows.bat (it doesn't start when card goes off)
taskkill /im SRBMiner-CN.exe /f
setx GPU_FORCE_64BIT_PTR 1 >nul
setx GPU_MAX_HEAP_SIZE 100 >nul
setx GPU_MAX_USE_SYNC_OBJECTS 1 >nul
setx GPU_MAX_ALLOC_PERCENT 100 >nul
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100 >nul
cd C:\Mine\cast_xmr-vega
switch-radeon-gpu -G 0,1 --hbcc=off --largepages=on fullrestart --admin
timeout /t 2
cd C:\Mine
OverdriveNTool.exe -p1srb1 -p2srb2
timeout /t 1
cd C:\Mine\SRBMiner
start SRBMiner-CN.exe --sendallstales --config configv7.txt --pools poolsxmr.txt