-
Notifications
You must be signed in to change notification settings - Fork 23
LinBox winter days in Richerenches (Dec. 18)
Jean-Guillaume Dumas edited this page Dec 12, 2018
·
4 revisions
Richerenches, Dec 4-7 2018. Gîte les coquettes http://www.locations-richerenches.com/
- This pad: https://hackmd.io/N2t4XhzYRA2XDeMSxaNxbA#
- LinBox issues: https://github.com/linbox-team/linbox/issues
- fflas-ffpack issues: https://github.com/linbox-team/fflas-ffpack/issues
- Givaro issues: https://github.com/linbox-team/givaro/issues
- Live discussion channel on slack: https://linbox.slack.com/ use preferably the channel #winterdays18
- List the projects you would like to work on
- Choose one, in the list, and mark your initials (e.g. [CP]) before it, cut and paste the line in the Work in progress section
- Once the work is done, cut and paste it to the Needs review or Done sections.
- LinBox issue38: check if the branch maple-interface fixes this
- LinBox enhancement: improve polynomial matrix storage design
- fflas-ffpack PR 185: fixing improper use of optim flags and pkg-config
- Refactorization of LinBox solve solution and better integration of OMP and MPI variants
- Refactorization and cleanup of rational-solvers
- fflas-ffpack PR 170: parallelisation of fgemm with RNS [JGD pb, FAILED with several threads]
- Create tests for Smith Valence
- [PG] LinBox issue159: new blas-subvector
- [BG,RL] LinBox issue140: FFT with Modular<double,double>
- [BG,RL] LinBox issue131: improve FFT performance
- [CP] fix and restart Inria CI and update gcc versions to 4.9, 6, 7, 8
- [PG, JGD] Solve error, Lifting, Linbox issue 105
- [AB] Hadamard as a solution
- [DL] Autodetection of ReadMatrix input file format issue 194
- LinBox PR 134: Blas SubMatrix new design [RV=AB,PG,CP]
- [AB] CRA MPI clean up PR 147
- Clean up Smith Valence code, add paladin parallelization, issue 150. Done, see PR 157 [AU=JGD,RV=?]
- [CP] closed LinBox issue 124 which had been fixed earlier in PR#127
- [CP] merged fflas-ffpack PR #185 fixing #182 : undefined functions when no SIMD available.
- [AU=CP, RV=JG] LinBox PR 151: change unsigned long to size_t: LinBox issues #144 and #138
- [AU=JGD,RV=CP] Givaro PR 82: solves Givaro issue 81 : throw zero division
- [DL] merged Linbox PR [#146] (https://github.com/linbox-team/linbox/pull/146) : remove Sagemath bindings
- [AU=AB, RV=DL] LinBox PR 83 : Hashing function for Integer
- [AU=JGD,RV=JGD] LinBox PR 141: Smith form bug correction
- [AU=CP,RV=AB] FFLAS-FFPACK PR 192: no modbalanced in GF2
- [AU=DL, RV=AB] Linbox PR 155: Clean functions isOdd, isEven, isNegative, isPositive
- [AU=DL, RV=AB,CP] FFLAS-FFPACK PR 191: display L and U as separate matrices in PLUQ example output
- [AU=NB,RV=CP]Populate FFLAS-FFPACK with examples, issue PR 193 review in progress
- Replace
F.init(a,b);
byF.init(a); F.assign(a, b);
PR 189 [AU=NB,RV=AB,CP]