Replies: 1 comment
-
I haven't checked the performance of the aforementioned Intel library but I could try it and you should test on your particular models as well.
Yes, but it usually can be explicitly limited (to the single thread if you like) through the library settings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know the question may sound naive, but we are using Java's CatBoost for inference which under the hood is using binary (.so) through JNI. The CatBoost inference (.so) is fast, but my managers want it even faster.
Recently they suggested to pay attention on this:
https://www.intel.com/content/www/us/en/developer/articles/technical/faster-xgboost-light-gbm-catboost-inference-on-cpu.html
So, I would like to ask anyone with experience in this thing:
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions