silx icon indicating copy to clipboard operation
silx copied to clipboard

Use of several GPU

Open vedmed85 opened this issue 5 years ago • 1 comments
trafficstars

I use PC with 2 GPU. Can i specify wich card i want to use?

vedmed85 avatar Jun 07 '20 20:06 vedmed85

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

kif avatar Jun 08 '20 06:06 kif