Skip to content

Commit

Permalink
Single-pass scan kernel template (#1320)
Browse files Browse the repository at this point in the history
Introduce a kernel template for inclusive_scan that performs a single-pass over the input data

Co-authored-by: Sergey Kopienko <sergey.kopienko@intel.com>
Co-authored-by: Dmitriy Sobolev <Dmitriy.Sobolev@intel.com>
  • Loading branch information
3 people committed Apr 24, 2024
1 parent e3d8ba2 commit e625bf0
Show file tree
Hide file tree
Showing 6 changed files with 747 additions and 18 deletions.
4 changes: 3 additions & 1 deletion include/oneapi/dpl/experimental/kernel_templates
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#include "kt/kernel_param.h"

#if __has_include(<sycl/ext/intel/esimd.hpp>)
# include "kt/esimd_radix_sort.h"
# include "kt/esimd_radix_sort.h"
#endif

#include "kt/single_pass_scan.h"

#endif // _ONEDPL_KERNEL_TEMPLATES
Loading

0 comments on commit e625bf0

Please sign in to comment.