You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENTRY(cublasInit, "this functionality is redundant in SYCL.")
9
10
ENTRY(cublasShutdown, "this functionality is redundant in SYCL.")
10
11
ENTRY(cublasGetError, "this functionality is redundant in SYCL.")
@@ -42,4 +43,8 @@ ENTRY(cudaProfilerStop, "SYCL currently does not support this fun
42
43
ENTRY(cuFuncSetAttribute, "SYCL currently does not support setting kernel function attributes")
43
44
ENTRY(cuGetExportTable, "SYCL does not provide a standard API to export internal runtime or driver API. Check and implement the functionality corresponding to the function of the first parameter `const void **table` populated by the API.")
44
45
46
+
ENTRY(cuDevicePrimaryCtxSetFlags_v2, "SYCL currently does not support setting device context flags.")
47
+
ENTRY(cuDevicePrimaryCtxGetState, "SYCL currently does not support querying device context flags.")
48
+
45
49
ENTRY(cudaGraphicsResourceSetMapFlags, "this functionality is deprecated in DX12 and hence is not supported in SYCL.")
0 commit comments