happy-kat wrote: ↑Tue Dec 08, 2020 10:53 am
GPU did crash for me using shrink module so miles better and occurs less frequent.
None GPU is still faster than before (extra 8Gb ram) and no crashes so far.
As I recall we never really got GPU switching to work for you, correct?
In the very latest version (1.7.455 Release Candidate 3), I made some improvements to the way the compute device is selected.
You can now override the default
vendor selection by creating a file named 'openclplatformindex.cfg' (please make sure it has exactly that name, including its extension) and putting the number '0' or the number '1' in there. This lets you use different OpenCL platforms/vendors/drivers in your system.
Before, there was also already similar functionality via a file named 'opencldeviceindex.cfg'. Same thing - put a '0' or '1' in there. This lets you use different devices from the
same vendor, running the same driver.
I think in your case you need the 'openclplatformindex.cfg' file (given we're dealing with two different vendors; Intel iGPU vs nVidia GT 730).
Hopefully this will let you select the more stable GPU solution.