Releases: tracel-ai/cubecl-hip-sys
v7.0.5183101
Fix compilation error "Cannot retrieve the name of the HIP library directory" on NixOS.
v7.0.5183100
Add HIP bindings version 51831 (ROCm 7.0.0~7.0.1).
v6.4.43482400
New HIP bindings version 434824 (ROCm 6.4.2)
v6.4.43482300
- Renamed repository from
cubecl-hipto `cubecl-hip-sys - New HIP bindings version
434823(ROCm6.4.1) - Update xtask to
2.1.9
v6.4.43483-2
Maintenance release, see previous release for release notes.
v6.4.43483-1
- New HIP bindings version
434823(which corresponds to ROCm6.4.1) - Update xtask to
2.1.9
v6.4.4348201
This is a maintenance release.
- Removed unnecessary configuration flags for Linux
- Update xtask to
2.1.4
v6.4.4348200
-
There is no need to select a crate feature anymore, simply adding the crate as a dependency is enough and the build script will detect the install location of HIP. If you have a feature enabled then an error message will ask you to remove it when you compile.
-
We use the
hipconfigbinary to detect the HIP installation. Make sure that you have this executable installed and available in yourPATH. -
To choose a specific version of HIP in the case you have multiple versions installed on your system, simply set the environment variable
HIP_PATHto point to the installation base directory. You can verify that the correct version is enabled by executinghipconfig --version. -
Versioning scheme has been updated to follow the same version of HIP with two additional digits for our own usage. Note that HIP version is somewhat different than the ROCm version. The HIP version is of the form
6.4.43482where the major and minor versions are from ROCm version and the patch version is specific to HIP and is monotonic. It uniquely identify the version of HIP. This crate version is6.4.4348200corresponds to the ROCm version6.4.xwith HIP patch43482and00means that this is the version for this HIP patch.
v6.4.43482
⛔ Deprecated, use version v6.4.4348200 or later instead ⛔
-
There is no need to select a crate feature anymore, simply adding the crate as a dependency is enough and the build script will detect the install location of HIP. If you have a feature enabled then an error message will ask you to remove it when you compile.
-
We use the
hipconfigbinary to detect the HIP installation. Make sure that you have this executable installed and available in yourPATH. -
To choose a specific version of HIP in the case you have multiple versions installed on your system, simply set the environment variable
HIP_PATHto point to the installation base directory. You can verify that the correct version is enabled by executinghipconfig --version. -
Versioning scheme has been updated to follow the same version of HIP. Note that HIP version is somewhat different than the ROCm version. The HIP version is of the form
6.4.43482where the major and minor versions are from ROCm version and the patch version is specific to HIP and is monotonic. It uniquely identify the version of HIP.
v6.4.0
ROCm v6.4.0
This version has a new version of the HIP bindings since v6.3.4 (patch version 43482).
Thanks to @OmegaLambda1998 for providing these new bindings.
Note: For completeness ROCm v6.3.3 and ROCm v6.3.4 are also covered since the last release