Skip to content

Commit

Permalink
[UR] Rename cluster launch support enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
martygrant committed Jan 24, 2025
1 parent 02d2e34 commit 6447d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/include/sycl/info/device_traits.def
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ __SYCL_PARAM_TRAITS_SPEC(device, ext_oneapi_max_work_groups_3d, id<3>,
UR_DEVICE_INFO_MAX_WORK_GROUPS_3D)
__SYCL_PARAM_TRAITS_SPEC(device, ext_oneapi_max_global_work_groups, size_t, __SYCL_TRAIT_HANDLED_IN_RT)
__SYCL_PARAM_TRAITS_SPEC(device, ext_oneapi_cuda_cluster_group, bool,
UR_DEVICE_INFO_CLUSTER_LAUNCH_EXP)
UR_DEVICE_INFO_CLUSTER_LAUNCH_SUPPORT_EXP)

#ifdef __SYCL_PARAM_TRAITS_TEMPLATE_SPEC_NEEDS_UNDEF
#undef __SYCL_PARAM_TRAITS_TEMPLATE_SPEC
Expand Down

0 comments on commit 6447d92

Please sign in to comment.