[all-commits] [llvm/llvm-project] 81fdda: [MLIR][OpenMP] Add omp.target_triples attribute to...

Sergio Afonso via All-commits all-commits at lists.llvm.org
Fri Jul 26 05:28:48 PDT 2024


  Branch: refs/heads/users/skatrak/target-host-02-mlir
  Home:   https://github.com/llvm/llvm-project
  Commit: 81fddab5c1b5043a477787872c9f18307efaacf6
      https://github.com/llvm/llvm-project/commit/81fddab5c1b5043a477787872c9f18307efaacf6
  Author: Sergio Afonso <safonsof at amd.com>
  Date:   2024-07-26 (Fri, 26 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