multi-GPU #67
multi-GPU
#67
-
Is there any way to build a multi-GPU environment with this simulator? I may not have a basic knowledge of go |
Beta Was this translation helpful? Give feedback.
Answered by
syifan
May 29, 2024
Replies: 1 comment 1 reply
-
The default configuration supports multi-GPU simulation. You can execute with something like Go is very easy to learn. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
syifan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default configuration supports multi-GPU simulation. You can execute with something like
-gpus=1,2,3,4
or-unified-gpus=1,2,3,4
to support multi-GPU execution.Go is very easy to learn.