-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DLIGHT][GPU] Improve matmul schedule for adreno (#17430)
Improved matmul schedule with layout transpose approach, which improves as follows - ----Model-------prefill baseline ---------prefill optimized --Llama-2-7b-------51 tok/sec --------------86 tok/sec --Llama-3-8b-------48 tok/sec --------------79 tok/sec --gemma-2b -------140 tok/sec -------------245 tok/sec ---------
- Loading branch information
1 parent
d9ee637
commit e808010
Showing
2 changed files
with
178 additions
and
126 deletions.
There are no files selected for viewing
This file contains 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.