Skip to content

Commit 0203578

Browse files
authored
[SYCL][NFC] Add missing undef (#19902)
1 parent 357f96b commit 0203578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ static void printDeviceInfo(const device &Device, bool Verbose,
200200
if (Device.has(aspect::ASPECT)) \
201201
std::cout << " " << #ASPECT;
202202
#include <sycl/info/aspects.def>
203+
#undef __SYCL_ASPECT
203204
std::cout << std::endl;
204205
auto sg_sizes = Device.get_info<info::device::sub_group_sizes>();
205206
std::cout << Prepend << "info::device::sub_group_sizes:";

0 commit comments

Comments
 (0)