[all-commits] [llvm/llvm-project] 602d9b: [OpenMP][AMDGCN] Support OpenMP offloading for AMD...

Saiyedul Islam via All-commits all-commits at lists.llvm.org
Wed May 27 00:52:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 602d9b0afc77828f419869289b159a567c62ae81
      https://github.com/llvm/llvm-project/commit/602d9b0afc77828f419869289b159a567c62ae81
  Author: Saiyedul Islam <Saiyedul.Islam at amd.com>
  Date:   2020-05-27 (Wed, 27 May 2020)

  Changed paths:
    M clang/lib/AST/Decl.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/Driver/openmp-offload-gpu.c
    A clang/test/OpenMP/amdgcn_device_function_call.cpp
    M clang/test/OpenMP/target_parallel_no_exceptions.cpp
    M llvm/include/llvm/ADT/Triple.h

  Log Message:
  -----------
  [OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 1

Summary:
Allow AMDGCN as a GPU offloading target for OpenMP during compiler
invocation and allow setting CUDAMode for it.

Originally authored by Greg Rodgers (@gregrodgers).

Reviewers: ronlieb, yaxunl, b-sumner, scchan, JonChesterfield, jdoerfert, sameerds, msearles, hliao, arsenm

Reviewed By: sameerds

Subscribers: sstefan1, jvesely, wdng, arsenm, guansong, dexonsmith, cfe-commits, llvm-commits, gregrodgers

Tags: #clang, #llvm

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




More information about the All-commits mailing list