[carb.scenerenderer-rtx.plugin] Failed to execute RenderGraph on device 0. #2683
Replies: 3 comments
-
Thank you for posting this. Your log reports an earlier error on GLInteropContext that may be triggering this. Are you running this locally or on the cloud? If the latter, be sure you have |
Beta Was this translation helpful? Give feedback.
-
./isaaclab.sh -p scripts/reinforcement_learning/rsl_rl/train.py --task Isaac-H1-Walk-v0 --info --headless --enable_cameras --num_envs 64
|
Beta Was this translation helpful? Give feedback.
-
Following up, the driver you are using is still not the recommended one. You may also want to try tiled rendering. I'll move this post to our Discussions section for follow up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
bug log file: kit_20250602_152439.log
Describe the bug
2025-06-02 07:25:13 [33,654ms] [Error] [rtx.raytracing.plugin] Failed to allocate ParameterBlock resources 2025-06-02 07:25:13 [33,654ms] [Error] [gpu.foundation.plugin] Unable to allocate descriptor sets. 2025-06-02 07:25:13 [33,654ms] [Error] [rtx.raytracing.plugin] Failed to allocate ParameterBlock resources 2025-06-02 07:25:16 [36,921ms] [Error] [gpu.foundation.plugin] Failed to update params for RenderOp AOV Converter: extract disocclusion mask. Will not execute this or subsequent RenderGraph operations. Aborting RenderGraph execution 2025-06-02 07:25:16 [36,925ms] [Error] [carb.scenerenderer-rtx.plugin] Failed to execute RenderGraph on device 0. Error Code: 7 2025-06-02 07:25:16 [36,925ms] [Warning] [omni.hydra] Rendering failed. 2025-06-02 07:25:16 [36,926ms] [Error] [omni.usd] HydraEngine::render failed to end the compute graph: error code 6
the code run normally

with gpu consuming less than 8G
even double env nums, the gpu consuming should < 16G, and the former output also shows 8G which << single gpu storage=24G
it's really confusing, expecting your answer
a link which may be helpful
Steps to reproduce
System Info
Checklist
Beta Was this translation helpful? Give feedback.
All reactions