intel / intel/intel-graphics-compiler
Lowering test for llvm.bitreverse for 2/4-bit scalars fails on GPU
Open
- Dominant language
- C++
- Stars
- 718
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
llvm.bitreverse for 2/4-bit scalars is lowered to: lshl, shr, and, or operations on 2/4-bit types. E2E testing is done in:
https://github.com/intel/llvm/pull/13359
and all tests are passing except on GPU (GEN12, DG2, PVC fail)
Contributor guide
Assessment
This issue has not been assessed yet.