aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/stream_executor_pimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/stream_executor_pimpl.h')
-rw-r--r--tensorflow/stream_executor/stream_executor_pimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/stream_executor/stream_executor_pimpl.h b/tensorflow/stream_executor/stream_executor_pimpl.h
index 3dbeddd5d4..9814f1b960 100644
--- a/tensorflow/stream_executor/stream_executor_pimpl.h
+++ b/tensorflow/stream_executor/stream_executor_pimpl.h
@@ -205,7 +205,7 @@ class StreamExecutor {
// This should be done before deallocating the region with delete[]/free/etc.
bool HostMemoryUnregister(void *location) SE_MUST_USE_RESULT;
- // Synchronizes all activity occuring in the StreamExecutor's context (most
+ // Synchronizes all activity occurring in the StreamExecutor's context (most
// likely a whole device).
bool SynchronizeAllActivity() SE_MUST_USE_RESULT;
@@ -238,7 +238,7 @@ class StreamExecutor {
DeviceMemoryBase *gpu_dst);
// Alternative interface for memcpying from host to device that takes an
- // array slice. Checks that the destination size can accomodate the host
+ // array slice. Checks that the destination size can accommodate the host
// slice size.
template <class T>
port::Status SynchronousMemcpyH2D(port::ArraySlice<T> host_src,
@@ -253,7 +253,7 @@ class StreamExecutor {
void *host_dst);
// Alternative interface for memcpying from device to host that takes an
- // array slice. Checks that the destination size can accomodate the host
+ // array slice. Checks that the destination size can accommodate the host
// slice size.
template <typename T>
port::Status SynchronousMemcpyD2H(const DeviceMemory<T> &gpu_src,