The GitHub Actions job "Lint" on tvm.git/main has succeeded.
Run started by GitHub user mshr-h (triggered by mshr-h).

Head commit for run:
15b607d6bf1d3a64d45f7227a3b0ec55afd5c015 / Shushi Hong <[email protected]>
[CUDA] Add NVIDIA Jetson AGX Thor target tag (#20259)

This PR adds a CUDA target tag for NVIDIA Jetson AGX Thor:

```python
tvm.target.Target("nvidia/jetson-agx-thor")
```

The target configuration includes:

- CUDA architecture: `sm_110a`
- Maximum shared memory per block: `232448` bytes
- Registers per block: `65536`
- L2 cache: `32 MiB`
- Host CPU: Arm Neoverse V3AE with 14 cores

The change is limited to the new target tag and its configuration test.
It does not change generic CUDA target detection, CUDA runtime behavior,
or existing targets.

Validation performed on NVIDIA Thor:

- CUDA kernel compilation and execution
- NVCC and NVRTC compilation
- TMA, mbarrier, TMEM, and tcgen05 instructions
- BF16 tcgen05 GEMM correctness
- Dynamic shared-memory launches above 48 KiB

Report URL: https://github.com/apache/tvm/actions/runs/33632134184

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to