update doc to use PJRT_DEVICE=CUDA instead of PJRT_DEVICE=GPU#5754
update doc to use PJRT_DEVICE=CUDA instead of PJRT_DEVICE=GPU#5754vanbasten23 merged 4 commits intomasterfrom
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: