gokul-ch commited on
Commit
7fc546f
·
verified ·
1 Parent(s): 6e0b5bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -11
README.md CHANGED
@@ -8,23 +8,17 @@ pinned: false
8
  ---
9
 
10
  <p align="center">
11
- <img src="https://raw.githubusercontent.com/kerneldf/kerneldf.github.io/main/og.png" alt="KernelDF — Data processing, down to the kernel." width="100%" />
12
  </p>
13
 
14
- `AI × data systems × GPU kernels`
15
-
16
- # Data processing, down to the kernel.
17
-
18
- KernelDF is a home for research and open-source software that uses AI to accelerate DataFrame operations and database query execution through specialized GPU kernels.
19
 
20
  **[Website](https://kerneldf.github.io)** · **[GitHub](https://github.com/kerneldf)** · **[Datasets](https://huggingface.co/kerneldf/datasets)**
21
 
22
  ---
23
 
24
- ## DataKernelBench
25
-
26
- *Can LLMs optimize database queries on GPUs?*
27
 
28
- A benchmark for translating SQL-derived PyTorch programs into optimized CUDA and Triton kernels, evaluated for correctness and execution speed. Accepted at EMNLP 2026.
29
 
30
- [Dataset](https://huggingface.co/datasets/kerneldf/datakernelbench) · [Paper](https://arxiv.org/abs/2608.25061) · [Code](https://github.com/kerneldf/DataKernelBench) · [Project page](https://kerneldf.github.io/datakernelbench/)
 
8
  ---
9
 
10
  <p align="center">
11
+ <img src="https://raw.githubusercontent.com/kerneldf/kerneldf.github.io/main/huggingface/banner.png" alt="KernelDF" width="100%" />
12
  </p>
13
 
14
+ Research and open-source software that uses AI to accelerate DataFrame operations and database query execution through specialized GPU kernels.
 
 
 
 
15
 
16
  **[Website](https://kerneldf.github.io)** · **[GitHub](https://github.com/kerneldf)** · **[Datasets](https://huggingface.co/kerneldf/datasets)**
17
 
18
  ---
19
 
20
+ ### DataKernelBench
 
 
21
 
22
+ A benchmark for translating SQL-derived PyTorch programs into optimized CUDA and Triton kernels. Accepted at EMNLP 2026.
23
 
24
+ [Dataset](https://huggingface.co/datasets/kerneldf/datakernelbench) · [Paper](https://arxiv.org/abs/2608.25061) · [Code](https://github.com/kerneldf/DataKernelBench)