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