CUDA queue error related to integrator_reset_film_convert_combined_half_rgba #117415
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
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
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#117415
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: RHEL 8.6
Graphics card: 4x NVIDIA A100-SXM4-40GB (CUDA: 12.3, NVIDIA driver 545.23.08)
Blender Version
Broken: 3.6.5
Short description of error
During interactive rendering I occasionally get an error in the viewport (and prints in console as well):
Invalid value in CUDA queue enqueue (integrator_reset_film_convert_combined_half_rgba)
. Rendering then stops, but the viewport remains active. Switching out of interactive render and back again restarts the render, but it triggers quite some times. I think this might be related to a CUDA update on our side, but I'm not sure. This is a locally compiled Blender, but I can't find any reference online to the specificintegrator_...
call being a known issue. Nor do I see that function name, or something like it, in the blender source code. Any clue where I could start looking in the code to see what's going on?Exact steps for others to reproduce the error
It's really hard to provide a simple test case that shows this error. The Blender file I encounter this with is 17.6GB, containing a small number of huge meshes (165.7M triangles in total). It's otherwise not very special or complex. Given the name of the symbol in the error I don't suspect the issue is related to the scene size, but something in realtime viewport compositing.
Hmmm, I only now look at the GPU mem stats. Blender reports 38.9 out of 40GB, nvidia-smi 39248MiB out of 40960MiB. That's pretty close to full, so I guess during interactive render, switching in and out and tweaking the scene (but not meshes) a bit it might actually fill up the GPU memory. Would that trigger an explicit memory full error, or might that cause the issue reported above?
I would suggest starting by investigating the CUDA integration code.
You may want to try asking in the community channels as this bug tracker is only for confirmed bugs and errors: https://www.blender.org/community/
Based on other reports with the same error message, this is most likely a memory issue.
#112843: Error when editing displacement values: Illegal address in CUDA queue copy_from_device
#110175: CUDA misaligned address error when rendering the image
Unfortunately this report can't be triaged as a complete bug report.
For the development team to be able to help, there needs to be reproducible steps.
Normally .blend files can be simplified by removing most objects and disabling settings, until the problem reveals itself more clearly.
No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.
Thanks for the report. If the problem persists please open a new report with the required information.