We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27454de commit 6de561eCopy full SHA for 6de561e
sycl/test/basic_tests/accessor/host_acc_opt.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clangxx -O2 -isystem %sycl_include/sycl -isystem %sycl_include -S -emit-llvm %s -o - | FileCheck %s
+// RUN: %clangxx -std=c++17 -O2 -isystem %sycl_include/sycl -isystem %sycl_include -S -emit-llvm %s -o - | FileCheck %s
2
3
// The test verifies that the accessor::operator[] implementation is
4
// good enough for compiler to optimize away calls to getOffset and
0 commit comments