Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit a23691e

Browse files
Remove "cl" prefixes
1 parent 6fd5ca7 commit a23691e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/USM/allocator_rebind.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
#include <CL/sycl.hpp>
15+
#include <sycl.hpp>
1616

17-
using namespace cl::sycl;
17+
using namespace sycl;
1818

1919
// Allocator has a minimum internal alignment of 64, so use higher values for
2020
// the purpose of this test.

0 commit comments

Comments
 (0)