-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update doc to use PJRT_DEVICE=CUDA instead of PJRT_DEVICE=GPU #5754
Conversation
Thanks for the update. Do we also want to remove the |
Hey @vanbasten23 can we make sure |
Yeah, that's a good point. I plan to remove it in a follow-up PR |
FWIW, it's already causing some problem: if I use our nightly (11/1/23), I see:
On the contrary, r2.1 returns |
Yes, that's what we saw when run on GPU recently. |
hi @JackCaoG , I've added warning messages and fix the currently known bug. |
@vanbasten23 just have one test run with |
GPU CI test TestDynamicShapeModels is failing:
and it's likely due to the recent pin update. A likely culprit is openxla/xla@33bcc66. The test has not been run since last pin update because xla/test/ds/test_dynamic_shape_models.py Line 46 in a93e14b
Luckily, another cl is trying to revert openxla/xla@33bcc66. I'll skip this test on GPU for now and only let it run on TPU (on TPU, the test succeeds.). |
Thanks for the review! |
…h#5754) * update doc to use PJRT_DEVICE=CUDA instead of PJRT_DEVICE=GPU * add warning message. * fix comment and test failure. * skip dynamic shape model test on cuda.
* update doc to use PJRT_DEVICE=CUDA instead of PJRT_DEVICE=GPU * add warning message. * fix comment and test failure. * skip dynamic shape model test on cuda.
* update doc to use PJRT_DEVICE=CUDA instead of PJRT_DEVICE=GPU * add warning message. * fix comment and test failure. * skip dynamic shape model test on cuda.
…h#5754) * update doc to use PJRT_DEVICE=CUDA instead of PJRT_DEVICE=GPU * add warning message. * fix comment and test failure. * skip dynamic shape model test on cuda.
* update doc to use PJRT_DEVICE=CUDA instead of PJRT_DEVICE=GPU * add warning message. * fix comment and test failure. * skip dynamic shape model test on cuda.
* update doc to use PJRT_DEVICE=CUDA instead of PJRT_DEVICE=GPU * add warning message. * fix comment and test failure. * skip dynamic shape model test on cuda.
#5675 discovered that runtime has replaced PJRT_DEVICE GPU with cuda and rocm. This PR updates our GPU documentation.
Test via: