Commit Graph

5 Commits

Author SHA1 Message Date
arai713
2f0c38a8d7 [CK] Fix for hipblaslt error in PyTorch Dockerfile (#6537)
## Motivation
This PR fixes the hipblaslt client build failures that occur when
building the PyTorch Docker image, which are currently causing failures
in CI.

## Technical Details
- Correctly reset the working directory to tmp/
- Added --use-system-packages to the install.sh to use system installed
laplack packages, as hard-coded paths were not being built.

## Test Plan
Locally built the Docker image using the Dockerfile.

## Test Result
Image was successfully built.

## Submission Checklist
- [x] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.

Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
2026-04-21 20:49:34 +00:00
Illia Silin
67d6c4514a do not build hipblaslt for gfx90a to save time and disc space (#3362)
[ROCm/composable_kernel commit: 608232ce82]
2025-12-05 08:39:18 -08:00
Illia Silin
88a222f851 fix hipblaslt build for different archs (#3358)
[ROCm/composable_kernel commit: d1193e8637]
2025-12-04 18:29:14 -08:00
Illia Silin
646dc6133d build latest hipblaslt in ck_pytorch docker (#3347)
[ROCm/composable_kernel commit: cd21e20ae7]
2025-12-04 06:58:42 -08:00
Illia Silin
6772151e9f Add a daily CI cron job to build pytorch. (#2755)
* add a stage to builf pytorch

* add docker file for pytorch stage

* call build scripts fro mthe default path

* add a daily chron build for pytorcn stage

[ROCm/composable_kernel commit: 0ac908fb57]
2025-08-27 16:57:43 -07:00