Skip to content

Commit 791be93

Browse files
committed
architectures -> device_architecture for other includes
1 parent 1de2ce3 commit 791be93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

sycl/tools/sycl-ls/sycl-ls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)