File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ _New features in PyTorch/XLA r2.0_:
34
34
## TL;DR
35
35
36
36
* To use the PJRT preview runtime, set the ` PJRT_DEVICE ` environment variable to
37
- ` CPU ` , ` TPU ` , or ` GPU `
37
+ ` CPU ` , ` TPU ` , or ` CUDA `
38
38
* In XRT, all distributed workloads are multiprocess, with one process per
39
39
device. On TPU v2 and v3 in PJRT, workloads are multiprocess and multithreaded
40
40
(4 processes with 2 threads each), so your workload should be thread-safe. See
@@ -112,7 +112,7 @@ Sample diff from XRT to PJRT:
112
112
113
113
## Benefits
114
114
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 `
116
116
and start using XLA! Or, let PJRT select a device automatically based on your
117
117
environment.
118
118
* Improved performance: reduced overhead from gRPC means faster end-to-end
You can’t perform that action at this time.
0 commit comments