[all-commits] [llvm/llvm-project] f72501: Implement acos operator in MLIR Math Dialect (#74584)
Frederik Harwath via All-commits
all-commits at lists.llvm.org
Fri Dec 8 09:08:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7250179e22ce4aab96166493b27223fa28c2181
https://github.com/llvm/llvm-project/commit/f7250179e22ce4aab96166493b27223fa28c2181
Author: Frederik Harwath <frederik at harwath.name>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M mlir/include/mlir/Dialect/Math/IR/MathOps.td
M mlir/lib/Conversion/MathToLibm/MathToLibm.cpp
M mlir/lib/Dialect/Math/IR/MathOps.cpp
M mlir/test/Conversion/MathToLibm/convert-to-libm.mlir
Log Message:
-----------
Implement acos operator in MLIR Math Dialect (#74584)
Required for torch-mlir.
Cf. llvm/torch-mlir#2604 "Implement torch.aten.acos".
More information about the All-commits
mailing list