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

Enable switching between 1 and 2 cqs in the same process #9832

Merged
merged 2 commits into from
Jun 29, 2024

Conversation

tt-aho
Copy link
Contributor

@tt-aho tt-aho commented Jun 28, 2024

Ticket

#9045

Problem description

Could not switch between 1 and 2 cqs in the same process as a number of static objects were initialized based on first num cqs value. num hw cqs also affects fw build (the bank mapping), but wasn't part of the build key.

What's changed

Changed static objects to map / lookup based on num hw cqs and added num cqs to the device build key to trigger new compiles. Updated tests that were previously split due to num cqs back into a single file.

Checklist

  • Post commit CI passes
  • Model regression CI testing passes (if applicable)
  • New/Existing tests provide coverage for changes

tt-aho added 2 commits June 28, 2024 23:12
…num hw cqs to the build key since this affects the bank mappings, and have device pool compile as needed
@tt-asaigal tt-asaigal merged commit de65319 into main Jun 29, 2024
5 checks passed
@tt-asaigal tt-asaigal deleted the aho/switch-cqs branch June 29, 2024 00:08
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.

5 participants