Skip to content

LinBox winter days in Richerenches (Dec. 18)

Jean-Guillaume Dumas edited this page Dec 12, 2018 · 4 revisions

LinBox Winter Days

Richerenches, Dec 4-7 2018. Gîte les coquettes http://www.locations-richerenches.com/

Resources

How to use this pad

  1. List the projects you would like to work on
  2. 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
  3. Once the work is done, cut and paste it to the Needs review or Done sections.

List of projects

  • 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

Work in progress

  • [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

Needs Review

  • 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=?]

Done

  • [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); by F.init(a); F.assign(a, b); PR 189 [AU=NB,RV=AB,CP]