oneDPL
oneDPL copied to clipboard
Forward declarations of host dispatch tags
In this PR we create forward declarations of host dispatch tags for compatibility with our upstream:
- create them in the file include/oneapi/dpl/pstl/execution_defs.h
template <class _IsVector>
struct __serial_tag;
template <class _IsVector>
struct __parallel_tag;
struct __parallel_forward_tag;