Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 31 Oct 10:47
· 8 commits to main since this release

New features

Support for new build variants

get_kernel supports two types of new build variants

  • Windows + CUDA build variants.
  • A cpu build variant, this will be used as a fall-back if the Torch build not support CUDA, Metal, ROCm, or XPU.

Support for registering CPU layers will be added in a future release.

kernels upload improvements

kernels upload supports uploading from a result or build directory in addition to uploading from the main kernel directory.

Backwards incompatible changes

The --repo_id option of kernels upload has been renamed to --repo-id for consistency.

What's Changed

New Contributors

Full Changelog: v0.10.4...v0.11.0