Description
Warning: Ignoring
array_stencil pragma on a
variable in the loop because it conflicts with user
array_partition/array_reshape pragmas.Explanation
Stencil optimizations are not compatible with arrays that are partitioned or reshaped. Remove any 'partition' or 'reshape' pragmas from these arrays.