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

Input compression features for large dimension inputs and infrastructure for convolution feature #344

Merged
merged 32 commits into from
Sep 18, 2022

Conversation

bamsumit
Copy link
Contributor

Issue Number: 342

Objective of pull request:
Input compression methods added for large inputs. Fixes and additions for N3 Conv features

Pull request checklist

Your PR fulfills the following requirements:

  • Issue created that explains the change and why it's needed
  • Tests are part of the PR (for bug fixes / features)
  • Docs reviewed and added / updated if needed (for bug fixes / features)
  • PR conforms to Coding Conventions
  • PR applys BSD 3-clause or LGPL2.1+ Licenses to all code files
  • Lint (flakeheaven lint src/lava tests/) and (bandit -r src/lava/.) pass locally
  • Build tests (pytest) passes locally

Pull request type

Please check your PR type:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation changes
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

Supplemental information

bamsumit and others added 30 commits March 8, 2022 10:23
Signed-off-by: bamsumit <[email protected]>
Signed-off-by: bamsumit <[email protected]>
Signed-off-by: bamsumit <[email protected]>
@bamsumit bamsumit merged commit 9b081ab into lava-nc:main Sep 18, 2022
@bamsumit bamsumit deleted the conv_manager branch September 18, 2022 02:05
monkin77 pushed a commit to monkin77/thesis-lava that referenced this pull request Jul 12, 2024
…ure for convolution feature (lava-nc#344)

* update refport unittest to always wait when it writes to port for consistent behavior

Signed-off-by: bamsumit <[email protected]>

* Removed pyproject changes

Signed-off-by: bamsumit <[email protected]>

* Fix to convolution tests. Fixed imcompatible mnist_pretrained for old python versions.

Signed-off-by: bamsumit <[email protected]>

* Missing moudle parent fix

Signed-off-by: bamsumit <[email protected]>

* Added ConvVarModel

* Made changes in mapper to map regions for ConvInVarModel

* Added ConvNeuronVarModel

* Implement ConvNeuronVarModel

* Fixed lifrest doc

Signed-off-by: bamsumit <[email protected]>

* Add embedded core allocation order

* Fix embedded core allocation order

* Delta encoder implementation

Signed-off-by: bamsumit <[email protected]>

* Input encoding and compression for PilotNet

Signed-off-by: bamsumit <[email protected]>

* Refactoring fix

Signed-off-by: bamsumit <[email protected]>

Signed-off-by: bamsumit <[email protected]>
Co-authored-by: Joyesh Mishra <[email protected]>
Co-authored-by: yashward <[email protected]>
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.

3 participants