Resolved test issues

[ROCm/hip commit: 4035b71df4]
This commit is contained in:
streamhsa
2016-02-10 20:01:16 +08:00
parent 1ab2294657
commit 837875df37
4 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ __device__ int foo(int i)
//Syntax we would like to support with GRID_LAUNCH enabled:
template <typename T>
__global__ void
vectorADD2( grid_launch_parm lp,
vectorADD2( hipLaunchParm lp,
T *A_d,
T *B_d,
T *C_d,