[all-commits] [llvm/llvm-project] f36b01: [MLIR][OpenMP] Add MLIR operation for OpenMP teams
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Mon Jul 10 04:20:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f36b0169b8821e431644cb240f081538eb2b55ef
https://github.com/llvm/llvm-project/commit/f36b0169b8821e431644cb240f081538eb2b55ef
Author: Sergio Afonso <safonsof at amd.com>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/test/Dialect/OpenMP/invalid.mlir
M mlir/test/Dialect/OpenMP/ops.mlir
Log Message:
-----------
[MLIR][OpenMP] Add MLIR operation for OpenMP teams
This patch adds an operation definition for the OpenMP 'teams' construct.
Differential Revision: https://reviews.llvm.org/D154441
More information about the All-commits
mailing list