-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add intrinsic for efficient matrix load/store/prefetch
The LSC block 2D operations require a matrix descriptor as an argument. When the vISA finalizer creates the descriptor, it cannot optimize loop- invariant instructions. So, the finalizer generates a lot of redundant MOV instructions. This patch adds intrinsics for efficient matrix load, store, and prefetch operations. The intrinsics take the user-defined matrix descriptor, which can be properly optimized.
- Loading branch information
1 parent
3a5ec3b
commit 8d2e809
Showing
1 changed file
with
106 additions
and
0 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