On 2025-04-09 23:38, Clint Adams wrote:
On Wed, Apr 09, 2025 at 10:57:28PM +0200, Christian Kastner wrote:$ sudo apt-get install -y librocrand1-tests$ for tname in /usr/libexec/rocm/librocrand1-tests/test_*; do $tname || break; doneOn trixie amd64+gfx1103 , 6 of these succeed and 34 fail. Is it expected?
If you rebuild the debian package from source with -DAMDGPU_TARGETS="gfx1103"
in debian/rules it should pass all tests. Bart