[Mlir-commits] [mlir] [MLIR][ROCDL] Remove patterns for ops supported as intrinsics in the AMDGPU backend (PR #102971)
Jan Leyonberg
llvmlistbot at llvm.org
Sun Sep 1 08:09:53 PDT 2024
================
@@ -84,16 +86,12 @@ void mlir::populateMathToROCDLConversionPatterns(LLVMTypeConverter &converter,
"__ocml_cosh_f64");
populateOpPatterns<math::SinhOp>(converter, patterns, "__ocml_sinh_f32",
"__ocml_sinh_f64");
- populateOpPatterns<math::ExpOp>(converter, patterns, "__ocml_exp_f32",
----------------
jsjodin wrote:
Okay, I put the lowering for f64 back for log and exp and added the tests back for them as well.
https://github.com/llvm/llvm-project/pull/102971
More information about the Mlir-commits
mailing list