Uh oh!
There was an error while loading. Please reload this page.
[3/10] Moved TIR generation from Python to C++ for CMSIS-NN - #8951
Conversation
Mousius
left a comment
There was a problem hiding this comment.
This approach feels a lot cleaner overall @ashutosh-arm, could you update the PR title to 2a ? 😸
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
manupak
left a comment
There was a problem hiding this comment.
Thanks for the PR! I did a pass, see if you agree.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
asparkhi
left a comment
There was a problem hiding this comment.
Thanks for the quick reviews @Mousius and @manupa-arm .
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
manupak
left a comment
There was a problem hiding this comment.
Another round of comments! :)
Sorry for doing this piecemeal.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Change-Id: I2cdcd7a90aa4749877c48bc6c7c4d27328856860
Change-Id: Ie41b695fa06468cd3b0bfe428c360e98438a9180
Mousius
left a comment
There was a problem hiding this comment.
One minor point but happy to see it in the follow up.
Uh oh!
There was an error while loading. Please reload this page.
areusch
left a comment
There was a problem hiding this comment.
thanks @ashutosh-arm for the PR, just a couple questions
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| Map<String, ObjectRef> dict_attrs; | ||
| dict_attrs.Set("global_symbol", func_name_); | ||
| dict_attrs.Set("tir.noalias", Bool(true)); |
There was a problem hiding this comment.
i thiiink this is a no-op on c target, but can you explain what you're going for here?
There was a problem hiding this comment.
What is tir.noalias used for? I am not sure. It is being used everywhere in the tests, so I thought it must be something that is being used in TIR passes.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Mousius
commented
Sep 17, 2021
Hi @areusch, I acknowledge your questions but do we need to block the PR on them rather than moving forwards with the integration? I'm sure @ashutosh-arm will honourably follow up in a future PR in this series. |
* main: [3/10] Moved TIR generation from Python to C++ for CMSIS-NN (apache#8951) Support match pvar with dtype constraint (apache#9016)
This PR moves changes from Python to C++ for Softmax via CMSIS-NN. This is a follow up PR to #8833.
It is step 2a in #8646.