Skip to content

Commit 17b5648

Browse files
committed
Update aspect-related failures
1 parent f24534b commit 17b5648

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

sycl/include/sycl/device_aspect_macros.hpp

+12-12
Original file line numberDiff line numberDiff line change
@@ -314,65 +314,65 @@
314314
#endif
315315

316316
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_limited_graph__
317-
// __SYCL_ASPECT(ext_oneapi_limited_graph, 63)
317+
// __SYCL_ASPECT(ext_oneapi_limited_graph, 62)
318318
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_limited_graph__ 0
319319
#endif
320320

321321
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_private_alloca__
322-
// __SYCL_ASPECT(ext_oneapi_private_alloca, 64)
322+
// __SYCL_ASPECT(ext_oneapi_private_alloca, 63)
323323
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_private_alloca__ 0
324324
#endif
325325

326326
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_cubemap__
327-
// __SYCL_ASPECT(ext_oneapi_cubemap, 65)
327+
// __SYCL_ASPECT(ext_oneapi_cubemap, 64)
328328
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_cubemap__ 0
329329
#endif
330330

331331
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_cubemap_seamless_filtering__
332-
// __SYCL_ASPECT(ext_oneapi_cubemap_seamless_filtering, 66)
332+
// __SYCL_ASPECT(ext_oneapi_cubemap_seamless_filtering, 65)
333333
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_cubemap_seamless_filtering__ 0
334334
#endif
335335

336336
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_1d_usm__
337-
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_1d_usm, 67)
337+
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_1d_usm, 66)
338338
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_1d_usm__ \
339339
0
340340
#endif
341341

342342
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_1d__
343-
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_1d, 68)
343+
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_1d, 67)
344344
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_1d__ 0
345345
#endif
346346

347347
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_2d_usm__
348-
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_2d_usm, 69)
348+
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_2d_usm, 68)
349349
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_2d_usm__ \
350350
0
351351
#endif
352352

353353
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_2d__
354-
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_2d, 70)
354+
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_2d, 69)
355355
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_2d__ 0
356356
#endif
357357

358358
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_3d_usm__
359-
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_3d_usm, 71)
359+
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_3d_usm, 70)
360360
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_3d_usm__ \
361361
0
362362
#endif
363363

364364
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_3d__
365-
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_3d, 72)
365+
//__SYCL_ASPECT(ext_oneapi_bindless_sampled_image_fetch_3d, 71)
366366
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_bindless_sampled_image_fetch_3d__ 0
367367
#endif
368368

369369
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_queue_profiling_tag__
370-
// __SYCL_ASPECT(ext_oneapi_queue_profiling_tag, 73)
370+
// __SYCL_ASPECT(ext_oneapi_queue_profiling_tag, 72)
371371
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_queue_profiling_tag__ 0
372372
#endif
373373

374374
#ifndef __SYCL_ALL_DEVICES_HAVE_ext_oneapi_virtual_mem__
375-
// __SYCL_ASPECT(ext_oneapi_virtual_mem, 74)
375+
// __SYCL_ASPECT(ext_oneapi_virtual_mem, 73)
376376
#define __SYCL_ALL_DEVICES_HAVE_ext_oneapi_virtual_mem__ 0
377377
#endif
378378

sycl/test/check_device_code/optional_kernel_features/private_alloca.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Kernel1;
1717
// CHECK-SAME: !sycl_used_aspects ![[#USED_ASPECTS:]]
1818

1919
// CHECK: ![[#USED_ASPECTS]] = !{![[#ASPECT:]]}
20-
// CHECK: ![[#ASPECT]] = !{!"ext_oneapi_private_alloca", i32 64}
20+
// CHECK: ![[#ASPECT]] = !{!"ext_oneapi_private_alloca", i32 63}
2121

2222
constexpr static sycl::specialization_id<int> size(10);
2323

0 commit comments

Comments
 (0)