Cycles: some steps to getting OpenCL backend to compile.

This commit is contained in:
Brecht Van Lommel
2011-05-20 12:26:01 +00:00
parent 2e66cb520c
commit 63d4bafff5
25 changed files with 454 additions and 352 deletions

View File

@@ -35,7 +35,7 @@ CCL_NAMESPACE_BEGIN
#define __device_inline __device__ __inline__
#define __global
#define __shared __shared__
#define __constant __constant__
#define __constant
/* No assert supported for CUDA */