From 833fa0b6eb3a26c00d10620d4604312652bbd78a Mon Sep 17 00:00:00 2001
From: foreman
Date: Wed, 7 Aug 2019 11:07:16 -0400
Subject: [PATCH] P4 to Git Change 1979460 by kjayapra@3_HIPWS_TXHDR_ROCM on
2019/08/07 11:05:27
SWDEV-145570 - Code changes after header update.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_texture.cpp#13 edit
[ROCm/clr commit: 534fcf8222e7e88e1b3ddbcbdc1a66105aa37813]
---
projects/clr/hipamd/api/hip/hip_texture.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/clr/hipamd/api/hip/hip_texture.cpp b/projects/clr/hipamd/api/hip/hip_texture.cpp
index e8fd421470..4857e4ba55 100644
--- a/projects/clr/hipamd/api/hip/hip_texture.cpp
+++ b/projects/clr/hipamd/api/hip/hip_texture.cpp
@@ -442,7 +442,7 @@ hipError_t hipBindTextureToArray(textureReference* tex, hipArray_const_t array,
HIP_RETURN(hipErrorUnknown);
}
-hipError_t ihipBindTextureToArrayImpl(int dim, enum hipTextureReadMode readMode,
+hipError_t ihipBindTextureToArrayImpl(TlsData* tls, int dim, enum hipTextureReadMode readMode,
hipArray_const_t array,
const struct hipChannelFormatDesc& desc,
textureReference* tex) {