-
Notifications
You must be signed in to change notification settings - Fork 74.7k
ruy optimized library enabling for tf-lite #39812
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
Comments
@peter197321 |
Unfortunately, it does not really help much :( I am looking for a way to check if the lib has been compiled with "ruy" option (a version of ruy) and want to check if this option has been applied (enabled) during a build process. I guess this requires to build particularly library with option I applied snippet :
So what either would see if ruy used or other methods to check with? anyway - I'll investigate more :) |
Hi, Hopefully I can help you but I just want to make sure I understand the case you are interested in. Please add additional clarification if my answers below don't help. My understanding is that you are concerned with enabling/detecting enablement of Ruy in (at least) one of the following scenarios:
Answer: with a bazel build, add the command line flag
Does that help? |
Thank you. |
Per blog What’s new in TensorFlow Lite there's supposed to be developed an optimized matrix multiplication library (ruy).
How to check if this (ruy) optimized library is enabled during a build (compilation) from the source or how to check or make sure it's either enabled or disabled?
The text was updated successfully, but these errors were encountered: