Instructions to use Geometric-AI/geometric-ai-kernels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use Geometric-AI/geometric-ai-kernels with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("Geometric-AI/geometric-ai-kernels") - Notebooks
- Google Colab
- Kaggle
Uploaded using `kernel-builder`.
Browse files
README.md
CHANGED
|
@@ -266,8 +266,7 @@ and per-shape plots in the [release post](https://geometric.so/blog/2026/05/08/h
|
|
| 266 |
|
| 267 |
### `kernels` CLI benchmark
|
| 268 |
|
| 269 |
-
Timed with `time.perf_counter` + `cuda.synchronize()`,
|
| 270 |
-
shape, mean over 100 iterations. Baseline runs once after warmup.
|
| 271 |
|
| 272 |
| Kernel | vs eager | vs `torch.compile` |
|
| 273 |
| --- | --- | --- |
|
|
|
|
| 266 |
|
| 267 |
### `kernels` CLI benchmark
|
| 268 |
|
| 269 |
+
Timed with `time.perf_counter` + `cuda.synchronize()`, mean over 100 iterations.
|
|
|
|
| 270 |
|
| 271 |
| Kernel | vs eager | vs `torch.compile` |
|
| 272 |
| --- | --- | --- |
|