[hip] Those texture interfaces are C interfaces should be always exposed.

Change-Id: Ie34f1420839b17486346149b1672e70ec0088b54
This commit is contained in:
Michael LIAO
2020-05-27 15:03:59 -04:00
parent 3ba07f5e3c
commit f6addba699
+1 -1
View File
@@ -3377,7 +3377,7 @@ hipError_t hipLaunchKernel(const void* function_address,
size_t sharedMemBytes __dparm(0),
hipStream_t stream __dparm(0));
#if __HIP_ROCclr__
#if __HIP_ROCclr__ || !defined(__HCC__)
hipError_t hipBindTexture(
size_t* offset,
const textureReference* tex,