-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
overflow for vector mod2 dense #21746
Comments
Author: Vincent Delecroix |
Branch: u/vdelecroix/21746 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
Reviewer: Jeroen Demeyer |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:5
Fixed doctest failure in |
comment:6
This branch does result in ~10% slowdown:
Before:
However, changing the for loop over I do have one nitpick: change the |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:9
Thanks for the timings! I removed the enumerate and also did some cleaning in the case
|
comment:10
The |
comment:11
I realize the phrasing in my comment was somewhat vague too; I meant we have to just live with the slowdown. I did come to the conclusion that |
Changed reviewer from Jeroen Demeyer to Jeroen Demeyer, Travis Scrimshaw |
comment:12
segfault galore... see patchbot |
comment:13
Indeed. I am able to reproduce it with the shorter
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from u/vdelecroix/21746 to |
Component: linear algebra
Author: Vincent Delecroix
Branch/Commit:
428c88e
Reviewer: Jeroen Demeyer, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/21746
The text was updated successfully, but these errors were encountered: