Attempted fix for issue with latest CUDA kernel for 32 bit windows/linux/mac,

there seems to be some sort of compiler bug in CUDA toolkit 4.2, uninlining a
few functions seems to avoid it.
This commit is contained in:
Brecht Van Lommel
2013-02-11 22:41:11 +00:00
parent 1c4f704d5c
commit 9307565269
5 changed files with 11 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ class Device;
class DeviceScene;
class ImageManager;
class OSLRenderServices;
class OSLGlobals;
struct OSLGlobals;
class Scene;
class ShaderGraph;
class ShaderNode;