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

Accelerating loop not found! Compiling for CPU #7

Open
neulxf opened this issue Apr 24, 2024 · 1 comment
Open

Accelerating loop not found! Compiling for CPU #7

neulxf opened this issue Apr 24, 2024 · 1 comment

Comments

@neulxf
Copy link

neulxf commented Apr 24, 2024

Hello!
I compiled the project on ubuntu 20.04 based on README, and when I ran the fibonacci test after the compilation was complete, I had the following problem,and the same problem with other tests as well.
I appreciate your assistance!
image

@neulxf
Copy link
Author

neulxf commented Apr 25, 2024

I managed to resolve this error by forcibly executing the command "$ccf_root/scripts/opt.sh combinedIR.ll ${install_path} ${ccf_root}" within 'cgracc', and it seemed to have been successfully mapped. However, when I attempted to use gem5 for simulation by running 'cgraexe factorial --prog-args 6', I encountered the following error:

image

I have tried modifying the data types from 'long' to 'int' and vice versa, and successfully compiled the contents of 'InstructionGenerator'. Returning to the factorial test, I tried running 'cgraexe factorial --prog-args 6' again, but encountered the following new error:

image (3)

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

1 participant