Skip to content

Tags: lcy0321/stable-diffusion.cpp

Tags

master-353-e6bdf56

Toggle master-353-e6bdf56's commit message
build: Enable ROCm(HIP) build release on Windows

master-353-406a6ce

Toggle master-353-406a6ce's commit message
build: Enable Windows ROCm(HIP) build release

Refer to the build workflow of llama.cpp to add a Windows ROCm (HIP)
build release to the workflow.
Since there are many differences between the HIP build and other
builds, this commit add a separate "windows-latest-cmake-hip" job,
instead of enabling the ROCm matrix entry in the existing Windows
build job.

Main differences include:

- Install ROCm SDK from AMD official installer.
- Add a cache step for ROCm installation and a ccache step for build
  processing, since the HIP build takes much longer time than other
  builds.
- Include the ROCm/HIP artifact in the release assets.

master-353-1d8e65a

Toggle master-353-1d8e65a's commit message
build: Enable Windows ROCm(HIP) build release

Refer to the build workflow of llama.cpp to add a Windows ROCm (HIP)
build release to the workflow.
Since there are many differences between the HIP build and other
builds, this commit add a separate "windows-latest-cmake-hip" job,
instead of enabling the ROCm matrix entry in the existing Windows
build job.

Main differences include:

- Install ROCm SDK from AMD official installer.
- Add a cache step for ROCm installation and a ccache step for build
  processing, since the HIP build takes much longer time than other
  builds.
- Include the ROCm/HIP artifact in the release assets.

master-351-2ff7cc3

Toggle master-351-2ff7cc3's commit message
build: Enable ROCm(HIP) build release on Windows