Replies: 1 comment 1 reply
-
This question has also been asked in issue #7323 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I wanted to know you recommendation on running unit tests in parallel (for a multi-gpu machine), but only run a single test per GPU at a time.
In TensorFlow, you use bazel "run_under" argument with this script to control the number of unit tests running in parallel per GPU.
I appreciate if you can provide more information about your solution for JAX in your internal CI builds to provide the same controllability with "pytest".
Beta Was this translation helpful? Give feedback.
All reactions