Skip to content

Commit

Permalink
Support FPGA backend. Adopt offload tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKopienko committed Oct 25, 2023
1 parent a9cf52c commit 1622733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/dpl/pstl/execution_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ __is_parallelization_preferred(_ExecutionPolicy& __exec)
//------------------------------------------------------------------------

struct __tbb_backend_tag {};
// KSATODO required create tag for onedpl
// KSATODO required create tag for dpcpp -> already implemented: __device_backend_tag, __fpga_backend_tag
// KSATODO required create tag for omp

template <class _IsVector>
Expand Down

0 comments on commit 1622733

Please sign in to comment.