Skip to content

Releases: lshqqytiger/ZLUDA

v3.8.4

11 Sep 05:51
c0804ca
Compare
Choose a tag to compare

Change logs

  • Restore cublas argument. (injector)
  • Implement some Dark API functions (#41), Thanks @SEt-t
  • Implement mul24 instruction.
  • Add environment variable ZLUDA_COMGR_LOG_LEVEL.
    If you set ZLUDA_COMGR_LOG_LEVEL=1, it will give you minimal logs that demonstrate the kernel code compilation is under progress.
  • Bring back the minimal implementations of runtime API. (#45)
    It is enough to run stable-diffusion-webui-forge with CUDA Stream enabled.

v3.8.3

26 Aug 10:50
1c238a9
Compare
Choose a tag to compare

Change logs

  • Add --version argument for zluda.exe. (zluda_injector)
  • Revive HIP SDK 5.7 support for Windows.

※ Please move to HIP SDK 6.1 if possible. 5.7 support can be discontinued at any time.

v3.8.2

20 Aug 06:14
2f2e38a
Compare
Choose a tag to compare

Change logs

v3.8.1

14 Jul 07:37
86cdab3
Compare
Choose a tag to compare

This release is automatically generated by GitHub Actions.

v3.8

13 Jul 04:47
d7714d8
Compare
Choose a tag to compare

Change logs

※ The future release will target ROCm 6 or later.

v3.7.2

17 May 03:44
4f12e8c
Compare
Choose a tag to compare

Change logs

v3.8-rocm5

17 May 04:15
11cc584
Compare
Choose a tag to compare
Implement cuda runtime api. (cudart) (#17)

* [WIP] Implement cudart.

* wip

* wip

* Implement cudart.

* wip

* Ready to merge.

v3.7.1

29 Apr 13:33
2804604
Compare
Choose a tag to compare

Change logs

  • Implement cublasDotEx.
  • Implement nvmlDeviceGetCudaComputeCapability.
  • Rewrite nvrtcVersion.
  • Merge upstream commits.

v3.7.1-pre2-dnn

28 Apr 06:36
7565ad1
Compare
Choose a tag to compare
v3.7.1-pre2-dnn Pre-release
Pre-release
v3.8-pre2-dnn

Implement cudnnGetProperty.

v3.7.1-pre2

20 Apr 15:33
b9e932b
Compare
Choose a tag to compare
v3.7.1-pre2 Pre-release
Pre-release

Change logs

  • Implement nvmlDeviceGetCudaComputeCapability.
  • Rewrite nvrtcVersion.
  • Merge upstream commits.