Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG Fix]: restrict max 2d block load heigth according to spec (#1152)
![image](https://github.com/intel/intel-xpu-backend-for-triton/assets/68101902/8598d5e4-d70e-491a-a042-91f386b5b3b3) For 2d load, max height is 32(also for VNNI load). For those loads that have height greater than 32, they will return all zeros. This will lead to incorrect results.
- Loading branch information