This patch adds lowering to Linalg for the following TOSA ops: negate, rsqrt, mul, select, clamp and reluN and includes support for signless integer and floating point types
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Your commit description still has typos (duplicated words) FYI.
In general try to start the title with a verb and make it descriptive: "Add lowering from TOSA to Linalg for math-based and elementwise ops".
And descriptive sentence in the description: "This patch adds lowering to Linalg for the following TOSA ops: negate, rsqrt, mul, select, clamp and reluN and includes support for signless integer and floating point types".
(here is a blog post on the topic: https://chris.beams.io/posts/git-commit/ )