@SalmanFarooq they are just metapackages they don't actually include any useful files.
What is funny is that people on Ubuntu aren't able to install ROCm either for the same reason. https://github.com/ROCm/ROCm/issues/4022
Git Clone URL: | https://aur.archlinux.org/opencl-amd-dev.git (read-only, click to copy) |
---|---|
Package Base: | opencl-amd-dev |
Description: | OpenCL SDK / HIP SDK / ROCM Compiler. This package needs at least 20GB of disk space. |
Upstream URL: | http://www.amd.com |
Licenses: | custom:AMD |
Conflicts: | composablekernel-dev, hipblas, hipblas-dev, hipblaslt, hipblaslt-dev, hipcub, hipcub-dev, hipfft, hipfft-dev, hipfort, hipfort-dev, hipify-clang, hiprand, hiprand-dev, hipsolver, hipsolver-dev, hipsparse, hipsparse-dev, hipsparselt, hipsparselt-dev, hiptensor, hiptensor-dev, migraphx, migraphx-dev, miopen, miopen-hip, miopen-hip-dev, mivisionx, mivisionx-dev, omniperf, omnitrace, openmp-extras-dev, rccl, rccl-dev, rocalution, rocalution-dev, rocblas, rocblas-dev, rocfft, rocfft-dev, rocm-developer-tools, rocm-hip-libraries, rocm-hip-runtime-dev, rocm-hip-sdk, rocm-llvm, rocm-ml-libraries, rocm-ml-sdk, rocm-opencl-sdk, rocprim, rocprim-dev, rocprofiler-sdk, rocprofiler-sdk-roctx, rocrand, rocrand-dev, rocsolver, rocsolver-dev, rocsparse, rocsparse-dev, rocthrust, rocthrust-dev, rocwmma-dev, rpp, rpp-dev |
Provides: | composablekernel-dev, half, hipblas, hipblas-dev, hipblaslt, hipblaslt-dev, hipcub, hipcub-dev, hipfft, hipfft-dev, hipfort, hipfort-dev, hipify-clang, hiprand, hiprand-dev, hipsolver, hipsolver-dev, hipsparse, hipsparse-dev, hipsparselt, hipsparselt-dev, hiptensor, hiptensor-dev, migraphx, migraphx-dev, miopen, miopen-hip, miopen-hip-dev, mivisionx, mivisionx-dev, omniperf, omnitrace, openmp-extras-dev, rccl, rccl-dev, rocalution, rocalution-dev, rocblas, rocblas-dev, rocfft, rocfft-dev, rocm-developer-tools, rocm-hip-libraries, rocm-hip-runtime-dev, rocm-hip-sdk, rocm-llvm, rocm-ml-libraries, rocm-ml-sdk, rocm-opencl-sdk, rocprim, rocprim-dev, rocprofiler-sdk, rocprofiler-sdk-roctx, rocrand, rocrand-dev, rocsolver, rocsolver-dev, rocsparse, rocsparse-dev, rocthrust, rocthrust-dev, rocwmma-dev, rpp, rpp-dev |
Submitter: | luciddream |
Maintainer: | luciddream |
Last Packager: | luciddream |
Votes: | 8 |
Popularity: | 0.47 |
First Submitted: | 2021-12-26 15:01 (UTC) |
Last Updated: | 2024-11-10 10:22 (UTC) |
@SalmanFarooq they are just metapackages they don't actually include any useful files.
What is funny is that people on Ubuntu aren't able to install ROCm either for the same reason. https://github.com/ROCm/ROCm/issues/4022
@luciddream Yeah it seems to be installing fine now but I wonder what that removed stuff was. Anyways, thanks a bunch for the quick fix!
@SalmanFarooq can you see if it's working now? I removed these files since they are probably unnecessary for Arch Linux
What is crazy is that AMD HTTP server (or mirror?) is still serving me the old files.. they f*** us over with this change. I will fix it as soon as it's possible (and wise)
It looks like AMD silently re-released it with a new build one day later... I will have to make another release
ERROR: One or more files did not pass the validity check!
rocm-ml-sdk_6.2.4.60204-139~24.04_amd64.deb ... FAILED rocm-ml-libraries_6.2.4.60204-139~24.04_amd64.deb ... FAILED rocm-hip-sdk_6.2.4.60204-139~24.04_amd64.deb ... FAILED rocm-hip-libraries_6.2.4.60204-139~24.04_amd64.deb ... FAILED
@DgDev91 I think amd-smi-lib
is also used as a python package for pytorch. This is what the pytorch docker image does
One guy suggested to install it doing this
sudo chown -R $USER:$USER /opt/rocm/share/amd_smi/
pip install . --user
But I'm not sure of what consequences this might have - you will probably have to do that every time you install pytorch locally or update ROCm.
I can't use the last Pytorch builds compiled against rocm 6.1 and newer, they crash saying "name 'amdsmi' is not defined", wich is kinda wierd since the amd-smi package is included in the release. maybe there's something missing.
EDIT: I found something... seems like we are supposed to run "pip install . --user" inside /opt/rocm/share/amd_smi/ I used "pip install ." (without --user) inside a venv, and it worked fine
Hi @b0o, it seems it has already been reported upstream: https://github.com/ROCm/rocBLAS/issues/1339
Pinned Comments
luciddream commented on 2022-01-12 16:47 (UTC) (edited on 2024-11-07 20:44 (UTC) by luciddream)
Latest release: 6.2.4. It uses 25.93GB of disk.