forked from OSchip/llvm-project
Fix lit test kernel-call.cu failure on ps4 due to dso_local
llvm-svn: 330795
This commit is contained in:
parent
936de9d666
commit
997e64f8a6
|
@ -4,14 +4,14 @@
|
|||
|
||||
#include "Inputs/cuda.h"
|
||||
|
||||
// CHECK-LABEL: define void @_Z2g1i
|
||||
// CHECK-LABEL: define{{.*}} void @_Z2g1i
|
||||
// HIP: call{{.*}}hipSetupArgument
|
||||
// HIP: call{{.*}}hipLaunchByPtr
|
||||
// CUDA: call{{.*}}cudaSetupArgument
|
||||
// CUDA: call{{.*}}cudaLaunch
|
||||
__global__ void g1(int x) {}
|
||||
|
||||
// CHECK-LABEL: define i32 @main
|
||||
// CHECK-LABEL: define{{.*}} i32 @main
|
||||
int main(void) {
|
||||
// HIP: call{{.*}}hipConfigureCall
|
||||
// CUDA: call{{.*}}cudaConfigureCall
|
||||
|
|
Loading…
Reference in New Issue