DataKernelBench benchmarks LLM ability to optimize SQL queries into CUDA or Triton kernels. On TPC-H SF10 with H100 GPUs, the best full-query CUDA configurations achieved 2.11x speedup over torch.compile using execution-guided repair.
HOW THIS AFFECTS YOU
●
builderYou can leverage LLMs to generate specialized database kernels for hardware-specific performance.
●
researcherThis introduces a new evaluation standard for heterogeneous, data-movement-heavy operator optimization.