Skip to content

Commit

Permalink
Do not use entire sycl/sycl.hpp in small tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lbushi25 committed Feb 14, 2025
1 parent b97b714 commit b83903a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// RUN: %clang -fsycl -fsyntax-only -std=c++20 -Xclang -verify -Xclang -verify-ignore-unexpected=note,warning %s

#include <sycl/sycl.hpp>
#include <sycl/detail/core.hpp>
#include <sycl/kernel_bundle.hpp>

class kernel;

Expand Down

0 comments on commit b83903a

Please sign in to comment.