Files
apache--tvm/python
Neo Chien 7ecf466e33 [S-TIR][Dlight] Add layered fall back strategy to handle missing attr max_shared_memory_per_block (#19453)
Hi Committers,

This PR is trying to fix issues
https://github.com/apache/tvm/issues/19419. Any suggestions would be
appreciated if you are available.

### Root Cause
- auto-detected CUDA might lacks `max_shared_memory_per_block` and it
would cause `KeyError`

### Solutions
- Add layered fall back strategy to handle missing attr
`max_shared_memory_per_block`

---------

Co-authored-by: cchung100m <cchung100m@users.noreply.github.com>
2026-04-30 00:36:11 +09:00
..