We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139b131 commit e5d01d2Copy full SHA for e5d01d2
.github/CODEOWNERS
@@ -47,6 +47,12 @@ sycl/plugins/esimd_emulator/ @intel/dpcpp-esimd-reviewers
47
sycl/plugins/**/cuda/ @intel/llvm-reviewers-cuda
48
sycl/plugins/**/hip/ @intel/llvm-reviewers-cuda
49
50
+# CUDA specific runtime implementations
51
+sycl/include/sycl/ext/oneapi/experimental/cuda/ @intel/llvm-reviewers-cuda
52
+
53
+# CUDA device code tests
54
+sycl/test/check_device_code/cuda/ @intel/llvm-reviewers-cuda
55
56
# XPTI instrumentation utilities
57
xpti/ @intel/llvm-reviewers-runtime
58
xptifw/ @intel/llvm-reviewers-runtime
0 commit comments