-
Notifications
You must be signed in to change notification settings - Fork 474
Purge dim name and distutils #1321
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
base: main
Are you sure you want to change the base?
Conversation
b3d3cc7
to
1d9b0f5
Compare
Now you're adding unrelated commits to this PR 😄 |
Let me move the distutil one to separate PR? It is deprecated and breaks on python 312 and 313. |
I think that was about the change to the bit-exact algorithm which probably needs to go the DA PR :-D |
I think |
The pytest error is fixed now, but there seems to be an error in the synthesis test now:
I suspect the name gets malformed somehow, but from reading the code changes it's not obvious to me what's going wrong. Otherwise I think this is ready for merge. |
Caused by global search & replace at https://github.com/fastmachinelearning/hls4ml/blob/main/hls4ml/writer/vivado_accelerator_writer.py#L314. I have no idea why it is written like this. |
I noticed that vivado_accelerator_writer has some lines like |
|
Description
Get rid of dim names in the whole repository, based on the DA PR.
Type of Change
Tests
N/A
Checklist