-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error when annotating on function out of several #13
Comments
I think your issue is similar to mine, have a look on #12 . |
@mahdifani14 |
@mastino |
I have a simple set of linear algebra functions written in C. I added tuning annotations to the add_matrix (~line# 180) function, leaving the others in the file. When I used orcc it errored out with python looking messages; however, when I moved the function and annotations to a unique file it worked fine.
orio_issue.zip
The text was updated successfully, but these errors were encountered: