-
Notifications
You must be signed in to change notification settings - Fork 596
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
Test out the preview version of the next GKL (DO NOT MERGE) #8712
base: master
Are you sure you want to change the base?
Conversation
The jar was build using Java 1.8 and contains AVX optimized binaries for Linux hosts and not optimized binaries for Mac (Intel CPUs)
@jamesemery Here's the branch we discussed -- see my notes above. |
A command line that triggered the crash in our testing:
|
Github actions tests reported job failures from actions build 10011498561
|
Github actions tests reported job failures from actions build 10012664149
|
Github actions tests reported job failures from actions build 10063197705
|
Github actions tests reported job failures from actions build 10063916773
|
Github actions tests reported job failures from actions build 10063991760
|
Github actions tests reported job failures from actions build 10078507648
|
…void overflows or memory issues in oversaturated assembly regions
Github actions tests reported job failures from actions build 10099458986
|
Github actions tests reported job failures from actions build 10099827390
|
Github actions tests reported job failures from actions build 10099861078
|
Github actions tests reported job failures from actions build 10114843161
|
Github actions tests reported job failures from actions build 10146103273
|
Github actions tests reported job failures from actions build 10306895203
|
Github actions tests reported job failures from actions build 11000034591
|
Test out the preview version of the GKL, containing the new native PDHMM.
The jar was build using Java 1.8 and contains AVX optimized binaries for Linux hosts and not optimized binaries for Mac (Intel CPUs)
Example code showing how to call into the PDHMM is here:
https://github.com/Intel-HLS/GKL/blob/master/src/test/java/com/intel/gkl/pdhmm/IntelPDHMMUnitTest.java