[all-commits] [llvm/llvm-project] 55089b: [MLIR][OpenMP] Host lowering of standalone distribute
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Fri Feb 21 02:20:02 PST 2025
Branch: refs/heads/users/skatrak/target-spmd-03-mlir-distribute
Home: https://github.com/llvm/llvm-project
Commit: 55089ba79ac352b05553d3d930ffca3f94562dc1
https://github.com/llvm/llvm-project/commit/55089ba79ac352b05553d3d930ffca3f94562dc1
Author: Sergio Afonso <safonsof at amd.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
M mlir/test/Target/LLVMIR/openmp-todo.mlir
Log Message:
-----------
[MLIR][OpenMP] Host lowering of standalone distribute
This patch adds MLIR to LLVM IR translation support for standalone
`omp.distribute` operations, as well as `distribute simd` through ignoring
SIMD information (similarly to `do/for simd`).
Co-authored-by: Dominik Adamski <dominik.adamski at amd.com>
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