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 d7d0880 commit 9ba8238Copy full SHA for 9ba8238
llvm/lib/SYCLLowerIR/ESIMD/ESIMDVerifier.cpp
@@ -34,6 +34,7 @@ static const char *LegalSYCLFunctions[] = {
34
"^cl::sycl::accessor<.+>::~accessor",
35
"^cl::sycl::accessor<.+>::getNativeImageObj",
36
"^cl::sycl::accessor<.+>::__init_esimd",
37
+ "^cl::sycl::ext::oneapi::experimental::printf",
38
"^cl::sycl::id<.+>::.+",
39
"^cl::sycl::item<.+>::.+",
40
"^cl::sycl::nd_item<.+>::.+",
0 commit comments