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

SKX configuration missing gemmsup kernels #645

Open
m-henning-toptal opened this issue Jul 15, 2022 · 0 comments
Open

SKX configuration missing gemmsup kernels #645

m-henning-toptal opened this issue Jul 15, 2022 · 0 comments

Comments

@m-henning-toptal
Copy link

While working with a client, we noticed that our software running with blis was slower on a recent processor (Intel rocket lake) than it was on an older processor (Haswell). Some testing revealed that this is because the SKX target in blis is missing gemmsup kernels, while the haswell target has them. We're using blis on windows with the x86_64 configuration.

Adding the haswell gemmsup kernels to bli_cntx_init_skx.c was enough to solve the performance issue for us. (We used the same thresholds as defined in bli_cntx_init_haswell.c)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant