Skip to content

Commit da8cd0c

Browse files
committed
Undo experimental change, clang format
1 parent 1bd9f25 commit da8cd0c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sycl/include/sycl/queue.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,6 @@ class __SYCL_EXPORT queue : public detail::OwnerLessBase<queue> {
760760
TlsCodeLocCapture.query());
761761
}
762762

763-
764763
/// Provides hints to the runtime library that data should be made available
765764
/// on a device earlier than Unified Shared Memory would normally require it
766765
/// to be available.

sycl/test-e2e/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def execute(self, test, litConfig):
181181
substitutions.append(
182182
(
183183
"%{build}",
184-
"%clangxx -fsycl -fpreview-breaking-changes -fsycl-targets=%{sycl_triple} %verbose_print %s",
184+
"%clangxx -fsycl -fsycl-targets=%{sycl_triple} %verbose_print %s",
185185
)
186186
)
187187
if platform.system() == "Windows":

0 commit comments

Comments
 (0)