brnorris03/Orio

orio.module.loop.submodule.tile.transformation tile size check

brnorris03 opened this issue · 0 comments

When the tile size is less than or equal to the loop stride, an error was issued, but the transformation proceeded anyway. This should be a warning and the statement should not be tiled. This is ~l. 75 in orio/module/loop/submodule/tile/transformation.py .