[all-commits] [llvm/llvm-project] 128819: [MLIR][OpenMP] Host lowering of standalone distribute
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Fri Feb 21 02:07:16 PST 2025
Branch: refs/heads/users/skatrak/target-spmd-03-mlir-distribute
Home: https://github.com/llvm/llvm-project
Commit: 128819a704e4c3497c55fe21d0b588f24240af34
https://github.com/llvm/llvm-project/commit/128819a704e4c3497c55fe21d0b588f24240af34
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