Skip to content

[GPU] Fixup GEMM tail handling#5625

Open
kealan-barbieri wants to merge 2 commits into
mainfrom
kealanba/fixup_fp8
Open

[GPU] Fixup GEMM tail handling#5625
kealan-barbieri wants to merge 2 commits into
mainfrom
kealanba/fixup_fp8

Conversation

@kealan-barbieri

@kealan-barbieri kealan-barbieri commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Description

Fixup handling tails for weights decompression GEMM cases:

  • reenable NaN detection in fp8->bf emulated conversion routine, was hiding issues
  • disable kDescRem remainder handling parameter in cases where it causes overreading garbage data that may not be masked out by multiplying by 0.

Fixes # MFDNN-14869

Checklist

General

  • Do all unit and benchdnn tests (make test and make test_benchdnn_*) pass locally for each commit?
  • Have you formatted the code using clang-format?

Bug fixes

  • Have you included information on how to reproduce the issue (either in a github issue or in this PR)?
  • Have you added relevant regression tests?

@kealan-barbieri
kealan-barbieri requested a review from a team as a code owner July 18, 2026 00:19
@github-actions github-actions Bot added the platform:gpu-intel Codeowner: @oneapi-src/onednn-gpu-intel label Jul 18, 2026
@kealan-barbieri

Copy link
Copy Markdown
Contributor Author

make test
set test_scope=NIGHTLY
disable test_device_cpu
enable test_device_gpu
disable benchdnn_all
enable benchdnn_matmul
enable benchdnn_ip
enable benchdnn_rnn
enable benchdnn_graph
enable benchdnn_lrn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform:gpu-intel Codeowner: @oneapi-src/onednn-gpu-intel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant