[Mlir-commits] [mlir] [mlir][Math][LLVMSPV] Add Math to LLVM-SPV conversion pass (PR #198370)
Md Abdullah Shahneous Bari
llvmlistbot at llvm.org
Mon Jun 8 07:54:12 PDT 2026
================
@@ -553,6 +556,9 @@ void populateGpuToLLVMSPVConversionPatterns(
/*kernelClusterSizeAttributeName=*/{}, LLVM::CConv::SPIR_KERNEL,
LLVM::CConv::SPIR_FUNC,
/*encodeWorkgroupAttributionsAsArguments=*/true});
+ if (convertMathToOCL) {
----------------
mshahneo wrote:
Same here.
https://github.com/llvm/llvm-project/pull/198370
More information about the Mlir-commits
mailing list