[all-commits] [llvm/llvm-project] 39e1c1: Add GPU lowerings for the different log ops.
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Thu Feb 27 06:33:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 39e1c1fa9ee03e91751e505d747275e58069e6de
https://github.com/llvm/llvm-project/commit/39e1c1fa9ee03e91751e505d747275e58069e6de
Author: Adrian Kuegel <akuegel at google.com>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
M mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl.mlir
Log Message:
-----------
Add GPU lowerings for the different log ops.
Summary: This adds GPU lowerings for log, log10 and log2.
Reviewers: mravishankar, herhut
Subscribers: jholewinski, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, csigg, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75239
More information about the All-commits
mailing list