[all-commits] [llvm/llvm-project] 5688ca: [OpenMP][MLIR] Support LLVM translation for `distr...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Mon Mar 17 00:10:50 PDT 2025


  Branch: refs/heads/users/ergawy/omp_distribute_private_2_enable_by_default
  Home:   https://github.com/llvm/llvm-project
  Commit: 5688caba91a0a2ed7e88f82dfdfe97d021d9a94f
      https://github.com/llvm/llvm-project/commit/5688caba91a0a2ed7e88f82dfdfe97d021d9a94f
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-03-17 (Mon, 17 Mar 2025)

  Changed paths:
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    A mlir/test/Target/LLVMIR/openmp-distribute-private.mlir
    M mlir/test/Target/LLVMIR/openmp-todo.mlir

  Log Message:
  -----------
  [OpenMP][MLIR] Support LLVM translation for `distribute` with delayed privatization

Adds support for tranlating delayed privatization (`private` and
`firstprivate`) for `omp.distribute` ops.


  Commit: f9604a4cfad21f654b661fd61e2c137ba39b9c27
      https://github.com/llvm/llvm-project/commit/f9604a4cfad21f654b661fd61e2c137ba39b9c27
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-03-17 (Mon, 17 Mar 2025)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/test/Lower/OpenMP/distribute.f90
    M flang/test/Lower/OpenMP/order-clause.f90
    M flang/test/Transforms/stack-arrays-hlfir.f90

  Log Message:
  -----------
  [flang][OpenMP] Enable delayed privatization by default for `omp.distribute`

Switches delayed privatization for `omp.distribute` to be on by default:
controlled by the `-openmp-enable-delayed-privatization` instead of by
`-openmp-enable-delayed-privatization-staging`


Compare: https://github.com/llvm/llvm-project/compare/5688caba91a0%5E...f9604a4cfad2

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