Module jit

Module jit 

Source
Expand description

JIT Compiler for GPU Kernels

Compiles operations at runtime for maximum performance This is the secret weapon to beat JAX!

Structs§

CompiledKernel
JIT-compiled kernel
GraphSignature
Graph signature for caching
JitCompiler
JIT compiler that generates and caches optimized kernels
KernelLauncher
Optimized kernel launcher

Enums§

OptimizationLevel