minor warning fix

This commit is contained in:
marina.kolpakova
2012-08-22 20:26:32 +04:00
parent d395bf1522
commit c8a54f67d4
10 changed files with 24 additions and 24 deletions

View File

@@ -2070,7 +2070,7 @@ NCVStatus nppiStInterpolateFrames(const NppStInterpolationState *pState)
//==============================================================================
#if __CUDA_ARCH__ < 200
#if defined(__CUDA_ARCH__) && (__CUDA_ARCH__ < 200)
// FP32 atomic add
static __forceinline__ __device__ float _atomicAdd(float *addr, float val)