CUDA error: Not found in cuModuleGetGlobal(&cumem, &cubytes, cuModule, name) #40870

Closed
opened 2014-06-29 13:05:00 +02:00 by marco pagliara · 14 comments

System Information
Mac OS X 10.9.3 - NVIDIA GeForce GT 650M - CUDA Driver Version: 6.0.46

Blender Version
Broken: blender-2.71-50ca320-OSX-10.6-x86_64
Worked: blender-27.1 official

Short description of error

Switching to fully guarded memory allocator.
Blender 2.71 (sub 0)
Build: 2014-06-29 10:09:00 Darwin:64bit Release
argv- [x] = ./blender
argv- [x] = -d
ndof: 3Dx driver not found
read file

Version 267 sub 1 date 1970-01-01 00:00 hash 

ordered
OBCube
OBLamp
OBCamera
found bundled python: /Users/apple/Desktop/blender-2.71-50ca320-OSX-10.6-x86_64/blender.app/Contents/MacOS/2.71/python
read file

Version 262 sub 3 date 1970-01-01 00:00 hash 

read file

Version 268 sub 5 date 1970-01-01 00:00 hash 

ED_undo_push: Blender Render
ED_undo_push: CPU
CUDA error: Not found in cuModuleGetGlobal(&cumem, &cubytes, cuModule, name)

Refer to the Cycles GPU rendering documentation for possible solutions:
http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/GPU_Rendering

Saved session recovery to '/tmp/quit.blend'

Blender quit

Exact steps for others to reproduce the error
Just try to render default scene.

**System Information** Mac OS X 10.9.3 - NVIDIA GeForce GT 650M - CUDA Driver Version: 6.0.46 **Blender Version** Broken: blender-2.71-50ca320-OSX-10.6-x86_64 Worked: blender-27.1 official **Short description of error** Switching to fully guarded memory allocator. Blender 2.71 (sub 0) Build: 2014-06-29 10:09:00 Darwin:64bit Release argv- [x] = ./blender argv- [x] = -d ndof: 3Dx driver not found read file ``` Version 267 sub 1 date 1970-01-01 00:00 hash ``` ordered OBCube OBLamp OBCamera found bundled python: /Users/apple/Desktop/blender-2.71-50ca320-OSX-10.6-x86_64/blender.app/Contents/MacOS/2.71/python read file ``` Version 262 sub 3 date 1970-01-01 00:00 hash ``` read file ``` Version 268 sub 5 date 1970-01-01 00:00 hash ``` ED_undo_push: Blender Render ED_undo_push: CPU **CUDA error: Not found in cuModuleGetGlobal(&cumem, &cubytes, cuModule, name)** Refer to the Cycles GPU rendering documentation for possible solutions: http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/GPU_Rendering Saved session recovery to '/tmp/quit.blend' Blender quit **Exact steps for others to reproduce the error** Just try to render default scene.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @marcpag

Added subscriber: @marcpag
Added subscribers: @MartijnBerger, @jensverwiebe, @ThomasDinges

The default cube and several other scenes work fine for me on Windows, cannot test CUDA on Mac OS. @MartijnBerger @jensverwiebe maybe you can?

The default cube and several other scenes work fine for me on Windows, cannot test CUDA on Mac OS. @MartijnBerger @jensverwiebe maybe you can?

Added subscriber: @ideasman42

Added subscriber: @ideasman42

The issue reported can't be reproduced so far, and has been moved to the BF Blender: Unconfirmed project.
If 2 other people aren't able to redo the bug after 2 weeks, it will be closed.

We appreciate the effort that goes into making bug reports, but to be able to fix bugs we have to be able to redo them.
If there is anything you can provide to help others to reproduce the problem, be sure to include it.

The issue reported can't be reproduced so far, and has been moved to the *BF Blender: Unconfirmed* project. If 2 other people aren't able to redo the bug after 2 weeks, it will be closed. We appreciate the effort that goes into making bug reports, but to be able to fix bugs we have to be able to redo them. If there is anything you can provide to help others to reproduce the problem, be sure to include it.
Author

Why this issue doesn't happen with the official 2.71 release of Blender?
Something in the code is changed?
I've tried with cuda toolkit 5.0.36, with cuda toolkit 5.5.28 and the last toolkit 6.0.46 without success.
I've also set the enviroment variable to look at /usr/local/cuda/bin for nvcc compiler, but nothing is changed.
Anyway thanks for the help.

Why this issue doesn't happen with the official 2.71 release of Blender? Something in the code is changed? I've tried with cuda toolkit 5.0.36, with cuda toolkit 5.5.28 and the last toolkit 6.0.46 without success. I've also set the enviroment variable to look at /usr/local/cuda/bin for nvcc compiler, but nothing is changed. Anyway thanks for the help.
Author

Further tests and settings with blender-2.71-b6e0dc2-OSX-10.6-x86_64:

Set up the required environment variables:

export PATH=/Developer/NVIDIA/CUDA-6.0/bin:$PATH
export DYLD_LIBRARY_PATH=/Developer/NVIDIA/CUDA-6.0/lib:$DYLD_LIBRARY_PATH

Testing nvcc compiler and building from source /user/local/cuda/samples with no issues.

deviceQuery.txt

bandwidthTest.txt

So I think that CUDA software is installed and configured correctly and calls the host compilers properly. But the bug still remains.

Further tests and settings with blender-2.71-b6e0dc2-OSX-10.6-x86_64: Set up the required environment variables: export PATH=/Developer/NVIDIA/CUDA-6.0/bin:$PATH export DYLD_LIBRARY_PATH=/Developer/NVIDIA/CUDA-6.0/lib:$DYLD_LIBRARY_PATH Testing nvcc compiler and building from source /user/local/cuda/samples with no issues. [deviceQuery.txt](https://archive.blender.org/developer/F96395/deviceQuery.txt) [bandwidthTest.txt](https://archive.blender.org/developer/F96396/bandwidthTest.txt) So I think that CUDA software is installed and configured correctly and calls the host compilers properly. But the bug still remains.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Thomas Dinges self-assigned this 2014-07-09 12:31:10 +02:00

Ah, I forgot, CUDA is disabled on the Mac OS buildbot at the moment, because we need to upgrade the compiler there (which requires an OS X update as well).

Ah, I forgot, CUDA is disabled on the Mac OS buildbot at the moment, because we need to upgrade the compiler there (which requires an OS X update as well).
Author

Thanks for reply dingto.
Your answer saved me from deleting and reinstalling OS!
It's better this way :)

Thanks for reply dingto. Your answer saved me from deleting and reinstalling OS! It's better this way :)

Glad to hear. :) I let you know, once the issue on the buildbot is resolved, then it should work again.

Glad to hear. :) I let you know, once the issue on the buildbot is resolved, then it should work again.

It should be fixed now, get the latest build and try again please. :)

It should be fixed now, get the latest build and try again please. :)
Author

Yes! It works again.
I noticed a slight increase in rendering speed with GPU and new CUDA library (6.0.51) and also better temperature management.
Thanks for your hard work.

Yes! It works again. I noticed a slight increase in rendering speed with GPU and new CUDA library (6.0.51) and also better temperature management. Thanks for your hard work.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#40870
No description provided.