Skip to content

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 22 Sep 18:16
· 13 commits to main since this release

New Features

XPU support

This release adds full support for Intel XPU devices, including kernel layers. XPU variants use the form: torch<torch-version>-cxx<C++-ABI>-xpu<OneAPI-version>-x86_64-linux.

kernel upload utility

Upload kernels to the Hub in a single command. For example, to upload the kernel in the current directory:

$ kernels upload . --repo_id="username/kernelname"

The repository will also be created (publicly) if it does not exist yet. For more information, see the documentation.

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2