Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 5030d99

Browse files
committed
fix desc
1 parent c4542bf commit 5030d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20200624-pluggable-device-for-tensorflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This section describes the user scenarios that are supported/unsupported for Plu
7676
### Front-end Mirroring mechanism
7777
This section describes the front-end mirroring mechanism for python users, pointing at previous user scenarios.
7878
* **device type && subdevice type**
79-
Device type is user visible and controllable. User can specify the device type for the ops. e.g, "gpu", "xpu", "cpu". Subdevice type is user visible and user specify which subdevice to use for the device type(mirroring), e.g.("NVIDIA_GPU", "INTEL_GPU", "AMD_GPU").
79+
Device type is user visible. User can specify the device type for the ops. e.g, "gpu", "xpu", "cpu". Subdevice type is user visible and user can specify which subdevice to use for the device type(mirroring), e.g.("NVIDIA_GPU", "INTEL_GPU", "AMD_GPU").
8080
```
8181
>> with tf.device("/gpu:0"):
8282
...

0 commit comments

Comments
 (0)