[all-commits] [llvm/llvm-project] 3dbb22: [MLIR][OpenMP] Add omp.target_triples attribute to...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Tue Jul 23 09:34:21 PDT 2024
Branch: refs/heads/users/skatrak/target-host-02-mlir
Home: https://github.com/llvm/llvm-project
Commit: 3dbb22595bcf691a619483ea51b3620a9de87263
https://github.com/llvm/llvm-project/commit/3dbb22595bcf691a619483ea51b3620a9de87263
Author: Sergio Afonso <safonsof at amd.com>
Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
Log Message:
-----------
[MLIR][OpenMP] Add omp.target_triples attribute to the OffloadModuleInterface
The `OffloadModuleInterface` holds getter/setter methods to access OpenMP
dialect module-level discardable attributes used to hold general OpenMP
compilation information.
This patch adds the `omp.target_triples` attribute, which is intended to hold
the list of offloading target triples linked to the host module in which it
appears. This attribute should be empty when `omp.is_target_device=true`.
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