Plugins ======= Register custom CUDA and Triton kernels as TensorRT plugins — from auto-generated Python plugins to AOT-compiled C++ plugins for use in serialized engines. .. toctree:: :maxdepth: 1 plugins Example: Auto-generate a Plugin for a Custom Kernel <../../_rendered_examples/dynamo/auto_generate_plugins> Example: Using Custom Kernels within TensorRT Engines <../../_rendered_examples/dynamo/custom_kernel_plugins> Example: Auto-generate a TensorRT AOT Plugin <../../_rendered_examples/dynamo/aot_plugin> Example: Custom Kernels with NVRTC in TensorRT AOT Plugins <../../_rendered_examples/dynamo/nvrtc_aot_plugin>