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

Change-Id: Ie34f1420839b17486346149b1672e70ec0088b54
Этот коммит содержится в:
Michael LIAO
2020-05-27 15:03:59 -04:00
родитель 1cfc9d1860
Коммит cbe2bedf42
+1 -1
Просмотреть файл
@@ -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,