-
Notifications
You must be signed in to change notification settings - Fork 70
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
optimize the sparse HNF, some startegy, but mostly gc friendly #1766
base: master
Are you sure you want to change the base?
Conversation
fieker
commented
Feb 21, 2025
- add temporary scalar variables in SMat
- use (and define) more ! functions
- careful memory management in ZZRow
- improve sub, transpose, ..
- add strategy in HNF to alternate between full HNF and only produce some upper triangular matrix
- better support for getting the trafo by appending the identity
- add temporary scalar variables in SMat - use (and define) more ! functions - careful memory management in ZZRow - improve sub, transpose, .. - add strategy in HNF to alternate between full HNF and only produce some upper triangular matrix - better support for getting the trafo by appending the identity
there is some conflict |
The failure in the 1.10-windows job is inside the sparse HNF code, and thus seems related to the changes here |
from the tests I would guess that some function call does not finish |
On Tue, Feb 25, 2025 at 06:39:55AM -0800, Tommy Hofmann wrote:
thofma left a comment (thofma/Hecke.jl#1766)
from the tests I would guess that some function call does not finish
Indeed - I'm looking at it now. For me it was s.w. in genera of quad
forms...
…
--
Reply to this email directly or view it on GitHub:
#1766 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
they are all computing class groups I believe, so it might be related? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1766 +/- ##
===========================================
+ Coverage 6.44% 76.45% +70.00%
===========================================
Files 362 362
Lines 114242 114766 +524
===========================================
+ Hits 7362 87743 +80381
+ Misses 106880 27023 -79857
|