Runxin Zhong
Runxin Zhong
## Description I am trying to pip install tensorrt 10.0.1 but it reports ''ModuleNotFoundError: No module named 'tensorrt_bindings''' `pip install tensorrt==10.0.1` then `import tensorrt` In https://pypi.nvidia.com/tensorrt-bindings, there is no tensorrt_bindings==10.0.1....
Previsouly, we can use --ptxas-options=--verbose to dump ptxas info, including used regsiter number/barriers and whether the kernel has register spill.
**What is your question?** cute.copy will always fully unroll its inner load/store. But in some case, the unrolling in cute.copy will case serious register spill. So I wonder how to...