-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add relu C kernels (ssr, frep, unroll) #55
Conversation
|
Here a case where unrolling is absolutely useless since the only instruction is 1 cycle (this results table is amazing). |
snrt_ssr_read(SNRT_SSR_DM0, SNRT_SSR_1D, x); // ft0 | ||
snrt_ssr_write(SNRT_SSR_DM1, SNRT_SSR_1D, y); // ft1 | ||
|
||
// BEWARE: even if we are using only 2 streams, all stream-mapped registers become |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thakn you for this comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We definitely need to account for this in our lowering
|
|
No description provided.