hipBLASLt
hipBLASLt copied to clipboard
[Issue]: install.sh is not friendly with `&>` log file redirection
Problem Description
Hi,
Building hipblaslt, I get a line:
`#29 666.5 # Writing Custom CMake
#29 666.5 # Writing Kernels...
#29 668.8 Generating kernels: Launching 64 threads...
#29 1051.9 Generating kernels: Done. (383.1 secs elapsed)
#29 1051.9 |/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/
with 60k characters in my log file of the build (cropped here).
I am using:
RUN git clone -b develop https://github.com/ROCm/hipBLASLt && \
export GTest_DIR="/usr/local/lib/cmake/GTest/" && \
cd hipBLASLt && \
./install.sh -idc --architecture 'gfx90a;gfx942'
and redirect my docker build to a file.
ROCm version is 6.0.2, using develop branch.
Operating System
Ubuntu 22.04
CPU
Intel(R) Xeon(R) Platinum 8480C
GPU
Other
Other
MI300
ROCm Version
ROCm 5.7.1
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
That's just a progress bar. You can ignore it.
@fxmarty Can we close this ticket? Thanks!
Yes!