Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 7bd8ac8

Browse files
authored
Set version to 0.8.0-dev0 (#315)
1 parent d4aac3d commit 7bd8ac8

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

β€Žbuild2cmake/Cargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žbuild2cmake/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "build2cmake"
3-
version = "0.7.0-dev0"
3+
version = "0.8.0-dev0"
44
edition = "2021"
55
description = "Generate CMake files for kernel-builder projects"
66
homepage = "https://github.com/huggingface/kernel-builder"

β€Ždocs/writing-kernels.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ for an example with multiple kernel sections.
134134
The following options can be set for a kernel:
135135

136136
- `backend` (required): the compute backend of the kernel. The currently
137-
supported backends are `cuda`, `metal`, `rocm`, and `xpu`.
137+
supported backends are `cpu`, `cuda`, `metal`, `rocm`, and `xpu`.
138+
**The `cpu` backend is currently experimental and might still change.**
138139
- `depends` (required): a list of dependencies. The supported dependencies
139140
are listed in [`deps.nix`](../lib/deps.nix).
140141
- `src` (required): a list of source files and headers.

β€Žkernel-abi-check/bindings/python/Cargo.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žkernel-abi-check/bindings/python/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kernel-abi-check-python"
3-
version = "0.7.0-dev0"
3+
version = "0.8.0-dev0"
44
edition = "2024"
55
description = "Check the ABI of Hub Kernels"
66
homepage = "https://github.com/huggingface/kernel-builder"

β€Žkernel-abi-check/kernel-abi-check/Cargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žkernel-abi-check/kernel-abi-check/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kernel-abi-check"
3-
version = "0.7.0-dev0"
3+
version = "0.8.0-dev0"
44
edition = "2021"
55
description = "Check the ABI of Hub Kernels"
66
homepage = "https://github.com/huggingface/kernel-builder"

0 commit comments

Comments
Β (0)