devito icon indicating copy to clipboard operation
devito copied to clipboard

Drop deprecation of `padding` parameter

Open FabioLuporini opened this issue 3 years ago • 0 comments

configuration['autopadding'] = True makes devito applying padding to the innermost dimension such that the size is a multiple of the SIMD vector length

There are other reasons one may want to pad, e.g. to minimize cache conflicts. And clearly not all of them can be supported in Devito.

So we should drop the deprecation of padding: https://github.com/devitocodes/devito/blob/master/devito/types/dense.py#L929

FabioLuporini avatar Feb 05 '21 09:02 FabioLuporini