From 5eb33462b7ae9502ad137f44536fa1e2211344fe Mon Sep 17 00:00:00 2001 From: pensun Date: Thu, 26 Jan 2017 11:28:15 -0600 Subject: [PATCH] fix missing semicolon on NV path Change-Id: I3cfecb7bd534578a1f5a07ca9397092dcf01db07 [ROCm/hip commit: 84042156589635a17ddf2180809c18434f336e59] --- projects/hip/include/hip/nvcc_detail/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/nvcc_detail/hip_runtime_api.h b/projects/hip/include/hip/nvcc_detail/hip_runtime_api.h index 3cd5667175..7b970da8df 100644 --- a/projects/hip/include/hip/nvcc_detail/hip_runtime_api.h +++ b/projects/hip/include/hip/nvcc_detail/hip_runtime_api.h @@ -88,7 +88,7 @@ typedef CUdeviceptr hipDeviceptr_t; typedef cudaChannelFormatKind hipChannelFormatKind; typedef cudaChannelFormatDesc hipChannelFormatDesc; typedef cudaTextureReadMode hipTextureReadMode; -typedef cudaArray hipArray +typedef cudaArray hipArray; // Flags that can be used with hipStreamCreateWithFlags #define hipStreamDefault cudaStreamDefault