[all-commits] [llvm/llvm-project] be9fa9: [flang][NVPTX] Add initial support to the NVPTX ta...

Fabian Mora via All-commits all-commits at lists.llvm.org
Thu Nov 16 08:34:42 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be9fa9dee50138f0283a3354ce76069036b1330c
      https://github.com/llvm/llvm-project/commit/be9fa9dee50138f0283a3354ce76069036b1330c
  Author: Fabian Mora <fmora.dev at gmail.com>
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
    M flang/lib/Frontend/FrontendActions.cpp
    M flang/lib/Optimizer/CodeGen/Target.cpp
    M flang/test/Driver/omp-driver-offload.f90
    M flang/test/Fir/target-rewrite-boxchar.fir
    M flang/test/Lower/OpenMP/FIR/omp-is-gpu.f90
    M flang/test/Lower/OpenMP/FIR/target_cpu_features.f90
    M flang/test/Lower/OpenMP/omp-is-gpu.f90
    M flang/test/Lower/OpenMP/target_cpu_features.f90
    M openmp/libomptarget/test/offloading/fortran/basic-target-region-1D-array-section.f90
    M openmp/libomptarget/test/offloading/fortran/basic-target-region-3D-array-section.f90
    M openmp/libomptarget/test/offloading/fortran/basic-target-region-3D-array.f90
    M openmp/libomptarget/test/offloading/fortran/basic-target-region-array.f90
    M openmp/libomptarget/test/offloading/fortran/basic_target_region.f90
    M openmp/libomptarget/test/offloading/fortran/declare-target-array-in-target-region.f90
    M openmp/libomptarget/test/offloading/fortran/double-target-call-with-declare-target.f90

  Log Message:
  -----------
  [flang][NVPTX] Add initial support to the NVPTX target (#71992)

This patch adds initial support to the NVPTX target, enabling `flang` to
produce OpenMP offload code for NVPTX targets.




More information about the All-commits mailing list