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

Update: restructure the zigzag stages and add api for zigzag-imc #1

Merged
merged 8 commits into from
Nov 13, 2023

Conversation

JiacongSun
Copy link
Collaborator

Update:
Now except IMC cost models, all other features are updated to align with the base ZigZag repository. In details:

  • RemoveNoUseMemStage, SearchNoUseMemStage are renamed to RemoveUnusedMemoryStage, SearchUnusedMemoryStage.
  • autogenerator.py is deleted. It is now merged into generator.py.
  • cost_model_in_sram_computing.py is renamed to cost_model_for_sram_imc.py.
  • api.py is added under zigzag/ folder. The section of Getting Started in README.md is updated and api.py is mentioned there.

Fixes:

  • A bug is fixed that the generated spatial mapping will exceed the layer size when D3 > 1.
  • A bug is fixed that sometimes there is no spatial mapping generated when a layer dim is mapped on multiple hardware dims.

@JiacongSun JiacongSun merged commit 5d71984 into KULeuven-MICAS:master Nov 13, 2023
1 check failed
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

Successfully merging this pull request may close these issues.

1 participant