[all-commits] [llvm/llvm-project] d164ac: [OpenMPIRBuilder] Add support for distribute-paral...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Mon Feb 24 04:54:28 PST 2025
Branch: refs/heads/users/skatrak/target-spmd-04-ompirbuilder-composite
Home: https://github.com/llvm/llvm-project
Commit: d164acf8d6a573cfc3e5a8d46f8d242fc3cd190f
https://github.com/llvm/llvm-project/commit/d164acf8d6a573cfc3e5a8d46f8d242fc3cd190f
Author: Sergio Afonso <safonsof at amd.com>
Date: 2025-02-24 (Mon, 24 Feb 2025)
Changed paths:
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
Log Message:
-----------
[OpenMPIRBuilder] Add support for distribute-parallel-for/do constructs
This patch adds codegen for `kmpc_dist_for_static_init` runtime calls, used to
support worksharing a single loop across teams and threads. This can be used to
implement `distribute parallel for/do` support.
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