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

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 24 12:36:14 PDT 2018


yaxunl marked 2 inline comments as done.
yaxunl added inline comments.


================
Comment at: test/CodeGenCUDA/device-stub.cu:2-8
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s \
+// RUN:   -fcuda-include-gpubinary %t -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s \
+// RUN:   -fcuda-include-gpubinary %t -o -  -DNOGLOBALS \
 // RUN:   | FileCheck %s -check-prefix=NOGLOBALS
-// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=NOGPUBIN
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s -o - \
+// RUN:   | FileCheck %s -check-prefix=NOGPUBIN
----------------
tra wrote:
> tra wrote:
> > The changes in this file do not seem to have anything related to the code changes in this patch.
> > Did you intend to add some HIP tests here?
> Do you need these changes?
Sorry, some changes about HIP were lost during revision. I will get back those changes.


https://reviews.llvm.org/D44984





More information about the cfe-commits mailing list