mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 22:44:46 +01:00
7 lines
231 B
Plaintext
7 lines
231 B
Plaintext
|
# Check that we find a common stride on the first dimension
|
||
|
# even if it is imposed by different inner dimensions
|
||
|
{ A[i,k] -> [i,0,j,k] : 0 <= i,k <= 100 and i = 2 j;
|
||
|
B[i,k] -> [i,1,k,j] : 0 <= i,k <= 100 and i = 2 j }
|
||
|
{ : }
|
||
|
{ }
|