aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/partition_assignment.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/gpu/partition_assignment.h')
-rw-r--r--tensorflow/compiler/xla/service/gpu/partition_assignment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/gpu/partition_assignment.h b/tensorflow/compiler/xla/service/gpu/partition_assignment.h
index 8ac4c59966..8f7fce884a 100644
--- a/tensorflow/compiler/xla/service/gpu/partition_assignment.h
+++ b/tensorflow/compiler/xla/service/gpu/partition_assignment.h
@@ -33,7 +33,7 @@ namespace gpu {
enum class PartitionStrategy {
// Optimized for latency by allowing maximum number of registers per thread.
kLatency,
- // Optimized for throughtput. This may limit registers per thread and cause
+ // Optimized for throughput. This may limit registers per thread and cause
// longer latency.
kThroughput
};