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

v0.5.2

Choose a tag to compare

@danieldk danieldk released this 04 Jul 12:11
· 138 commits to main since this release
99306a9

This release contains changes for handling more complex kernels:

  • Support minimum CUDA versions for 'subkernels' (kernel.<name>) for when a kernel has specializations for e.g. Blackwell.
  • Support passing custom flags to the C++ compiler.
  • Add support for building kernels for a subset of CUDA versions. Use leads to non-compliant kernels, so should only be used as a last resort.

What's Changed

  • Add cuda-maxver option to the general section by @danieldk in #170
  • build2cmake: cxx-flags option for C++ compile flags for kernels by @danieldk in #171
  • hotfix: cuda-maxver by @danieldk in #172
  • hotfix: cuda-maxver nit in Nix by @danieldk in #173
  • Add support for building for a custom set of Torch versions by @danieldk in #174
  • Add cuda-minver option for CUDA kernels by @danieldk in #176
  • Set build2cmake and kernel-abi-check to 0.5.2 for release prep by @danieldk in #177

Full Changelog: v0.5.1...v0.5.2