Hi, first time poster here… not that that means anything… in need of a little help.
Whilst building AMDGPU I am getting errors as below:
┌ Error: Error building AMDGPU
:
│ WARNING: redefinition of constant config_path. This may fail, cause incorrect answers, or produce other errors.
│ WARNING: redefinition of constant previous_config_path. This may fail, cause incorrect answers, or produce other errors.
│ WARNING: replacing module Previous.
│ [ Info: Found useable ld.lld at /usr/bin/ld.lld
│ paths = [“/opt/rocm/hsa/lib”]
│ Could not find library ‘rocblas’.
│ Could not find library ‘rocsparse’.
│ Could not find library ‘rocalution’.
│ Could not find library ‘rocfft’.
│ Could not find library ‘rocrand’.
│ Could not find library ‘MIOpen’.
│
│ AMDGPU.jl has been built successfully, but there were warnings.
│ Some functionality may be unavailable.
I have rocm in /opt/ and the above libraries seem to be in there (except for “rocalution”) but I am a little unsure how to get AMDGPU to build with those libraries. Is there a way to softlink them or maybe specify their paths? As you can probably tell, I’m a bit new to this, so I am sorry if this is trivial (I hope so) or is the result of my own stupidity; I have spent a couple of days trawling for an answer.
I am on Fedora 33, if that helps.
Regards
Gregg