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
I tried orcl with the example axpy5.c. It produces many runtime errors until it eventually hits a nullptr dereference and crashes. looking at the generated errors: this one keeps repeating:
.ERROR: orio.module.loop.transformation could not load submodule orio.module.loop.submodule.unroll.unroll: init() takes at most 5 arguments (6 given)
ERROR: orio.module.loop.transformation:45: encountered an error during transformation of statement: "Unroll"
The text was updated successfully, but these errors were encountered:
I tried orcl with the example axpy5.c. It produces many runtime errors until it eventually hits a nullptr dereference and crashes. looking at the generated errors: this one keeps repeating:
.ERROR: orio.module.loop.transformation could not load submodule orio.module.loop.submodule.unroll.unroll: init() takes at most 5 arguments (6 given)
ERROR: orio.module.loop.transformation:45: encountered an error during transformation of statement: "Unroll"
The text was updated successfully, but these errors were encountered: