Re: Test hardware for ROCm on arm64 and ppc64el
Hi Nick!
On 2025-04-09 22:08, Nick A wrote:
> Patches aside, it'd be pretty compelling to demonstrate that your
> build of ROCm works w/ arm64 platforms, like a Raspberry Pi.
That should be easy to test if you have a trixie or unstable
installation. Most of our ROCm packages ship the tests as binaries that
you can install and run. Our CI does that.
For example:
$ sudo apt-get install -y librocrand1-tests
$ for tname in /usr/libexec/rocm/librocrand1-tests/test_*; do $tname || break; done
Best,
Christian
Reply to: