TensorRT-LLM
TensorRT-LLM copied to clipboard
[AutoDeploy] Refactor AutoDeploy torch custom op to attach `auto_deploy` prefix to the op namespace
Add auto_deploy namespace to uniquely identify all the custom ops defined in auto_deploy/custom_ops. This could avoid potential namespace conflicts for ops defined in the manual workflow.