[all-commits] [llvm/llvm-project] cb7ae2: [OpenMPIRBuilder] Add support for distribute-paral...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Wed Feb 19 07:36:15 PST 2025
Branch: refs/heads/users/skatrak/target-spmd-04-ompirbuilder-composite
Home: https://github.com/llvm/llvm-project
Commit: cb7ae2d2aa19a0bdb46e38943eab629d74c8de2c
https://github.com/llvm/llvm-project/commit/cb7ae2d2aa19a0bdb46e38943eab629d74c8de2c
Author: Sergio Afonso <safonsof at amd.com>
Date: 2025-02-19 (Wed, 19 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