[FIX] Alignement detection
1 unresolved thread
1 unresolved thread
Compare changes
+ 0
− 2
@@ -76,8 +76,6 @@ def create_kernel(assignments: NodeCollection,
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.