-
Notifications
You must be signed in to change notification settings - Fork 41
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
MKL RandIntEngine #222
MKL RandIntEngine #222
Conversation
for more information, see https://pre-commit.ci
@OlhaBabicheva Can we look at the test failures? |
Looks like it cannot find |
I changed it recently to #include <mkl.h> (I saw that we use the same include in matmul_kernel.cpp ) ). However I'm still getting error during C++ testing (fatal error: mkl.h: No such file or directory) |
@DamianSzwichtenberg Do you have any advice here? |
@rusty1s @OlhaBabicheva Yes, I think this specific error occurs, because
put here. |
Ok, let me know if I can help you with anything. |
Codecov Report
@@ Coverage Diff @@
## master #222 +/- ##
==========================================
- Coverage 83.69% 82.84% -0.85%
==========================================
Files 28 28
Lines 883 921 +38
==========================================
+ Hits 739 763 +24
- Misses 144 158 +14
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Update MKL Randint
for more information, see https://pre-commit.ci
Cpp benchmark results:
@OlhaBabicheva can you please re-do benchmarks from neighbor.py? |
Results obtained using neighbor.py benchmark (average time from 15 runs):
Results for original code:
Results for changed code (with MKL):
Results for changed code (without MKL):