Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: install.sh is not friendly with &> log file redirection #741

Open
fxmarty opened this issue Apr 18, 2024 · 1 comment
Open

[Issue]: install.sh is not friendly with &> log file redirection #741

fxmarty opened this issue Apr 18, 2024 · 1 comment

Comments

@fxmarty
Copy link

fxmarty commented Apr 18, 2024

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

@KKyang
Copy link
Contributor

KKyang commented May 20, 2024

That's just a progress bar. You can ignore it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants