Add hc_cuCtxSetCacheConfig()

This commit is contained in:
Jens Steube
2019-05-09 00:04:05 +02:00
parent fb82bfc169
commit 33028314f0
3 changed files with 65 additions and 0 deletions
+1
View File
@@ -1024,6 +1024,7 @@ typedef struct hc_cuda_lib
CUDA_CUCTXGETSHAREDMEMCONFIG cuCtxGetSharedMemConfig;
CUDA_CUCTXPOPCURRENT cuCtxPopCurrent;
CUDA_CUCTXPUSHCURRENT cuCtxPushCurrent;
CUDA_CUCTXSETCACHECONFIG cuCtxSetCacheConfig;
CUDA_CUCTXSETCURRENT cuCtxSetCurrent;
CUDA_CUCTXSETSHAREDMEMCONFIG cuCtxSetSharedMemConfig;
CUDA_CUCTXSYNCHRONIZE cuCtxSynchronize;