[all-commits] [llvm/llvm-project] b7fe0d: Lower math.tan to __nv_tan[f] / __ocml_tan_f{32|64}
Goran Flegar via All-commits
all-commits at lists.llvm.org
Thu Jan 12 06:27:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7fe0d346b3049df6e3950159a5de74438d2737a
https://github.com/llvm/llvm-project/commit/b7fe0d346b3049df6e3950159a5de74438d2737a
Author: Goran Flegar <gflegar at google.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
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.tan to __nv_tan[f] / __ocml_tan_f{32|64}
At present math.tan fails to lower for NVVM and ROCDL.
Differential Revision: https://reviews.llvm.org/D141505
More information about the All-commits
mailing list