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

Multiple Cores #101

Open
V-Run-P opened this issue Feb 28, 2024 · 1 comment
Open

Multiple Cores #101

V-Run-P opened this issue Feb 28, 2024 · 1 comment

Comments

@V-Run-P
Copy link

V-Run-P commented Feb 28, 2024

Hello, I am trying to run Yolo topology with an 8MB SRAM buffer each for Input, Output, and Filter .i.e a total of 24MB SRAM. It takes a long time to execute just the first layer.

I have the following questions:

  1. Is there a way I can estimate the runtime memory required?
  2. Can we run the simulation on multiple cores? I see a comment on Line 69 of Simulator.py about parallelizable.

# 2. Run each layer

# TODO: This is parallelizable

@zhouwq13
Copy link

Hello, I am trying to run Yolo topology with an 8MB SRAM buffer each for Input, Output, and Filter .i.e a total of 24MB SRAM. It takes a long time to execute just the first layer.

I have the following questions:

  1. Is there a way I can estimate the runtime memory required?
  2. Can we run the simulation on multiple cores? I see a comment on Line 69 of Simulator.py about parallelizable.

# 2. Run each layer

# TODO: This is parallelizable

Hi, have you solved this problem? Please contact me, Thanks in advance!

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

2 participants