[PATCH] D44984: [HIP] Add hip input kind and codegen for kernel launching

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 18:16:38 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL330790: [HIP] Add hip input kind and codegen for kernel launching (authored by yaxunl, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D44984?vs=143800&id=143849#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44984

Files:
  cfe/trunk/include/clang/Basic/IdentifierTable.h
  cfe/trunk/include/clang/Basic/LangOptions.def
  cfe/trunk/include/clang/Frontend/FrontendOptions.h
  cfe/trunk/include/clang/Frontend/LangStandards.def
  cfe/trunk/lib/CodeGen/CGCUDANV.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/lib/Frontend/FrontendActions.cpp
  cfe/trunk/lib/Frontend/InitPreprocessor.cpp
  cfe/trunk/lib/Sema/SemaCUDA.cpp
  cfe/trunk/lib/Sema/SemaDecl.cpp
  cfe/trunk/test/CodeGenCUDA/Inputs/cuda.h
  cfe/trunk/test/CodeGenCUDA/device-stub.cu
  cfe/trunk/test/CodeGenCUDA/kernel-call.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44984.143849.patch
Type: text/x-patch
Size: 23271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180425/1f6d469b/attachment-0001.bin>


More information about the llvm-commits mailing list