7ecf466e33
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>