oneDPL icon indicating copy to clipboard operation
oneDPL copied to clipboard

Forward declarations of host dispatch tags

Open SergeyKopienko opened this issue 11 months ago • 0 comments

In this PR we create forward declarations of host dispatch tags for compatibility with our upstream:

template <class _IsVector>
struct __serial_tag;

template <class _IsVector>
struct __parallel_tag;

struct __parallel_forward_tag;

SergeyKopienko avatar Mar 19 '24 13:03 SergeyKopienko