Custom operators
================

Learning-oriented, hands-on notebooks. Each one is a guided lesson you can run top to
bottom; together they build up from the basic event array to writing your own
high-performance kernels.

If you are brand new, start with :doc:`/getting-started/quickstart`.


Extend ``brainevent`` with your own kernels — from high-level Numba/Warp decorators down to
hand-written C++ and CUDA.

.. toctree::
   :maxdepth: 1
   :caption: Custom operators

   01_numba
   02_numba_cuda
   03_warp
   04_cpp
   05_cuda
