Platform Support & Testing Strategy #1179
ncomly-nvidia
started this conversation in
Internals
Replies: 1 comment
-
@narendasan can you please update the above (low priority) with the latest updates to nightly & CI testing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Platform Support & Testing Strategy
This will be a place how Torch-TRT intends to support different platforms, both OS & arch
Linux x86
Torch-TRT supports x86 in main, containers, and all releases.
x86 is tested in CI & during releases
Jetson (aarch64)
Current testing is during releases. This is an area that needs improvement & clear support structure.
Jetson is not tested in CI & main is not guaranteed to support Jetson.
Ideally release testing should fully included Jetson.
ARM SBSA (aarch64)
Similar to Jetson, this is an area that needs improvement.
Current testing is during release & main is not guaranteed to support SBSA.
Ideally release testing should fully included SBSA & main would support SBSA.
Windows
Windows is currently supported experimentally via CMake. #1058.
While this may be sufficient for the time being, there should be direct testing / support for Windows in releases in the future.
Beta Was this translation helpful? Give feedback.
All reactions