[all-commits] [llvm/llvm-project] ad70f3: [flang][OpenMP] Support `target enter|update|exit ...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Wed Oct 23 01:49:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad70f3e095f0f347702c447eb364dfd10af21242
      https://github.com/llvm/llvm-project/commit/ad70f3e095f0f347702c447eb364dfd10af21242
  Author: Kareem Ergawy <kareem.ergawy at amd.com>
  Date:   2024-10-23 (Wed, 23 Oct 2024)

  Changed paths:
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    R mlir/test/Target/LLVMIR/omptarget-nowait-unsupported-llvm.mlir
    A mlir/test/Target/LLVMIR/omptargetdata-nowait-llvm.mlir

  Log Message:
  -----------
  [flang][OpenMP] Support `target enter|update|exit .. nowait` (#113305)

Extends `nowait` support for other device directives. This PR refactors
the task generation utils used for the `target` directive so that they
are general enough to be reused for other device directives as well.



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