[all-commits] [llvm/llvm-project] 9d56be: [MLIR][OpenMP] Support basic materialization for ...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Tue Feb 27 20:00:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d56be010cf30054313f5b3fea82331491c58cdb
https://github.com/llvm/llvm-project/commit/9d56be010cf30054313f5b3fea82331491c58cdb
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
A mlir/test/Target/LLVMIR/openmp-private.mlir
Log Message:
-----------
[MLIR][OpenMP] Support basic materialization for `omp.private` ops (#81715)
Adds basic support for materializing delayed privatization. So far, the
restrictions on the implementation are:
- Only `private` clauses are supported (`firstprivate` support will be
added in a later PR).
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