[all-commits] [llvm/llvm-project] 1ec893: MLIR: add SinOp Lowering to __nv_sinf and __nv_sin
Qingyi Liu via All-commits
all-commits at lists.llvm.org
Wed Oct 28 06:15:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1ec893c57417d9d762451c0837f5a84545f5da16
https://github.com/llvm/llvm-project/commit/1ec893c57417d9d762451c0837f5a84545f5da16
Author: Qingyi Liu <liuqingyi1993 at gmail.com>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
Log Message:
-----------
MLIR: add SinOp Lowering to __nv_sinf and __nv_sin
Added lowering rule from `SinOp` to `__nv_sinf` and `__nv_sin`
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D90147
More information about the All-commits
mailing list