You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above code comes from recent SPIR-V Translator (back translation) from LLVM IR dumped by most recent IGC. The test passes in IGC, since the original LLVM IR coming from the OpenCL CTS test suite has a different builtin call:
… boolean argument (#102902)
This PR resolves a TODO in `generateGroupInst()`
(`lib/Target/SPIRV/SPIRVBuiltins.cpp`) and Issues
#97311 and
#97312 by implementing
support for non-const arguments in a Group builtin that requires a
boolean argument.
bwendling
pushed a commit
to bwendling/llvm-project
that referenced
this issue
Aug 15, 2024
… boolean argument (llvm#102902)
This PR resolves a TODO in `generateGroupInst()`
(`lib/Target/SPIRV/SPIRVBuiltins.cpp`) and Issues
llvm#97311 and
llvm#97312 by implementing
support for non-const arguments in a Group builtin that requires a
boolean argument.
Assertion hit when compiling with SPIR-V backend:
The text was updated successfully, but these errors were encountered: