added hipFuncSetCacheConfig API for nvcc path
Change-Id: I87fae35bc0e10a0dca5ae1c5015fe5d9e52a1d0d
This commit is contained in:
@@ -897,6 +897,10 @@ inline static hipError_t hipModuleLaunchKernel(hipFunction_t f,
|
||||
}
|
||||
|
||||
|
||||
inline static hipError_t hipFuncSetCacheConfig(const void* func, hipFuncCache_t cacheConfig)
|
||||
{
|
||||
return hipCUDAErrorTohipError(cudaFuncSetCacheConfig(func, cacheConfig));
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user