Overview of Gluon Core APIs
mainGluon provides two primary layers of APIs for kernel development:
- Runtime API: Handles the execution lifecycle, including JIT decorators, result handling, and host-side tensor descriptors required to launch Gluon kernels.
- Language API: Defines the core programming model, including memory operations, math operations, layouts, and compile-time helpers.