Maxime Chambonnet
Maxime Chambonnet
Maybe this can help? https://gist.github.com/cgmb/7cd9a481c42ce132b5d6420380becef3
We are building official debian packages with llvm upstream, you might want to check that out in a few days/weeks :) https://salsa.debian.org/rocm-team/community/team-project#packaging-progress
https://github.com/ROCm-Developer-Tools/HIP/issues/2449
This topic is not solved, right? Installing HIP in `/usr/lib/x86_64-linux-gnu/libamdhip64.so` and `/usr/include/hip` is still not supported in the upcoming ROCm 5.x? pinging @yxsamliu, @Artem-B, @fuag15, @cgmb. Here on Debian testing...
Quoting AMD fellow Cordell Bloor in https://lists.debian.org/debian-ai/2021/05/msg00034.html : > about the progress on upstreaming into LLVM. It seems that the core features required for building ROCm are now all in...
I might dive too early into details before letting a general conversation happen... but here is a [naive set of patches](https://salsa.debian.org/maxzor/rocm-compilersupport/-/tree/master/debian/patches) for ROCm-CompilerSupport (against the `amd-stg-open` branch) to compile with...
As expected, [Cordell's script](https://gist.github.com/cgmb/7cd9a481c42ce132b5d6420380becef3) compiles fine with the AMD fork. But trying to switch from amd-llvm to upstream-llvm-13 first is a bit more involved. Will report soon.
A few hurdles already: https://github.com/ROCm-Developer-Tools/HIP/pull/2451 https://github.com/ROCmSoftwarePlatform/Tensile/issues/1455 But good news, with some tweaking, all rocrand tests pass on a RadeonVII ([stupid build sandbox here](https://salsa.debian.org/maxzor/rocm-builder-experimental)).
Good news! The last issue that I had was related to debian:testing llvm-13 packages being not finished in testing. I updated the repo used to answer the question of this...
For the record, the result of HIP tests here are ```log 99% tests passed, 3 tests failed out of 403 Total Test time (real) = 3933.38 sec The following tests...