[all-commits] [llvm/llvm-project] 3fae55: [MLIR][ROCDL] Refactor conversion of math operatio...
Jan Leyonberg via All-commits
all-commits at lists.llvm.org
Wed Jul 17 06:33:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fae5551de72756c3bb9fb2e5a29c95f02cbbd6b
https://github.com/llvm/llvm-project/commit/3fae5551de72756c3bb9fb2e5a29c95f02cbbd6b
Author: Jan Leyonberg <jan_sjodin at yahoo.com>
Date: 2024-07-17 (Wed, 17 Jul 2024)
Changed paths:
A mlir/include/mlir/Conversion/MathToROCDL/MathToROCDL.h
M mlir/include/mlir/Conversion/Passes.h
M mlir/include/mlir/Conversion/Passes.td
M mlir/lib/Conversion/CMakeLists.txt
M mlir/lib/Conversion/GPUToROCDL/CMakeLists.txt
M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
A mlir/lib/Conversion/MathToROCDL/CMakeLists.txt
A mlir/lib/Conversion/MathToROCDL/MathToROCDL.cpp
A mlir/test/Conversion/MathToROCDL/math-to-rocdl.mlir
Log Message:
-----------
[MLIR][ROCDL] Refactor conversion of math operations to ROCDL calls to a separate pass (#98653)
This patch refactors the conversion of math operations to ROCDL library
calls. This pass will also be used in flang to lower Fortran
intrinsics/math functions for OpenMP target offloading codgen.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list