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

Merge demo to main #869

Merged
merged 37 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
c70e4b5
Conv inp var model created
bamsumit Nov 21, 2023
36f4538
Redesigned NcConvSpikeInVarModel
bamsumit Nov 29, 2023
65b7a20
Mapper note added
bamsumit Nov 29, 2023
8a70ff8
Make ethernet chip id and idx configuration in Connection Config
joyeshmishra Dec 14, 2023
bf3f3fd
Update project for demo
Dec 14, 2023
c9cb03a
Pass connection config and remove eth interface hard coding in pyncch…
joyeshmishra Dec 15, 2023
b166844
ID Broadcast (#821)
drager-intel Dec 15, 2023
3327b2d
Update poetry.lock
Dec 18, 2023
75fc0ec
Remove poetry.lock
Dec 21, 2023
4608d34
Async Injector and Extractor models
bamsumit Jan 2, 2024
7bd51b2
Async Injector and Extractor models
bamsumit Jan 2, 2024
2be6c71
Added advance to timestep call for asyncwrapper
bamsumit Jan 2, 2024
ac23256
Added advance to timestep call for asyncwrapper
bamsumit Jan 3, 2024
fec2f1f
Merge branch 'demo' into yolo_spike_io
bamsumit Jan 12, 2024
4f7ee8f
Ethernet IO changes for Demo (#828)
bamsumit Jan 17, 2024
9ead6ec
model cashing from Joyesh
bamsumit Feb 21, 2024
e223c0a
caching fixes
bamsumit Feb 22, 2024
abb22b4
Merge branch 'yolo_spike_io' into HEAD
bamsumit Mar 4, 2024
c94fff2
Update poetry.lock
Mar 25, 2024
f89c9df
Update cache logic
Apr 23, 2024
974b487
10G ethernet switch patch from Harry (#854)
bamsumit Apr 24, 2024
4d30580
remove poetry.lock
Jul 16, 2024
a8d84b9
Merge branch 'main' into demo
Jul 16, 2024
1545771
Update ci.yml
mgkwill Jul 17, 2024
7e313e4
Update ci.yml
mgkwill Jul 17, 2024
0710202
Update ci.yml
mgkwill Jul 17, 2024
d9ee12f
Update ci.yml
mgkwill Jul 17, 2024
e6019a2
Update to latest in poetry.lock
Jul 17, 2024
30d2847
Fix CI for windows
Jul 25, 2024
760b7af
Merge branch 'main' into demo
Jul 25, 2024
bf61b7c
Update poetry deps
Jul 25, 2024
e4d8022
Remove ununsed imports
Jul 25, 2024
8e599eb
Fix flakeheaven issues
Jul 25, 2024
3f49e28
Fix mock name in test_compile_proc_groups
Jul 25, 2024
d8e4501
Remove whitespace fix lint
Jul 25, 2024
b7bcceb
Fix indent for lint in channel_map.py
Jul 25, 2024
44514ed
Fix codacy issue
Jul 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading