aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf
diff options
context:
space:
mode:
authorGravatar Wen-Heng (Jack) Chung <whchung@gmail.com>2018-07-20 19:03:55 +0000
committerGravatar Wen-Heng (Jack) Chung <whchung@gmail.com>2018-08-31 16:34:32 +0000
commit1b166c7e6f30bf7179f31764b3615e63025a7472 (patch)
tree11042dc030a62eb7518b65b5a28a9e45e4f00097 /tensorflow/core/protobuf
parent9af748444002eabc2e2ffa7ec5ad67f593f05c19 (diff)
Rename CUDA GPU ID to platform GPU ID
Rename CUDA GPU ID to platform GPU ID so the notion is applicable on both CUDA and ROCm platform.
Diffstat (limited to 'tensorflow/core/protobuf')
-rw-r--r--tensorflow/core/protobuf/config.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/protobuf/config.proto b/tensorflow/core/protobuf/config.proto
index da3a99565e..c68504a272 100644
--- a/tensorflow/core/protobuf/config.proto
+++ b/tensorflow/core/protobuf/config.proto
@@ -68,7 +68,7 @@ message GPUOptions {
// after the process starts. Users are required to use vendor
// specific mechanisms (e.g., CUDA_VISIBLE_DEVICES) to control the
// physical to visible device mapping prior to invoking TensorFlow.
- // 2. In the code, the ids in this list are also called "CUDA GPU id"s,
+ // 2. In the code, the ids in this list are also called "platform GPU id"s,
// and the 'virtual' ids of GPU devices (i.e. the ids in the device
// name "/device:GPU:<id>") are also called "TF GPU id"s. Please
// refer to third_party/tensorflow/core/common_runtime/gpu/gpu_id.h