rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.63k stars 307 forks source link

WIP: Cross builder failure #1403

Closed bluss closed 4 months ago

bluss commented 4 months ago

New failure in cross builder observed here probably new due to Rust 1.80.0 specific to s390x platform

2024-07-26T17:49:57.6253443Z thread 'test_mat_mul' panicked at library/core/src/panicking.rs:219:5: 2024-07-26T17:49:57.6255056Z unsafe precondition(s) violated: ptr::replace requires that the pointer argument is aligned and non-null 2024-07-26T17:49:57.6256043Z thread caused non-unwinding panic. aborting.

bluss commented 4 months ago

Fixed in matrixmultiply, cross builder now passes, no change needed here.