[all-commits] [llvm/llvm-project] 9d8672: [TOSA] Add lowering for `tosa.sin` and `tosa.cos` ...
Dhruv Chauhan via All-commits
all-commits at lists.llvm.org
Fri Jul 19 08:11:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d86722eeecbb1dd6a53c10f7c44fdc317de6809
https://github.com/llvm/llvm-project/commit/9d86722eeecbb1dd6a53c10f7c44fdc317de6809
Author: Dhruv Chauhan <dhruv.chauhan at arm.com>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[TOSA] Add lowering for `tosa.sin` and `tosa.cos` (#99651)
Lower tosa ops to `mlir::math::SinOp` and `mlir::math::CosOp` as part of
the tosa to linalg conversion.
Added lit tests for conversion.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list