-
I build codon from source with GPU, and how to use GPU set_device like cuda code. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
arshajii
Jun 9, 2025
Replies: 1 comment
-
This is currently exposed in the API (although it should be), but you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qinwf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is currently exposed in the API (although it should be), but you can use the
CUDA_VISIBLE_DEVICES
environment variable to control which devices gets used.