Update README.md
Browse files
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/
|
| 12 |
</p>
|
| 13 |
|
| 14 |
-
|
| 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
|
| 29 |
|
| 30 |
-
[Dataset](https://huggingface.co/datasets/kerneldf/datakernelbench) · [Paper](https://arxiv.org/abs/2608.25061) · [Code](https://github.com/kerneldf/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)
|