Triton Tutorial#
This chapter serves as an introduction to getting started with Triton.
Official tutorials#
Server#
Backend Development#
Triton Example Backends
Three examples backends are provided to demonstrate how to develop a custom backend for Triton.Minimal Triton Backend
Recommended Triton Backend
BLS Triton Backend
A straightforward exercise to get started is to write a simple backend that receives variable-length input and returns the same input as output.