Adjusted the value of __any as per CUDA -sandeep

[ROCm/hip commit: 974d491902]
Этот коммит содержится в:
streamhsa
2016-02-02 15:25:42 +05:30
родитель e4635c36a0
Коммит af8cc35552
+2 -1
Просмотреть файл
@@ -353,7 +353,8 @@ __device__ inline int __all( int input)
__device__ inline int __any( int input)
{
return hc::__any( input);
if( hc::__any( input)!=0) return 1;
else return 0;
}
__device__ inline unsigned long long int __ballot( int input)