Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xehpg: jit: gemm: remove unwanted k-blocking #2421

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

petercad
Copy link
Contributor

@petercad petercad commented Jan 15, 2025

Closes MFDNN-12998. There was a missing commit from upstream gemmstone, causing k-blocking to accidentally be enabled for the new strategies in #2343. To minimize changes, k-blocking is disabled specifically in the strategies.

@petercad petercad requested a review from a team as a code owner January 15, 2025 23:04
@github-actions github-actions bot added the platform:gpu-intel Codeowner: @oneapi-src/onednn-gpu-intel label Jan 15, 2025
@petercad
Copy link
Contributor Author

make test
disable device_cpu
disable benchdnn_all
enable benchdnn_matmul
disable arch_xe-hpc
disable arch_xe2-lpg
disable arch_xe2-hpg-bmg

@petercad
Copy link
Contributor Author

make test perf-gpu
set primitive=matmul
disable arch_xe-hpc
disable arch_xe2-lpg
disable arch_xe2-hpg-bmg

@petercad petercad force-pushed the petercad/xehpg_k_block branch from 2044ebe to 210f43e Compare January 31, 2025 21:41
@petercad
Copy link
Contributor Author

make test
disable device_cpu
disable benchdnn_all
enable benchdnn_matmul
disable arch_xe-hpc
disable arch_xe2-lpg
disable arch_xe2-hpg-bmg

@petercad
Copy link
Contributor Author

make test perf-gpu
set primitive=matmul
disable arch_xe-hpc
disable arch_xe2-lpg
disable arch_xe2-hpg-bmg

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.

3 participants