-
Notifications
You must be signed in to change notification settings - Fork 82
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
[ GEMM ] HGEMM noTrans case #2488
Comments
|
Those who want to make comments / reviews on WIP branch, please leave it here, or let me know! :) |
@s-debadri As we discussed, please get started from here :) Thanks a lot! |
Current Status : 08.04.2024
|
Status Update: 24.04.2024
Latency
mse w.r.t. sgemm
|
This issue is temporally resolved, and can be discussed in other issues. |
Latest NNTrainer (26.02.24) HGEMM does not consider TLB cache.
I believe this is one of the most suspicious reasons for having nonlinear latency in big sized GEMM computation.
I am currently implementing micro, and macro scale HGEMM kernels in order to resolve this issue : skykongkong8@ac9cbb5
and observing some improvements in latency without deterioration of accuracy (w.r.t. full-fp16 HGEMM).
[ outdated ]
[ current status ] : #2531 , #2541 , #2578
The text was updated successfully, but these errors were encountered: