From 0c944d69cb7a0f8dfd9b010eef3a685e86144048 Mon Sep 17 00:00:00 2001 From: Vlad Sytchenko Date: Mon, 4 May 2020 15:26:56 -0400 Subject: [PATCH] Fix even more typos from 357404e25ffb8e06645ff9b2e6417dfdb522146a Change-Id: I4f44261547b321a214348943ff5117eb5bd55b06 [ROCm/hip commit: bfad8d2833d4ba11c71ac3431dafbd7400b726ef] --- projects/hip/include/hip/hcc_detail/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/hcc_detail/hip_runtime_api.h b/projects/hip/include/hip/hcc_detail/hip_runtime_api.h index 0779c64db7..98afa369fa 100644 --- a/projects/hip/include/hip/hcc_detail/hip_runtime_api.h +++ b/projects/hip/include/hip/hcc_detail/hip_runtime_api.h @@ -3898,7 +3898,7 @@ static inline hipError_t hipBindTexture( const void *devPtr, size_t size = UINT_MAX) { - return hipBindTexture(offset, &tex, devPtr, tex.channelDesc, size); + return hipBindTexture(offset, &tex, devPtr, &tex.channelDesc, size); } template