You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Defined in <oneapi/dpl/version>
#define ONEDPL_SPEC_VERSION /*implementation-defined*/
The ONEDPL_SPEC_VERSION macro must be defined to the decimal literal whose value equals to major-spec-version * 100 + minor-spec-version, where major-spec-version and minor-spec-version
are the major and the minor versions of the latest fully supported specification.
The macro also needs to be documented in the developer guide.
The text was updated successfully, but these errors were encountered:
Summary:
Implement the macro for the supported specification version, as described in uxlfoundation/oneAPI-spec#591:
The macro also needs to be documented in the developer guide.
The text was updated successfully, but these errors were encountered: