Gluon Overview ============== Gluon is Triton's lower-level GPU programming model. It exposes layouts, shared memory, warp specialization, and target-specific features directly so advanced kernels can trade convenience for control. - Browse the :doc:`tutorial gallery <../getting-started/tutorials/gluon/index>` for Gluon tutorials. - Browse the :doc:`examples gallery <../getting-started/examples/gluon/index>` for complete Gluon example kernels. - Browse the :doc:`Gluon API reference `