-
Notifications
You must be signed in to change notification settings - Fork 426
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
put code_gen.h
in custom namespace
#1104
base: main
Are you sure you want to change the base?
put code_gen.h
in custom namespace
#1104
Conversation
d2009dd
to
645576e
Compare
code_gen.h
in custom namespace
example-models
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you separate this change from the rest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Committed by mistake, will revert it
ok, sounds reasonable, but may i ask has it caused problems already or you anticipate problems in the future? |
193c7f5
to
0d01cc7
Compare
Should be good now. It is not causing problems for me at the moment, but didn't do a thorough test either. |
You are JIT-ing the C++/HLS code? 😄 |
Yes - it is like 60% time for compiling in some cases, and >200% for some other. Unfortunately, I had to create a separate process for each compilation, which is rather inefficient (need to parsing headers every time, etc). |
Description
Put
code_gen.h
also in custom namespace, if defined. Tests will be combined into with another PR.