Releases: tracel-ai/cubecl-hip
Releases · tracel-ai/cubecl-hip
v6.2.2001
Update to the last feature naming scheme, rocm_622
is not rocm__6_2_2
v6.2.4000
- Initial release of bindings for ROCm HIP
v6.2.4
(by @VlaDexa in #2)
- Fix cargo xtask command to run test
v6.2.2000
Re-release version 0.0.7 under new version scheme
v0.0.7
- Panic only when HIP installation is not found and any of "CUBECL_ROCM_PATH", "ROCM_PATH", "HIP_PATH" environment variables are defined.
v0.0.6
- Add default search path for ROCm installation (/opt/rocm)
- Remove generation of layout tests in bindings
v0.0.5
- Export bindings only for Linux targets
v0.0.4
- add support for
HIP_PATH
environment variable
v0.0.3
- Add bindings for ROCm 6.2.2 to
cubecl-hip-sys
crate
- Add feature
rocm_622
that enables bindings for version 6.2.2
in crate cubecl-hip-sys
- Add xtask command named
bindgen
to generate bindings
- Read
CUBECL_ROCM_PATH
and ROCM_PATH
environment variables to detect ROCm installation and enable linking step
v0.0.2
Minor tweaks to documentation only.