[all-commits] [llvm/llvm-project] 8ecbf3: [MLIR][OpenMP] Host lowering of standalone distribute
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Wed Feb 19 07:35:42 PST 2025
Branch: refs/heads/users/skatrak/target-spmd-03-mlir-distribute
Home: https://github.com/llvm/llvm-project
Commit: 8ecbf3579bcff069548f6e4484cb546a1b54511e
https://github.com/llvm/llvm-project/commit/8ecbf3579bcff069548f6e4484cb546a1b54511e
Author: Sergio Afonso <safonsof at amd.com>
Date: 2025-02-19 (Wed, 19 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