You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test routine-3 fails after:
llvm/llvm-project#149614
This is because the OpenACC spec requires for all
do loop induction variables to be privatized, but
the private recipe does not yet have a materialization
implementation. Thus disable it in the same way other
tests in same category fail.
0 commit comments