-
Notifications
You must be signed in to change notification settings - Fork 13
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
Quickstart changes: native install needs to wget amdgpu_install deb or rpm, to get .list files #39
Conversation
…eadd graphics to usecase
Added few points #1. Earlier missed steps to add the repo. If user already installing installer then why will do apt install instead they will directly do amdgpu-install --usecase=rocm Main intention is that both should be having clear difference. Previously, for Native, we used to add repo like below which clearly shows the difference in the two approaches. sudo tee /etc/apt/sources.list.d/amdgpu.list <<'EOF' sudo tee /etc/apt/sources.list.d/rocm.list <<'EOF' #2. This doc for ROCm so not sure why we want to add graphics usecase in rocm doc page. If we are planning as Unified Stack documentation, then I understand and we can add all different usercases for the user. #4. That can be done when "rocm" meta package is planned for any release and it hasn't been tested in 6.0. |
We want to simplify the quickstart instructions.
In summary, I think we still need to put back the wget/install amdgpu-install package for these instructions. Right now, it's just broken and doesn't work.
For "rocm" meta package, agree, after it is planned for release and tested. |
Hi, Initially, we created another package to install the .list files. But we had a discussion with Nirmal and Freddy in Oct/Nov 2023 and they recommended to just install the amdgpu-install package, then call native package manager. It will save from maintaining another simple package that amdgpu-install already does. |
Quickstart Install changes: