Difference for src/CudaUtils.h from version 1.3 to 1.4

version 1.3version 1.4
Line 8
Line 8
  
 #define WARPSIZE 32 #define WARPSIZE 32
  
 // Texture objects require Kepler (3.0) hardware and cuda compiler 5.0 
 // If your setup does not support texture objects (such as Mac OS X), 
 // set compiler flag DISABLE_CUDA_TEXTURE_OBJECTS 
  
 /* /*
 // Define float3 + float3 operation // Define float3 + float3 operation
 __host__ __device__ inline float3 operator+(const float3 a, const float3 b) { __host__ __device__ inline float3 operator+(const float3 a, const float3 b) {


Legend:
Removed in v.1.3 
changed lines
 Added in v.1.4



Made by using version 1.53 of cvs2html