[FIX] Alignement detection
1 unresolved thread
1 unresolved thread
For the SIMD vectorization it needs to be determined if a memory address lies points to an aligned address or not. This detection only worked for pointers depending on the inner loop counter so far.
Merge request reports
Activity
Filter activity
requested review from @kuron
assigned to @holzer
- Resolved by Michael Kuron
- Resolved by Michael Kuron
- Resolved by Michael Kuron
test_alignment_and_correct_ghost_layers fails on SVE and RVV. Please fix. I assume this happens because we no longer generate the alignment check on these ISAs because they don't have separate aligned and unaligned load/store instructions. In this case, bypass the
with pytest.raises(ValueError)
ifast.instruction_set['loadA'] == ast.instruction_set['loadU']
.
mentioned in commit bb7a3cf2
mentioned in merge request !354 (merged)