Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime error when using orcl #27

Open
parsabee opened this issue Dec 1, 2020 · 2 comments
Open

Runtime error when using orcl #27

parsabee opened this issue Dec 1, 2020 · 2 comments

Comments

@parsabee
Copy link

parsabee commented Dec 1, 2020

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"

@brnorris03
Copy link
Owner

This looks like incorrect tuning spec. Can you attach the actual example you tried?

brnorris03 added a commit that referenced this issue Dec 24, 2020
@brnorris03
Copy link
Owner

The spec is now fixed, so the remaining task is to convert the OpenCL code to C++ and make it conform to the latest spec (3.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants