diff --git a/tests/src/runtimeApi/stream/hipStreamAddCallback.cpp b/tests/src/runtimeApi/stream/hipStreamAddCallback.cpp index d6169fc806..07a64a194d 100644 --- a/tests/src/runtimeApi/stream/hipStreamAddCallback.cpp +++ b/tests/src/runtimeApi/stream/hipStreamAddCallback.cpp @@ -28,21 +28,6 @@ THE SOFTWARE. #include "hip/hip_runtime.h" #include "test_common.h" #define HIPRT_CB -const int NN = 1 << 21; - -__global__ void kernel(hipLaunchParm lp, float *x, float *y, int n){ - int tid = hipThreadIdx_x; - if(tid < 1){ - for(int i=0;i