Skip to content

Commit 2be3514

Browse files
Jack KirkJackAKirk
authored andcommitted
Fix last merge commit.
Signed-off-by: JackAKirk <[email protected]>
1 parent 03ca377 commit 2be3514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/include/llvm/SYCLLowerIR/DeviceConfigFile.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ def : TargetInfo<"__TestAspectList",
111111
AspectExt_oneapi_bindless_images_shared_usm, AspectExt_oneapi_bindless_images_1d_usm, AspectExt_oneapi_bindless_images_2d_usm,
112112
AspectExt_oneapi_interop_memory_import, AspectExt_oneapi_interop_memory_export,
113113
AspectExt_oneapi_interop_semaphore_import, AspectExt_oneapi_interop_semaphore_export,
114-
AspectExt_oneapi_mipmap, AspectExt_oneapi_mipmap_anisotropy, AspectExt_oneapi_mipmap_level_reference, AspectExt_oneapi_non_uniform_groups],
115-
AspectExt_oneapi_mipmap, AspectExt_oneapi_mipmap_anisotropy, AspectExt_oneapi_mipmap_level_reference, AspectExt_intel_esimd],
114+
AspectExt_oneapi_mipmap, AspectExt_oneapi_mipmap_anisotropy, AspectExt_oneapi_mipmap_level_reference, AspectExt_intel_esimd, AspectExt_oneapi_non_uniform_groups],
116115
[]>;
117116
// This definition serves the only purpose of testing whether the deprecated aspect list defined in here and in SYCL RT
118117
// match.

sycl/source/detail/device_impl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ bool device_impl::has(aspect Aspect) const {
553553
MDevice, PI_EXT_INTEL_DEVICE_INFO_ESIMD_SUPPORT, sizeof(pi_bool),
554554
&support, nullptr) == PI_SUCCESS;
555555
return call_successful && support;
556+
}
556557
case aspect::ext_oneapi_non_uniform_groups: {
557558
return (this->getBackend() == backend::ext_oneapi_level_zero) ||
558559
(this->getBackend() == backend::opencl) ||

0 commit comments

Comments
 (0)