https://gitlab.inria.fr/cado-nfs/cado-nfs

sort by:
Revision Author Date Message Commit Date
a94d68a report elapsed seconds at each sq 15 April 2021, 18:52:16 UTC
d8e5f08 fix overflow bug in old code path 15 April 2021, 18:33:59 UTC
ad51955 Fix non-static global variables (for gcc-10) 18 August 2020, 13:50:51 UTC
c9720c7 fix bug in ansi escape sequence 05 August 2020, 12:43:55 UTC
b63cc28 forgot --rm in script 05 August 2020, 12:12:06 UTC
fa2f14b added comment 05 August 2020, 11:14:42 UTC
ba01ba9 Add script to debug within a docker container. 05 August 2020, 11:11:08 UTC
6b1969e add collapsible sections to pipeline jobs https://docs.gitlab.com/ee/ci/pipelines/ 04 August 2020, 20:18:33 UTC
622f17c instantiation for empty smallset (gcc-10.2.0 moans otherwise) 04 August 2020, 15:24:33 UTC
57a2b12 avoid infinite loops in sqrt for SNFS polynomials (https://lists.gforge.inria.fr/pipermail/cado-nfs-discuss/2020-August/001251.html) 04 August 2020, 14:29:23 UTC
aa30a8c clarification (no it was not a typo) 04 August 2020, 14:21:39 UTC
32423f5 Merge branch 'master' of gitlab.inria.fr:cado-nfs/cado-nfs 04 August 2020, 14:15:39 UTC
7b99ea8 fixed typo 04 August 2020, 14:15:10 UTC
a168b4f Merge branch 'master' into simpler-merge 22 July 2020, 12:15:22 UTC
9d5a3eb compute_merges: dynamic schedule is better than guided 22 July 2020, 09:22:27 UTC
ffddbdf modification 20 July 2020, 08:54:33 UTC
970980d modification 20 July 2020, 08:53:46 UTC
15bbc90 more tests 20 July 2020, 08:23:24 UTC
2d3e33b test 20 July 2020, 07:50:21 UTC
d12b347 __SIZEOF_INDEX__ -> SIZEOF_INDEX 10 July 2020, 15:06:30 UTC
c717b76 __SIZEOF_INDEX__ -> SIZEOF_INDEX 10 July 2020, 15:05:25 UTC
a134137 Merge branch 'simpler-merge' of gitlab.inria.fr:cado-nfs/cado-nfs into simpler-merge 10 July 2020, 14:23:35 UTC
7db310c cleanup in merge_cost 10 July 2020, 14:21:59 UTC
6cee38e remove useless braces 10 July 2020, 14:06:48 UTC
855e41e omp directive cleanup 10 July 2020, 09:23:41 UTC
11d7f8f Revert "schedule(dynamic,128) is better in compute_merges for rsa240/rsa250" This reverts commit 1293529d2f9bdced3e649d0e3e18fcf7504ab9da. 09 July 2020, 17:08:51 UTC
1293529 schedule(dynamic,128) is better in compute_merges for rsa240/rsa250 09 July 2020, 16:19:04 UTC
df4723b optimize the OpenMP schedules 09 July 2020, 11:51:37 UTC
c31cb77 Merge branch 'simpler-merge' of gitlab.inria.fr:cado-nfs/cado-nfs into simpler-merge 09 July 2020, 08:05:12 UTC
0699f38 frees up all memory 09 July 2020, 08:05:02 UTC
2258895 fixed typo 09 July 2020, 07:38:04 UTC
b4a439e add comments about "heap" structure 09 July 2020, 07:05:14 UTC
ae9421c another try to clear the heap structure 09 July 2020, 06:37:10 UTC
af36ee4 try to fix still reachable blocks (work in progress) 08 July 2020, 10:27:30 UTC
dd34918 review of last changes in branch "simpler-merge" 07 July 2020, 14:01:31 UTC
ad055d7 remove filter/transpose.[ch] 07 July 2020, 13:45:29 UTC
261b61f checking that merge is using all server hyperthreads 07 July 2020, 09:32:23 UTC
2d65a42 bugfix: bad free because of forgotten #define 05 July 2020, 08:14:57 UTC
3977805 timings for GC 04 July 2020, 15:50:11 UTC
13f7f57 merge: low-memory transpose 04 July 2020, 15:50:11 UTC
dbdb6eb Merge branch 'master' of gitlab.inria.fr:cado-nfs/cado-nfs 01 July 2020, 12:50:22 UTC
b176135 missing include 01 July 2020, 05:41:55 UTC
33815b6 CLANG fix 30 June 2020, 09:36:03 UTC
a13b906 avoid "Time" followed by ":\n", which is a bit disturbing 30 June 2020, 09:15:32 UTC
29ec02b add q&d -production mode, useful for #21688 and #21825 29 June 2020, 23:13:19 UTC
2c04996 Merge branch 'fix-21866-21825' into 'master' Fix #21688 and #21825 Closes #21825 and #21688 See merge request cado-nfs/cado-nfs!2 29 June 2020, 18:00:48 UTC
5275147 Merge commit 'd52ab1' into fix-21866-21825 29 June 2020, 17:51:44 UTC
3019243 Merge commit 'be7c88' into HEAD 29 June 2020, 17:34:08 UTC
bcfb506 minor warning fixes 29 June 2020, 17:33:54 UTC
be7c880 fix regression introduced by 01d6c7a8 (see #21825) Merge commit '6fbaff' into fix-21866-21825 29 June 2020, 16:50:28 UTC
c3e3ba1 Merge commit '01d6c7a8' into fix-21866-21825 29 June 2020, 16:50:12 UTC
1c9eccf Merge commit 'f92368' into fix-21866-21825 29 June 2020, 16:46:30 UTC
44a65ad this mostly fixes the regression in f877a1, but not completely 29 June 2020, 16:44:53 UTC
6fbaff9 be more explicit about our requirement on inlining the push_update code. 29 June 2020, 16:42:57 UTC
b2fb0a4 special-case the ctors of the where_am_I type not inlining them when they're trivial is downright silly. Also, the unique_ptr trick, while nice in principle, really gets in the way. When we happen to know, by design, that the underlying object is trivial, then we really don't want any code to be emitted. 29 June 2020, 16:10:16 UTC
d52ab1d Merge branch 'master' into fix-21866-21825 29 June 2020, 13:16:37 UTC
e622715 support disabling timings at compile-time 29 June 2020, 13:03:11 UTC
f18f8d1 try to fix #21688 another way (part of work on #21825) 29 June 2020, 11:57:11 UTC
353f9cf fix 21198 15 June 2020, 14:42:13 UTC
590690b typo 14 June 2020, 21:12:03 UTC
b91825c fixes README.md 14 June 2020, 21:11:12 UTC
e27719d better control on alpha bound (-B option) 12 June 2020, 15:58:27 UTC
318ac3a new option -alphabound for polyselect_ropt 12 June 2020, 13:46:39 UTC
9885484 added NEWS entry 04 June 2020, 12:55:21 UTC
6a0d800 use 1 add. col. only for the 2 non-monic sides case. (this is an "optimization" of old that is better keeping, for compatibility). 01 June 2020, 07:09:15 UTC
b5915a4 use 1 add. col. only for the 2 non-monic sides case. (this is an "optimization" of old that is better keeping, for compatibility). 01 June 2020, 06:51:52 UTC
3784b60 oops 01 June 2020, 06:13:31 UTC
0411cea print progress while reading renumber table 31 May 2020, 20:56:30 UTC
bb17c50 reorder includes 31 May 2020, 11:35:17 UTC
ded8631 print renumber table size where reading/building it 31 May 2020, 09:04:26 UTC
18256b8 restrict variable scope of openmp pragmas in renumber. Helps icc build 31 May 2020, 07:11:58 UTC
0304888 fix test bug in debug_renumber (thanks Cyril) 26 May 2020, 20:07:55 UTC
9db9e0b nfs-hd no longer in master branch. See specific branch there. https://gitlab.inria.fr/cado-nfs/cado-nfs/-/tree/hd 26 May 2020, 19:53:35 UTC
b540f03 a truckload more includes 26 May 2020, 13:57:55 UTC
22dada6 missing includes 26 May 2020, 11:10:35 UTC
d181be9 cherry-pick 0d1382a67 (mistakes introduced by several headers auto-add). - we put many extraneous <gmp.h> in flint-fft, get rid of them. - also, we introduced (by side-effect) cado_config.h in transform_interface.c, while it had no cado.h ; that was not detected because we skip all of linalg/bwc/flint-fft/ shouldn't be a problem, should it ? 26 May 2020, 11:09:43 UTC
001637d hmmm. That felt somewhat absurdly easy indeed. 26 May 2020, 11:06:22 UTC
d7fecd5 missing includes 26 May 2020, 10:37:01 UTC
7bb432e missing include 26 May 2020, 10:31:03 UTC
e519843 annoying cross forward-declarations. 26 May 2020, 06:46:44 UTC
81893df I think that this form is more idomatic with omp tasks 25 May 2020, 17:55:58 UTC
49edc02 contribution from Eric Jeancolas https://lists.gforge.inria.fr/pipermail/cado-nfs-discuss/2020-May/001238.html 25 May 2020, 16:12:20 UTC
076a698 use renumber_proxy in dup2. dup2 is now in C again. 25 May 2020, 15:28:25 UTC
d06a0c6 C-level access to the renumber table 25 May 2020, 15:28:21 UTC
ded7677 (try to) fix leak and false positives 25 May 2020, 15:23:16 UTC
25884fa another try. that might be it 25 May 2020, 13:00:23 UTC
4d36f86 does that fix my race condition ? 25 May 2020, 11:16:17 UTC
76f2e51 nice gotcha 25 May 2020, 10:39:38 UTC
bf9930a missing include 25 May 2020, 10:10:44 UTC
eaad8ea missing ifdef 25 May 2020, 10:03:25 UTC
5198941 more #includes 25 May 2020, 08:40:30 UTC
7694a5e more #includes 24 May 2020, 09:23:40 UTC
6f1bbdf more tests with iwyu; install iwyu and set IWYU=1 23 May 2020, 22:07:05 UTC
2c67961 headers and iwyu. some of it is noise 23 May 2020, 14:09:51 UTC
83083ad Fix IWYU setting 23 May 2020, 07:08:38 UTC
1fc816b missing include 23 May 2020, 06:54:56 UTC
a5af1ee I hate these doublee braces 23 May 2020, 06:52:54 UTC
8ffaead missing includes 23 May 2020, 06:45:02 UTC
2bbe994 a few missing includes. 22 May 2020, 22:21:25 UTC
988ae64 two missed #ifdef protections 22 May 2020, 16:50:45 UTC
back to top