Isaac Sim report error on Thor AGX T5000: [Error] [rtx.denoising.plugin] Failed to compile compute shader: rtx/nrd/PackForNRD.cs.hlsl

Isaac Sim version:

6.0.0

Operating System

Ubuntu 24.04

GPU Information

Topic Description

Detailed Description

I installed Isaac Sim and run it. It report error continuously as it running.

2026-01-22T09:59:12Z [195,105ms] [Error] [rtx.denoising.plugin] Failed to compile compute shader: rtx/nrd/PackForNRD.cs.hlsl
2026-01-22T09:59:12Z [195,137ms] [Error] [rtx.denoising.plugin] Failed to compile compute shader: rtx/nrd/PackForNRD.cs.hlsl
2026-01-22T09:59:12Z [195,166ms] [Error] [rtx.denoising.plugin] Failed to compile compute shader: rtx/nrd/PackForNRD.cs.hlsl
2026-01-22T09:59:12Z [195,197ms] [Error] [rtx.denoising.plugin] Failed to compile compute shader: rtx/nrd/PackForNRD.cs.hlsl

install process:

Check env: ./isaac-sim.compatibility_check.sh

mkdir ~/isaac

sudo unzip isaac-sim-standalone-5.1.0-linux-aarch64.zip -d ~/isaac

cd ~/isaac

./post_install.sh

And then the software could be started.

Steps to Reproduce

  1. run Isaac Sim with command: ./isaac-sim.sh

  2. the error info rise continuously.

Error Messages

Screenshots or Videos

Additional Information

What I’ve Tried

I asked AI and got nothing useful.

Related Issues

None

Additional Context

None

NVIDIA DGX Spark is the only officially supported aarch64 platform for running Isaac Sim at this time. Jetson-based platforms, including Thor AGX, are not supported. The T5000 GPU embedded in Thor AGX may also lack parts of the RTX feature set required by the NRD-based denoising plugin, which is likely why the rtx/nrd/PackForNRD.cs.hlsl compute shader fails to compile.​