[all-commits] [llvm/llvm-project] 33409d: [MLIR][OpenMP] Support target SPMD
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Wed Feb 19 07:37:57 PST 2025
Branch: refs/heads/users/skatrak/target-spmd-07-mlir-spmd
Home: https://github.com/llvm/llvm-project
Commit: 33409d2b52bfb4c69f67bbde001de5ce48feb073
https://github.com/llvm/llvm-project/commit/33409d2b52bfb4c69f67bbde001de5ce48feb073
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
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]`.
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