Skip to content

Releases: tracel-ai/cubecl-hip

v6.2.2002

09 Dec 18:42
Compare
Choose a tag to compare

Update README.

v6.2.2001

09 Dec 18:21
Compare
Choose a tag to compare

Update to the last feature naming scheme, rocm_622 is not rocm__6_2_2

v6.2.4000

03 Dec 05:05
Compare
Choose a tag to compare
  • Initial release of bindings for ROCm HIP v6.2.4 (by @VlaDexa in #2)
  • Fix cargo xtask command to run test

v6.2.2000

03 Dec 04:54
Compare
Choose a tag to compare

Re-release version 0.0.7 under new version scheme

v0.0.7

21 Nov 05:25
Compare
Choose a tag to compare
  • 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

21 Nov 05:02
Compare
Choose a tag to compare
  • Add default search path for ROCm installation (/opt/rocm)
  • Remove generation of layout tests in bindings

v0.0.5

25 Oct 17:12
Compare
Choose a tag to compare
  • Export bindings only for Linux targets

v0.0.4

23 Oct 15:32
Compare
Choose a tag to compare
  • add support for HIP_PATH environment variable

v0.0.3

18 Oct 03:54
Compare
Choose a tag to compare
  • 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

11 Oct 01:52
Compare
Choose a tag to compare

Minor tweaks to documentation only.