[all-commits] [llvm/llvm-project] 08749a: [flang] Add AMDGPU target in flang

Jan Sjodin via All-commits all-commits at lists.llvm.org
Tue Feb 7 11:59:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 08749a9137a562a52d3ff99aad1535e3879ecfeb
      https://github.com/llvm/llvm-project/commit/08749a9137a562a52d3ff99aad1535e3879ecfeb
  Author: Jan Sjodin <jan_sjodin at yahoo.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M flang/lib/Optimizer/CodeGen/Target.cpp
    A flang/test/Driver/target-gpu-features.f90
    M flang/test/Fir/target-rewrite-boxchar.fir

  Log Message:
  -----------
  [flang] Add AMDGPU target in flang

This is the first patch of several that will enable generating code for AMD
GPUs. It adds the AMDGPU target so it can be used with the --target and -mcpu
options.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D143102




More information about the All-commits mailing list