[Mlir-commits] [mlir] [mlir][linalg] Add sin, cos, tan to elementwise operations (PR #200950)

Vinit Deodhar llvmlistbot at llvm.org
Sat Jun 6 00:18:39 PDT 2026


vinitdeodhar wrote:

> LGTM. awesome having linalg.elementwise catering to sin/cos that was missing in linalg named. What other math ops are missing that we can add.

math ops such as log, inverse trigonometric, cosh, sinh (hyperbolic) are still missing. I would be happy to do a follow up PR to add support for those

https://github.com/llvm/llvm-project/pull/200950


More information about the Mlir-commits mailing list