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 bc30bef commit 974cc70Copy full SHA for 974cc70
llvm/lib/SYCLLowerIR/ESIMD/ESIMDVerifier.cpp
@@ -31,6 +31,7 @@ namespace id = itanium_demangle;
31
#define DEBUG_TYPE "esimd-verifier"
32
33
// A list of SYCL functions (regexps) allowed for use in ESIMD context.
34
+// clang-format off
35
static const char *LegalSYCLFunctions[] = {
36
"^sycl::_V1::accessor<.+>::accessor",
37
"^sycl::_V1::accessor<.+>::~accessor",
@@ -80,6 +81,7 @@ static const char *LegalSYCLFunctionsInStatelessMode[] = {
80
81
"^sycl::_V1::accessor<.+>::getMemoryRange",
82
"^sycl::_V1::accessor<.+>::getOffset",
83
"^sycl::_V1::accessor<.+>::operator\\[\\]"};
84
+// clang-format on
85
86
namespace {
87
0 commit comments