[all-commits] [llvm/llvm-project] 546c3d: [OpenMP][mlir] Added `num_teams`, `thread_limit` t...
Shraiysh via All-commits
all-commits at lists.llvm.org
Sun Oct 15 11:18:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 546c3d792addc24bcc44382dd83939c50924c909
https://github.com/llvm/llvm-project/commit/546c3d792addc24bcc44382dd83939c50924c909
Author: Shraiysh <Shraiysh.Vaishay at amd.com>
Date: 2023-10-15 (Sun, 15 Oct 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-teams.mlir
Log Message:
-----------
[OpenMP][mlir] Added `num_teams`, `thread_limit` translation to LLVM IR (#68821)
This patch adds translation to LLVM IR for `num_teams` and
`thread_limit` in for `omp.teams` operation.
More information about the All-commits
mailing list