[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Test hardware for ROCm on arm64 and ppc64el



Hi Christian, thanks for the example. I think it was enough to get started and run the tests. There was a "Bus error" while running rocrand_basic_tests #10. The stacktrace is in this gist, https://gist.github.com/nicholasaiello/ee51ba1e4dee921264607fec8693d07d

`dmesg` didn't show any errors or seg faults, either. Not sure if there are other logs to review. Let me know if there's anything else to try.

Regards,

-nick-

On Wed, Apr 9, 2025 at 3:57 PM Christian Kastner <ckk@debian.org> wrote:
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: