Skip to content

Commit

Permalink
Remaining cl::sycl -> sycl
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Feb 8, 2024
1 parent efd8ce3 commit 7fa3b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test/basic_tests/builtins/relational_builtins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void foo() {
int main() {
sycl::queue q;
foo(); // Verify host.
q.submit([&](cl::sycl::handler &cgh) {
q.submit([&](sycl::handler &cgh) {
cgh.single_task<class test>([]() {
foo(); // verify device
});
Expand Down

0 comments on commit 7fa3b7c

Please sign in to comment.