Hi,
There is a loop in the program I am working that gives the following restriction when compiled.
702, Accelerator restriction: scalar variable live-out from loop: .dY0022
It runs in parallel but does not do vector(256) even when explicitly defined. And I do not have any variable that resembles .dY0022. Anyone got any thoughts?