Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCLomatic-test] test load and store headers #680

Open
wants to merge 12 commits into
base: SYCLomatic
Choose a base branch
from
1 change: 1 addition & 0 deletions help_function/src/onedpl_test_group_exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <sycl/sycl.hpp>
#include <dpct/dpct.hpp>
#include <dpct/dpl_utils.hpp>
#include <dpct/group_utils.hpp>
#include <iostream>

template <int GROUP_THREADS, typename InputT, int ITEMS_PER_THREAD,
Expand Down
1 change: 1 addition & 0 deletions help_function/src/onedpl_test_group_sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <sycl/sycl.hpp>
#include <dpct/dpct.hpp>
#include <dpct/dpl_utils.hpp>
#include <dpct/group_utils.hpp>
#include <iostream>

template <int GROUP_THREADS, typename InputT, int ITEMS_PER_THREAD,
Expand Down
Loading