Module Tolk
module Allocations : sig ... endBuffer allocation for tensor graphs.
module Allreduce : sig ... endMulti-device collective reduction.
module Coalese : sig ... endLate memory coalescing and image selection.
module Codegen : sig ... endCodegen entry point — optimization dispatch, lowering, and compilation.
module Codegen_lower : sig ... endCodegen lowering after optimization.
module Compiler : sig ... endKernel source compiler.
module Cstyle : sig ... endC-family language renderers.
module Decomp_dtype : sig ... endDtype decomposition matchers matching tinygrad codegen/decomp/dtype.py.
module Decomp_op : sig ... endOperation decompositions matching tinygrad codegen/decomp/op.py.
module Decomp_transcendental : sig ... endTranscendental decompositions matching tinygrad codegen/decomp/transcendental.py.
module Device : sig ... endDevice runtime abstraction.
module Diskcache : sig ... endSimple file-based disk cache.
module Elf : sig ... endRelocatable ELF object loading.
module Gater : sig ... endLate gate relocation.
module Gpu_dim : sig ... endCanonical GPU workitem dimensions.
module Gpu_target : sig ... endResolved GPU target descriptors for renderer construction.
module Gpudims : sig ... endGPU dimension mapping.
module Helpers : sig ... endmodule Heuristic : sig ... endHeuristic-based kernel optimizations.
module Indexing : sig ... endRangeify: tensor graph to indexed representation.
module Jit : sig ... endJIT compilation and replay.
module Linearizer : sig ... endKernel-to-program linearization.
module Multi : sig ... endMulti-device sharding transformations.
module Postrange : sig ... endPost-range kernel optimisation scheduler.
module Program_spec : sig ... endCompile-time kernel descriptions extracted from a linearized uop program.
module Rangeify : sig ... endSchedule pipeline: tensor graph to kernel graph.
module Realize : sig ... endLinear execution and kernel dispatch.
module Renderer : sig ... endGPU kernel renderer.
module Schedule : sig ... endTensor schedule linearization.
module Search : sig ... endBeam search kernel optimiser.
module Simplify : sig ... endRange simplification passes.
module Tc : sig ... endTinygrad tensor core definitions and swizzle helpers.
module Tlsf : sig ... endTwo-Level Segregated Fit allocator.