Cory Bloor
Cory Bloor
> In what I've noticed particularly in rocsparse first, the current method ends up making `/rocsparse/`, in hip it creates invalid symlinks. (On NixOS, where package roots are in `/nix/store/`...
File an issue on rocSPARSE and let me know what file is getting installed incorrectly. I'll look into it. I don't really work on hipamd, but there's a decent chance...
IIRC, @Mystro256 had a patch which fixed this in hipamd, but I think it got reverted because it was part of some larger changes that caused issues. His fix should...
The only thing I might caution about opening a bunch of issues on different repos is to just open a few each day. That will ensure there's a bit of...
The documentation should be updated for the benefit of future users, but I can at least tell you how it needs to be done. ROCclr and hipamd have been built...
CK appears to have been overlooked during in the ROCm 5.6.0 release tagging process.
Hi @tpkessler, I'm not an expert on the rocALUTION build system, but my understanding is that it uses FindHIP.cmake because when MPI is enabled, rocALUTION needs to build some files...
@ntrost57, I don't think I've resolved their problem.
It's merely a workaround, but I've added an option to build without `FindHIP.cmake` in 5bd014fa8c71ed743876eef5ae4171a1cfdc715c. It relies on CMake's HIP language support instead, and can be enabled with `-DUSE_HIPCXX=ON`. Note...
Hi @drtpotter, thanks for the report. I think the issue is that the hipFORT build process is broken when hipconfig is set to the NVIDIA platform. I haven't used the...