[all-commits] [llvm/llvm-project] 07cc77: Lower math.expm1 to intrinsics in the GPUToNVVM an...
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Tue Feb 16 01:24:12 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07cc77187a2fb558c5642f267a83b3621498f381
https://github.com/llvm/llvm-project/commit/07cc77187a2fb558c5642f267a83b3621498f381
Author: Adrian Kuegel <akuegel at google.com>
Date: 2021-02-16 (Tue, 16 Feb 2021)
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:
-----------
Lower math.expm1 to intrinsics in the GPUToNVVM and GPUToROCDL conversions.
This adds the lowering for expm1 for GPU backends.
Differential Revision: https://reviews.llvm.org/D96756
More information about the All-commits
mailing list