File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
source/detail/program_manager Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1413,7 +1413,7 @@ const char *getArchName(const device &Device) {
14131413 case syclex::architecture::ARCH: \
14141414 return #ARCH;
14151415#define __SYCL_ARCHITECTURE_ALIAS (ARCH, VAL )
1416- #include < sycl/ext/oneapi/experimental/architectures .def>
1416+ #include < sycl/ext/oneapi/experimental/device_architecture .def>
14171417#undef __SYCL_ARCHITECTURE
14181418#undef __SYCL_ARCHITECTURE_ALIAS
14191419 }
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ const char *getArchName(const device &Device) {
7777 case syclex::architecture::ARCH: \
7878 return #ARCH;
7979#define __SYCL_ARCHITECTURE_ALIAS (ARCH, VAL )
80- #include < sycl/ext/oneapi/experimental/architectures .def>
80+ #include < sycl/ext/oneapi/experimental/device_architecture .def>
8181#undef __SYCL_ARCHITECTURE
8282#undef __SYCL_ARCHITECTURE_ALIAS
8383 }
You can’t perform that action at this time.
0 commit comments