Skip to content

Commit

Permalink
[SYCL][Graph] Fix missing includes for e2e tests using reduction (int…
Browse files Browse the repository at this point in the history
…el#15115)

Issue resulting of incomplete finer grained includes
intel#13846
  • Loading branch information
reble authored Aug 20, 2024
1 parent 0a9db37 commit ad6ffcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sycl/test-e2e/Graph/Inputs/dotp_buffer_reduction.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Tests creating a dotp operation which uses a sycl reduction with buffers.

#include "../graph_common.hpp"
#include <sycl/reduction.hpp>

int main() {
queue Queue{};
Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Graph/Inputs/dotp_usm_reduction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// operation which uses a sycl reduction with USM memory.

#include "../graph_common.hpp"
#include <sycl/reduction.hpp>

int main() {
queue Queue{};
Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Graph/Inputs/sub_graph_reduction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// reduction as well as a sub-graph.

#include "../graph_common.hpp"
#include <sycl/reduction.hpp>

int main() {
queue Queue{};
Expand Down

0 comments on commit ad6ffcd

Please sign in to comment.