silx
silx copied to clipboard
Use of several GPU
trafficstars
I use PC with 2 GPU. Can i specify wich card i want to use?
On Sun, 07 Jun 2020 13:53:35 -0700 vedmed85 [email protected] wrote:
I use PC with 2 GPU. Can i specify wich card i want to use?
You can use the feature of pyOpenCL which allows you to select one specific device like: export PYOPENCL_CTX='0:1'
Use clinfo to know the ordering of the platforms and devices