flashinfer_bench.data¶
This is the Python API for the FlashInfer Trace Schema. FlashInfer-Bench uses Pydantic to describe all schemas in the dataset. The following classes are defined:
The
Definitionclass, which defines the kernel specification.The
Solutionclass, which defines the kernel implementation.The
Workloadclass, which defines the kernel’s input tensors.The
Traceclass, which defines the kernel execution trace.The
TraceSetclass, which describes the whole dataset, including multiple definitions, solutions, workloads, and traces.