Skip to content

[multirhstest] Do not use AlignedAllocator unless needed.

Jö Fahlke requested to merge fix/no-unnecessary-aligned-alloc into master

The AlignedAllocator was used for the matrix, however the matrix does not actually contain SIMD types, so alignment is unnecessary.

Edited by Jö Fahlke

Merge request reports

Loading