aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/cuda_launch_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/util/cuda_launch_config.h')
-rw-r--r--tensorflow/core/util/cuda_launch_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/util/cuda_launch_config.h b/tensorflow/core/util/cuda_launch_config.h
index 81df7a51d7..d0d95736d3 100644
--- a/tensorflow/core/util/cuda_launch_config.h
+++ b/tensorflow/core/util/cuda_launch_config.h
@@ -295,7 +295,7 @@ inline const cudaStream_t& GetCudaStream(OpKernelContext* context) {
reinterpret_cast<const cudaStream_t*>(context->op_device_context()
->stream()
->implementation()
- ->CudaStreamMemberHack()));
+ ->GpuStreamMemberHack()));
return *ptr;
}