Skip to content

Commit eb728a8

Browse files
authored
Update pjrt.md (pytorch#5941)
Update some missing changes from `GPU` to `CUDA`
1 parent a5e0738 commit eb728a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pjrt.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _New features in PyTorch/XLA r2.0_:
3434
## TL;DR
3535

3636
* To use the PJRT preview runtime, set the `PJRT_DEVICE` environment variable to
37-
`CPU`, `TPU`, or `GPU`
37+
`CPU`, `TPU`, or `CUDA`
3838
* In XRT, all distributed workloads are multiprocess, with one process per
3939
device. On TPU v2 and v3 in PJRT, workloads are multiprocess and multithreaded
4040
(4 processes with 2 threads each), so your workload should be thread-safe. See
@@ -112,7 +112,7 @@ Sample diff from XRT to PJRT:
112112

113113
## Benefits
114114

115-
* Simple runtime configuration: just set `PJRT_DEVICE` to `TPU`, `CPU`, or `GPU`
115+
* Simple runtime configuration: just set `PJRT_DEVICE` to `TPU`, `CPU`, or `CUDA`
116116
and start using XLA! Or, let PJRT select a device automatically based on your
117117
environment.
118118
* Improved performance: reduced overhead from gRPC means faster end-to-end

0 commit comments

Comments
 (0)