Added test for ballot and removing HIP_FUNCTION from hipSampleAtomicsTest.cpp -sandeep

[ROCm/hip commit: 2b02fe082f]
Bu işleme şunda yer alıyor:
streamhsa
2016-02-02 14:50:55 +05:30
ebeveyn 114874e5ee
işleme 19d0b8095f
8 değiştirilmiş dosya ile 54 ekleme ve 66 silme
-16
Dosyayı Görüntüle
@@ -73,22 +73,6 @@ HIP_kernel(hipLaunchParm lp,
#if 0
__kernel__ void HIP_kernel( unsigned int* a, unsigned int* b, unsigned int* c, unsigned long long int* d,
int width, int height) {
int x = blockDimX * blockIdx.x + threadIdx.x;
int y = blockDimY * blockIdy.y + threadIdx.y;
int i = y * width + x;
if ( i < (width * height)) {
a[i] = __ffs(b[i]);
c[i] = __ffsll(d[i]);
}
}
#endif
using namespace std;