v0.11.0
New features
Support for new build variants
get_kernel supports two types of new build variants
- Windows + CUDA build variants.
- A
cpubuild 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
- Upload improvements by @danieldk in #171
- Add attributes to user_agent by @MekkCyber in #170
- Update links for
kernel->kernelstag by @danieldk in #173 - Fix kernels tag in readme generator by @MekkCyber in #174
- feat(windows): support generating right build variant for windows platform by @mfuntowicz in #175
- Fall back to CPU if no compute framework is found by @danieldk in #176
- Set version to 0.11.0.dev0 by @danieldk in #177
New Contributors
- @mfuntowicz made their first contribution in #175
Full Changelog: v0.10.4...v0.11.0