[all-commits] [llvm/llvm-project] 27139f: [MLIR][OpenMP] Support target SPMD
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Fri Feb 21 02:11:17 PST 2025
Branch: refs/heads/users/skatrak/target-spmd-07-mlir-spmd
Home: https://github.com/llvm/llvm-project
Commit: 27139f8f6260de93a0e6d6163b9562c7daa451b8
https://github.com/llvm/llvm-project/commit/27139f8f6260de93a0e6d6163b9562c7daa451b8
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
A mlir/test/Target/LLVMIR/openmp-target-spmd.mlir
M mlir/test/Target/LLVMIR/openmp-todo.mlir
Log Message:
-----------
[MLIR][OpenMP] Support target SPMD
This patch implements MLIR to LLVM IR translation of host-evaluated loop
bounds, completing initial support for `target teams distribute parallel do
[simd]` and `target teams distribute [simd]`.
Commit: d5cd2ca066cfc27f77ac5d1fcc00050b3aa5307f
https://github.com/llvm/llvm-project/commit/d5cd2ca066cfc27f77ac5d1fcc00050b3aa5307f
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
Log Message:
-----------
Address review comment
Compare: https://github.com/llvm/llvm-project/compare/33409d2b52bf...d5cd2ca066cf
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