Added lowering rule from SinOp to __nv_sinf and __nv_sin
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
You likely want to declare LLVM::SinOp as illegal in the conversion setup ~50 lines above.
Also, please make sure to upload the patch with full context or use arcanist.
mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp | ||
---|---|---|
141 | Let's not things irrelevant to the current commit (TanhOp) |
This is the first time that I submit codes into llvm project. After that this revision is accepted, what should I do next to merge into master branch? Thanks in advance.
I can land it for you, but I will need your name and email as they should appear on the commit. (Using arcanist - https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-command-line - automates this).
My name is "Qingyi Liu" and my email is liuqingyi1993@gmail.com. Thanks for adding commit message for me : ) I will learn to use arcanist and do it by myself next time.
Let's not things irrelevant to the current commit (TanhOp)