Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/source/how-to/simulation_performance.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Simulation Performance
=======================
Simulation Performance and Tuning
====================================

The performance of the simulation can be affected by various factors, including the number of objects in the scene,
the complexity of the physics simulation, and the hardware being used. Here are some tips to improve performance:
Expand Down Expand Up @@ -46,5 +46,12 @@ if the geometry is not part of a dynamic rigid body.
Additional Performance Guides
-----------------------------

There are many ways to "tune" the performance of the simulation, but the way you choose largely defends on what you are trying to simulate. In general, the first place
you will want to look for performance gains is with the `physics engine <https://docs.omniverse.nvidia.com/kit/docs/omni_physics/107.3/dev_guide/guides.html>`_. Next to rendering
and running deep learning models, the physics engine is the most computationally costly. Tuning the physics sim to limit the scope to only the task of interest is a great place to
start hunting for performance gains.

For additional details, you should also checkout these guides!

* `Isaac Sim Performance Optimization Handbook <https://docs.isaacsim.omniverse.nvidia.com/latest/reference_material/sim_performance_optimization_handbook.html>`_
* `Omni Physics Simulation Performance Guide <https://docs.omniverse.nvidia.com/kit/docs/omni_physics/latest/dev_guide/guides/physics-performance.html>`_
11 changes: 8 additions & 3 deletions docs/source/setup/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Local Installation
==================

.. image:: https://img.shields.io/badge/IsaacSim-5.1.0-silver.svg
.. image:: https://img.shields.io/badge/IsaacSim-5.0.0-silver.svg
:target: https://developer.nvidia.com/isaac-sim
:alt: IsaacSim 5.1.0
:alt: IsaacSim 5.0.0

.. image:: https://img.shields.io/badge/python-3.11-blue.svg
:target: https://www.python.org/downloads/release/python-31013/
Expand All @@ -27,7 +27,7 @@ recommended installation methods for both Isaac Sim and Isaac Lab.
.. caution::

We have dropped support for Isaac Sim versions 4.2.0 and below. We recommend using the latest
Isaac Sim 5.1.0 release to benefit from the latest features and improvements.
Isaac Sim 5.0.0 release to benefit from the latest features and improvements.

For more information, please refer to the
`Isaac Sim release notes <https://docs.isaacsim.omniverse.nvidia.com/latest/overview/release_notes.html#>`__.
Expand Down Expand Up @@ -68,6 +68,11 @@ may work but have not been validated against all Omniverse tests.
driver from the `Unix Driver Archive <https://www.nvidia.com/en-us/drivers/unix/>`_
using the ``.run`` installer.

DGX Spark: details and limitations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The DGX spark is a stand-alone machine learning device with unique requirements and specifications due to it's specialized SBC nature. These details are...

Troubleshooting
~~~~~~~~~~~~~~~

Expand Down
Loading