Conversation
…bably an eventual factor_common lib), adding elements to the qs_obj_t structure to pass in all necessary parameters, and trying to keep up with msvc project files
…_common.lib, and siqs.lib; much more work and testing still to go.
… routines all work (generally only default settings tested - more testing needed for advanced settings)
…g tiny/micro-ecm into factor common
…. Added function in driver to modify fobj with any options. + new standalone siqs_demo application + builds and works in linux
+ purging more global variable definitions + fixed a couple bugs in gcc build path
+ a few other minor fixes
+ adjusted verbosity in avx-ecm + fobj maintains a small list of primes + trialdiv uses the fobj primes list + added prefer_gmpecm_stg2 flag (will run gmp-ecm stage 2 after avx-ecm stage 1) + changed avx-ecm default to not save b1 residues + changed avx-ecm to automatically save checkpoints if B1 > 100M
…actors that skyx does: needs further debug
… how it was able to find any factors before this. works now.
+ pretty substantial improvement to siqs using avx512bw in med_sieve_32k_avx2.c
+ better cycle estimation for TLP to reduce the number of filtering attempts
+ verified linux icc-(skyx,avx2,sse41) and gcc-(skyx,avx2,sse41) all build and work (benchmark and torture test)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging new library branch into master.