Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anuppari authored Jul 5, 2017
1 parent 5e23315 commit d81aa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu/people/src/cuda/nvidia/NPP_staging.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d81aa3c

Please sign in to comment.