You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Isaac Sim 5.1 in headless rendering mode with --enable_cameras, the following warning is logged:
[Warning] [carb] Client gpu.foundation.plugin has acquired [gpu::unstable::IMemoryBudgetManagerFactory v0.1] 100 times. Consider accessing this interface with carb::getCachedInterface() (Performance warning)
The message suggests that gpu.foundation.plugin is repeatedly acquiring the same Carbonite interface without using carb::getCachedInterface(), which could be optimized.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When running Isaac Sim 5.1 in headless rendering mode with
--enable_cameras, the following warning is logged:The message suggests that
gpu.foundation.pluginis repeatedly acquiring the same Carbonite interface without usingcarb::getCachedInterface(), which could be optimized.Environment
--headless --enable_cameras)Steps to Reproduce
Expected Behavior
The
gpu.foundation.pluginshould usecarb::getCachedInterface()to avoid redundant interface acquisitions.Impact
This is a minor performance/cosmetic issue. It does not affect functionality or training results. Filing for awareness and potential cleanup.
Beta Was this translation helpful? Give feedback.
All reactions