[all-commits] [llvm/llvm-project] e41eaf: [OpenMPIRBuilder] Add ThreadLimit and NumTeams cla...

Shraiysh via All-commits all-commits at lists.llvm.org
Wed Oct 11 08:36:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e41eaf4896d96b5e9c81959130cc61d453f471fa
      https://github.com/llvm/llvm-project/commit/e41eaf4896d96b5e9c81959130cc61d453f471fa
  Author: Shraiysh <Shraiysh.Vaishay at amd.com>
  Date:   2023-10-11 (Wed, 11 Oct 2023)

  Changed paths:
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

  Log Message:
  -----------
  [OpenMPIRBuilder] Add ThreadLimit and NumTeams clauses to teams construct (#68364)

This patch adds support for `thread_limit` and bounds on `num_teams`
clause for the teams construct in OpenMP.

Added testcases for the same.




More information about the All-commits mailing list