Skip to content

Commit ea60c67

Browse files
committed
Add definition of sycl-nvptx64-nvidia-cuda pass
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent 96f846e commit ea60c67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codebasin/compilers/intel.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ modes = ["sycl"]
5050
name = "sycl-spir64_fpga"
5151
defines = ["__SYCL_DEVICE_ONLY__", "__SPIR__", "__SPIRV__"]
5252
modes = ["sycl"]
53+
54+
[[compiler.icx.passes]]
55+
name = "sycl-nvptx64-nvidia-cuda"
56+
defines = ["__SYCL_DEVICE_ONLY__", "__NVPTX__"]
57+
modes = ["sycl"]

0 commit comments

Comments
 (0)