I've been using the 1.0 release of the Qristal SDK via the Docker image, and have successfully run some circuits. I'm not sure if it is using the available GPUs however, and I'm not sure how to check this. Can I force it at runtime, or control in the running session?
Is there a way to force Qristal SDK to use available NVIDIA GPUs by default?
51 views Asked by Tim M. At
1
If your system has one or more NVIDIA GPUs, install the NVIDIA Container Toolkit and add the switch
--gpus allto the docker run command in order to use them.So this would look like:
Referencing the updated the quickstart guide. Good catch.