oneDNN
oneDNN copied to clipboard
[GPU] GEMM enable Fp4 weights decompression
Description
Permit decompression of fp4 weights in GEMM, reusing strategies for int4.
Fixes # MFDNN-13543
Checklist
General
- [ ] Do all unit and benchdnn tests (
make testandmake test_benchdnn_*) pass locally for each commit? - [ ] Have you formatted the code using clang-format?