NVIDIA / NVIDIA/CUDALibrarySamples
nvcomp jetson orin support
Open
@naveenaero is already working on this.
Since Jun 3, 2026.
nvCOMP
- Dominant language
- Cuda
- Stars
- 2.5k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
root@integration01:~/product/integration/CUDALibrarySamples/nvCOMP/examples/build# ./bin/lz4_cpu_compression_high_level -f ../../../../*.cu
----------
files: 10
uncompressed (B): 36604
comp_size: 6600, ratio: 5.55
ERROR: CUDA Runtime API failure: the provided PTX was compiled with an unsupported toolchain. : code=1000.
root@integration01:~/product/integration/CUDALibrarySamples/nvCOMP/examples/build# LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
./bin/lz4_cpu_compression_high_level -f ../../../../*.cu
----------
files: 10
uncompressed (B): 36604
comp_size: 6600, ratio: 5.55
ERROR: CUDA Runtime API failure: the provided PTX was compiled with an unsupported toolchain. : code=1000.
root@integration01:~/product/integration/CUDALibrarySamples/nvCOMP/examples/build# nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Thu_Sep_12_02:25:12_PDT_2024
Cuda compilation tools, release 12.6, V12.6.77
Build cuda_12.6.r12.6/compiler.34841621_0
root@integration01:~/product/integration/CUDALibrarySamples/nvCOMP/examples/build# nvidia-smi
Wed Jun 3 09:07:50 2026
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 540.4.0 Driver Version: 540.4.0 CUDA Version: 12.6 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 Orin (nvgpu) N/A | N/A N/A | N/A |
| N/A N/A N/A N/A / N/A | Not Supported | N/A N/A |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| No running processes found |
+---------------------------------------------------------------------------------------+
Does nvcomp-cuda-12-v5.2.0 support Jetson Orin?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.