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

Use ifunc strategy or other ways to only check target feature existance once #23

Open
bluss opened this issue Nov 13, 2018 · 1 comment

Comments

@bluss
Copy link
Owner

bluss commented Nov 13, 2018

See memchr code at https://github.com/BurntSushi/rust-memchr/blob/451d16d440928b5547b92317fd83fc4c937b7b91/src/x86/mod.rs

  • Do we need to use this?
  • Can we use this to select kernel and kernel parameters only once (mr & nr in particular).
@bluss
Copy link
Owner Author

bluss commented Dec 13, 2018

Since #37 we only check target feature selection once per sgemm/dgemm call (doesn't make much of a difference per se), and we are ready for caching if it's needed.

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