Skip to content

Commit

Permalink
Clarify the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-sobolev committed Dec 9, 2024
1 parent 2907064 commit e1288e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/dpl/pstl/hetero/dpcpp/sycl_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# endif
#endif
// Feature macros, opt-out logic stems from the assumption that SYCL 2020 specification is supported by default
// SYCL 2020 feature macros, opt-out logic stems from the assumption that they are supported by default
#define _ONEDPL_SYCL2020_KERNEL_DEVICE_API_ABSENT (_ONEDPL_LIBSYCL_VERSION < 50200)
#define _ONEDPL_SYCL2020_BITCAST_ABSENT (_ONEDPL_LIBSYCL_VERSION < 50300)
#define _ONEDPL_SYCL2020_NO_INIT_ABSENT (_ONEDPL_LIBSYCL_VERSION < 50300)
Expand Down

0 comments on commit e1288e8

Please sign in to comment.