Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
matmul_nbits: Use GPU_WARP_SIZE_HOST for host side code
For ROCm device, the host side code needs to call GPU_WARP_SIZE_HOST to query warpsize of the underlying GPU device. Fixes MatMulNBits tests on Navi. Signed-off-by: Jagadish Krishnamoorthy <[email protected]>
- Loading branch information