Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Conditional support of shared memory between compute cores #25

Open
wants to merge 54 commits into
base: master
Choose a base branch
from

Conversation

AyaElAkhras
Copy link

  • Added an extra Boolean parameter (use_shared_mem_flag) to the get_2d_mesh function to decide if the accelerator should have a shared memory link between neighboring cores or not.
  • Added a new class called stream_core which wraps the original Zigzag core class to include an extra field representing the core_type. This field is needed to make sure that we are adding shared memory only between compute cores.
  • Tested functionality using unit_test_main_2cores-2conv-1x1-1x1.py

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants