[Mlir-commits] [mlir] [mlir][Math][LLVMSPV] Add Math to LLVM-SPV conversion pass (PR #198370)
Akhil Goel
llvmlistbot at llvm.org
Tue Jun 9 09:24:23 PDT 2026
================
@@ -553,6 +556,9 @@ void populateGpuToLLVMSPVConversionPatterns(
/*kernelClusterSizeAttributeName=*/{}, LLVM::CConv::SPIR_KERNEL,
LLVM::CConv::SPIR_FUNC,
/*encodeWorkgroupAttributionsAsArguments=*/true});
+ if (convertMathToOCL) {
----------------
akhilgoe wrote:
Done
https://github.com/llvm/llvm-project/pull/198370
More information about the Mlir-commits
mailing list