Skip to content

Commit

Permalink
Merge demo to main (#869)
Browse files Browse the repository at this point in the history
* Conv inp var model created

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

* Redesigned NcConvSpikeInVarModel

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

* Mapper note added

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

* Make ethernet chip id and idx configuration in Connection Config

* Update project for demo

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Pass connection config and remove eth interface hard coding in pyncchannel.py

* ID Broadcast (#821)

* id broadcast proc and model to support lava-loihi CLP

* fixed linting

---------

Co-authored-by: Marcus G K Williams <[email protected]>

* Update poetry.lock

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Remove poetry.lock

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Async Injector and Extractor models

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

* Async Injector and Extractor models

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

* Added advance to timestep call for asyncwrapper

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

* Added advance to timestep call for asyncwrapper

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

* Ethernet IO changes for Demo (#828)

* Conv inp var model created

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

* Redesigned NcConvSpikeInVarModel

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

* Mapper note added

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

* Make ethernet chip id and idx configuration in Connection Config

* Pass connection config and remove eth interface hard coding in pyncchannel.py

* Async Injector and Extractor models

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

* Async Injector and Extractor models

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

* Added advance to timestep call for asyncwrapper

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

* Added advance to timestep call for asyncwrapper

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

---------

Signed-off-by: bamsumit <[email protected]>
Co-authored-by: Joyesh Mishra <[email protected]>

* model cashing from Joyesh

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

* caching fixes

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

* Update poetry.lock

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Update cache logic

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* 10G ethernet switch patch from Harry (#854)

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

* remove poetry.lock

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Update ci.yml

* Update ci.yml

* Update ci.yml

* Update ci.yml

* Update to latest in poetry.lock

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Fix CI for windows

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Update poetry deps

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Remove ununsed imports

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Fix flakeheaven issues

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Fix mock name in test_compile_proc_groups

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Remove whitespace fix lint

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Fix indent for lint in channel_map.py

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Fix codacy issue

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

---------

Signed-off-by: bamsumit <[email protected]>
Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>
Co-authored-by: bamsumit <[email protected]>
Co-authored-by: Joyesh Mishra <[email protected]>
Co-authored-by: Marcus G K Williams <Marcus G K Williams [email protected]>
Co-authored-by: Danielle Rager <[email protected]>
  • Loading branch information
5 people authored Jul 25, 2024
1 parent 1c0e8e0 commit ae13b7a
Show file tree
Hide file tree
Showing 15 changed files with 480 additions and 362 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
lfs: true

- name: setup CI
uses: lava-nc/ci-setup-composite-action@v1.2
uses: lava-nc/ci-setup-composite-action@v1.5.10_py3.10
with:
repository: 'Lava'

Expand All @@ -39,7 +39,7 @@ jobs:
lfs: true

- name: setup CI
uses: lava-nc/ci-setup-composite-action@v1.2
uses: lava-nc/ci-setup-composite-action@v1.5.10_py3.10
with:
repository: 'Lava'

Expand All @@ -62,7 +62,7 @@ jobs:
lfs: true

- name: setup CI
uses: lava-nc/ci-setup-composite-action@v1.2
uses: lava-nc/ci-setup-composite-action@v1.5.10_py3.10
with:
repository: 'Lava'

Expand Down
Loading

0 comments on commit ae13b7a

Please sign in to comment.