-
Notifications
You must be signed in to change notification settings - Fork 25
TinyViT on non-tiled Siracusa #117
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
Open
diaconuccalin
wants to merge
48
commits into
pulp-platform:devel
Choose a base branch
from
diaconuccalin:TinyViT_Siracusa
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+766
−154
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
64cd4f0
Conv2D Bias Adaptation
diaconuccalin 6eb7422
Adde PULPOpen support for Conv2D and partially working DW Conv2D. Fix…
diaconuccalin 201e06a
DW 2D Float Conv for PULPOpen platform now working. Updated im2col bu…
diaconuccalin 5892f05
Optimized the PULPOpen DW 2D fp32 Convolution and fixed the bias vers…
diaconuccalin 46595f7
Updated float reshape with skip connection test to a smaller one
diaconuccalin 4d2d235
Fixed generic platform alias_of bug
diaconuccalin 72f809e
Fixed the PULPOpen FloatGemmTemplate (identical issue to the generic …
diaconuccalin cdcadb1
Working TinyViT Demo test. Added it to the CI pipeline. Added float s…
diaconuccalin a15c940
Added GEMM batched fix to MatMul template
diaconuccalin 99489cd
Fixed formatting
diaconuccalin 7c27cc8
Fixes to avoid warnings
diaconuccalin 829d4c9
Fix formatting
diaconuccalin 108ac02
Merge fix
diaconuccalin 8085944
Dynamic buffer calculation fix. Other fixes
diaconuccalin fda36d1
Reformat
diaconuccalin 8f95458
Added back CI tests removed by merge
diaconuccalin 9506588
Updated changelog file
diaconuccalin accc43e
Applied fixes suggested in the PR review
diaconuccalin 73b6a95
Post-merge fixes
diaconuccalin 9523f7c
Quickfix
diaconuccalin a32ac63
PR fixes
diaconuccalin b2c4ae7
Addressed PR review. Minor fix for aliasing in reshape parser
diaconuccalin 3d78267
Minor fix based on PR review
diaconuccalin eee3945
Post-rebase fixes
diaconuccalin 4161de9
More post-rebase fixes
diaconuccalin 48b1ef1
Quickfix
diaconuccalin 6eb8aca
Fix aliases parameter issues
diaconuccalin ed81a92
Bring alias changes to PULP reshape
diaconuccalin 0e7fe40
Alias quickfix
diaconuccalin 7994c36
Fixes based on CodeRabbit PR Reviews
diaconuccalin 533c761
Removed alias leftovers
diaconuccalin e4cafd1
Reduced code duplication in PULP Conv2D parsers
diaconuccalin d882ed5
Remove duplicate code in the PULPOpen reshape template
diaconuccalin 104ac5e
Restrained n_cores usage to PULP
diaconuccalin 240b6f4
Quickfix
diaconuccalin f0825df
Fix based on CodeRabbit review
diaconuccalin 2bef17a
Make IntegerDataTypes a tuple
lukamac bfc3519
Change _mapNode to _selectEngine
lukamac 1f79e15
Revert removal of PULPReshapeBindings
lukamac dec4383
Add n_cores to PULPClusterEngine and a hacky way to annotate the oper…
lukamac 5cc8e3a
Remove n_cores annotation from context and parser
lukamac aa3d411
Trailing whitespace fixes
lukamac af017fc
Revert unnecessary changes
lukamac 56b7406
Rename --n_cores flag to --cores to align with the preexisting siracu…
lukamac f36d58e
Use parsed args instead of an extra argument to testRunner
lukamac b6443cd
Revert removal of header guard and addition of full license in the he…
lukamac fe40743
Fix missing space between `--cores` argument and previous args
lukamac e84ab2e
Update changelog
lukamac File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diaconuccalin marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.