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

sliding window ops in c++ #8389

Closed
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
3869f84
#0: wip composite conv cpp refactoring
tt-nshanker May 9, 2024
396b3b8
#0: halo config generation in cpp done, need testing
mywoodstock May 2, 2024
a1705f6
#0: Halo op using new c++ config generation
mywoodstock May 7, 2024
1878fd8
#0: wip micro conv op
tt-nshanker May 9, 2024
8f1c126
#0: wip
tt-nshanker May 10, 2024
7f744d0
#0: halo config generation in cpp done, need testing
mywoodstock May 2, 2024
6615839
#0: New Halo struct which stores the sliding window config, and creat…
mywoodstock May 9, 2024
70c6a1d
#0: missed arg
mywoodstock May 9, 2024
cd0df15
#0: config tensors as part of program
mywoodstock May 10, 2024
5fba5d4
#0: on device config
mywoodstock May 10, 2024
3c3acf5
#0: wip
tt-nshanker May 10, 2024
59edaf4
#0: the friend lives in detail namespace, include tensor.hpp issues
mywoodstock May 10, 2024
365f97b
#0: wip
tt-nshanker May 10, 2024
d3de252
#0: fix more compile errors
mywoodstock May 10, 2024
e6704af
#0: wip
mywoodstock May 10, 2024
32b6e01
#0: wip compiler error fixes
tt-nshanker May 10, 2024
40d6323
#0: wip compiler error fixes
tt-nshanker May 11, 2024
be7b097
#0: composite conv updates + pybind
tt-nshanker May 11, 2024
9dd0d55
#0: WIP : 2 Tests failing
sankarmanoj-tt May 6, 2024
40c14d5
#0: adding composite conv op and new halo op to makefile wip
tt-nshanker May 13, 2024
43e9584
#0: wip
tt-nshanker May 13, 2024
7029ae8
#0: config tensor generation before create_program, move to device in…
mywoodstock May 13, 2024
0506ab4
#0: wip
tt-nshanker May 13, 2024
fbb14e6
#0: conv compilation fixes
tt-nshanker May 13, 2024
e483505
#0: more fixes
tt-nshanker May 13, 2024
9ab9cc5
#0: clean compile
mywoodstock May 13, 2024
14b83d3
#0: clean compile
mywoodstock May 13, 2024
badc53e
#0: one more thing
mywoodstock May 13, 2024
4d35d80
#0: swap with new c++ conv wip
tt-nshanker May 13, 2024
20d01fc
#0: fixes
tt-nshanker May 14, 2024
763b1ba
#0: fix to run conv unit test
tt-nshanker May 14, 2024
c857095
#0: maxpool composite in c++
mywoodstock May 14, 2024
57375a7
#0: maxpool2d c++ macro-op pybind
mywoodstock May 14, 2024
2045299
#0: fixed compilation errors
mywoodstock May 14, 2024
c5b830b
#0: some more fixes
mywoodstock May 14, 2024
dd8f188
#0: new maxpool unit tests
mywoodstock May 14, 2024
3a322fb
#0: resize instead of reserve!
mywoodstock May 14, 2024
eea55c8
#0: bugfixes
mywoodstock May 15, 2024
2de043f
#0: some fixes
mywoodstock May 15, 2024
35dece2
#0: updated to_weight_special_padding_tile_layout to use borrowed or …
arakhmati May 15, 2024
403b655
#0: remote config fix
mywoodstock May 15, 2024
14936e5
#0: config identical to orig version
mywoodstock May 15, 2024
7672b51
#0: wip fixes
tt-nshanker May 16, 2024
87faaa3
#0: more fixes
mywoodstock May 16, 2024
29c868a
#0: fix broken height sharded
mywoodstock May 16, 2024
e29dcca
#0: height sharded tests pass on GS
tt-nshanker May 17, 2024
996b29d
#0: snap to tile fix
mywoodstock May 17, 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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ repos:
rev: 23.10.1
hooks:
- id: black
language_version: python3.8
language_version: python3
Loading