Hello All,
I try to setup TBM on HiveOs with different GPU.
GPU 0 : 3070ti
GPU 1 : 6700XT
GPU2 : 3060ti
etc
I try different setting to take only 3060ti and 6700XT but seems doesn't work.
1st test : -b --> take only amd card is working
2nd test : --auto-detect --> all card is working
3rd test : --cuda-devices [2] --> OK only 3060ti is working
4rd test : --cuda-devices [2] --cl-devices [1] --> 1 is the id of the 6700XT card // FAIL : source/sp_workers/cl_gpu.cpp:cl_setup_devices():576: A OpenCL runtime error occured: CL_INVALID_VALUE
I try all --cl-devices
- with x=0 to 15 and all the time the miner fail and restart.
I just would like to take all the AMD card and a list of NVIDIA card (no-LHR card), do you have another way to do that or something I do wrong ?