sort by:
Revision Author Date Message Commit Date
4d66588 Adapted related EchelonForm for the PLUQ with templated helper 09 April 2019, 09:34:46 UTC
7875970 Corrected PLUQ interface according to suggestions 08 April 2019, 14:35:29 UTC
7fb751e Clean up parasite modif of Det() due to the act of messing up several forwording in the same branch in the past time which causes compile failure for test-det and test-det-check 08 April 2019, 09:12:54 UTC
b4cb31f Updated benchmark-pluq for PLUQ with ParSeqHelper 05 April 2019, 16:08:29 UTC
da702d7 Corrected according to given comments but benchmark-echelon still not compiles 05 April 2019, 14:32:56 UTC
8a3a025 Added templated helper for PLUQ and forwarded to related tests such as test-pluq and test-ppluq, idem beanchmark-pluq and test-lu as well as test-pluq-checkc 05 April 2019, 09:00:07 UTC
5c94c54 Cleaned up other modif not concerning the PLUQ 05 April 2019, 07:53:03 UTC
b93a82c Linking problem corrected which is due the makefiel 04 April 2019, 07:37:05 UTC
bbcb414 test-echelon does not compile with integer and both test-pluq and testppluq compile but fails at linking 03 April 2019, 12:14:41 UTC
4210768 Forwarded PLUQ with templated helper for related RowEchelonForm, ColumnEchelonForm, Rank, Det and their corresponding test+benchmark meanwhile only test-pluq-check worked but test-pluq failed for compilation and test-echelon did not work compile for givato integer 02 April 2019, 16:21:46 UTC
117b6ab Both test and benchmark have been adapted for PLUQ with templated Helper 02 April 2019, 13:20:18 UTC
ba50f7d pPLUQ changed to PLUS and PLUQ unified with template helper parameter to choose either serial or parallel computation 02 April 2019, 12:17:05 UTC
58db9fc Merge pull request #223 from linbox-team/pfgemv_zz Pfgemv zz 22 March 2019, 14:43:22 UTC
14a53f9 change default value 22 March 2019, 14:41:07 UTC
591aeda Merge branch 'pfgemv_zz' of https://github.com/linbox-team/fflas-ffpack into pfgemv_zz 22 March 2019, 13:04:21 UTC
7ca1510 An input parameter for GrainSize added 22 March 2019, 12:56:56 UTC
ad5b337 Merge pull request #226 from linbox-team/with-blas-failure Fixed --with-blas options giving 'ld cannot find xxx.so' at configure time 21 March 2019, 15:59:31 UTC
129b22b Fixed --with-blas options giving 'ld cannot find xxx.so' at configure time 21 March 2019, 10:39:18 UTC
a5cda4c space edit 21 March 2019, 10:06:38 UTC
c071dee NUM_THREAD is accessible only in PAR_BLOCK 20 March 2019, 13:34:23 UTC
ae58a3b Merge branch 'pfgemv_zz' of https://github.com/linbox-team/fflas-ffpack into pfgemv_zz 19 March 2019, 08:47:59 UTC
2ba2c9b Prepare for benchmarking on a cluster 18 March 2019, 10:34:17 UTC
372dae4 Delete fflas-ffpack-thresholds.h should not be added to commits 07 March 2019, 13:32:45 UTC
d220d78 divide time by #iterations 07 March 2019, 13:25:22 UTC
f32c14a cleaned up with suggestions after code review 04 March 2019, 13:32:43 UTC
d27bfbb cleaned up with suggestions after code review 04 March 2019, 09:43:25 UTC
3a70b23 A more compact templated Benchmark of pfgemv has been added 28 February 2019, 15:02:42 UTC
6b9f422 Instant backup for code review 27 February 2019, 12:49:55 UTC
2c9db57 Result checking for the restructured templated Benchmark of pfgemv added 26 February 2019, 16:03:38 UTC
d2a7fcb Templated Benchmark for pfgemv restructured 25 February 2019, 16:52:58 UTC
576a2e4 Merge pull request #221 from linbox-team/test-simd-more-tests test-simd.C: adding simd methods 21 February 2019, 08:04:29 UTC
a015fe9 Merge pull request #222 from linbox-team/simd-type-name Add a type_name static member to SIMD struct 21 February 2019, 07:58:07 UTC
748de4f in SIMD struct type_name becomes a type_string function (or test-multifile fails) 20 February 2019, 16:25:43 UTC
fc1d903 Add a type_name static member to SIMD struct (to ease pretty printing in tests) 20 February 2019, 15:23:40 UTC
641311b getSeed 20 February 2019, 14:09:48 UTC
fb922da add bitsize argument for ZZ 20 February 2019, 14:05:05 UTC
80ca7f1 test-simd.C: should now work on gcc 4.9 and gcc 5 20 February 2019, 09:13:46 UTC
e112aac test-simd.C: disabled some tests that I do not know how to compile with g++ < 6 19 February 2019, 13:34:07 UTC
bfc9657 SIMD: fixing comments in simd512.inl 19 February 2019, 10:39:47 UTC
7aa5706 SIMD: add missing vxor and vandnot methods in simd512.inl 19 February 2019, 10:39:06 UTC
01e10aa Fix #219 ? Wrong usage of uniform_real_distribution generated only inf values 19 February 2019, 10:32:08 UTC
6b0dbdd test-simd.C: added tests for zero, vand, vor, vxor, vandnot and div 19 February 2019, 10:16:03 UTC
fbc3db6 SIMD: remove madd, maddx, msub, nmadd: only alias to their f* counterpart and never used 19 February 2019, 10:05:01 UTC
f4590cc test-simd: add tests for some "*in" methods for floating point 18 February 2019, 16:25:03 UTC
99b87db test-simd: add tests for somd "*in" methods 18 February 2019, 15:59:32 UTC
f4b57ba Add missing fmaddxin for Simd128<uint64_t> 18 February 2019, 15:58:44 UTC
832826c Merge branch 'master' of github.com:linbox-team/fflas-ffpack 18 February 2019, 15:36:55 UTC
fa03d51 update Changelog 18 February 2019, 15:36:38 UTC
0b4e1fc test-simd.C: add tests for fmaddx, fmsubx and fnmaddx 18 February 2019, 15:30:22 UTC
e931b4b test-simd.C: add test for round 18 February 2019, 15:29:42 UTC
af96a75 Merge pull request #220 from linbox-team/fix-simd-signbits SIMD: signbits exists only for 64bit variants (and as a protected member) #218 18 February 2019, 15:11:14 UTC
f76435f simd: signbits exists only for 64bit variants (and as a protected member) 18 February 2019, 15:01:05 UTC
90dfeb5 Merge branch 'master' of github.com:linbox-team/fflas-ffpack 18 February 2019, 13:52:44 UTC
01d8266 int128 detection no longer outsourced to givaro 18 February 2019, 13:52:26 UTC
9176a6c test-simd.C: add tests for shift operations 18 February 2019, 13:31:38 UTC
5b3fd13 test-simd.C: remove comments that should not have been pushed 18 February 2019, 13:30:56 UTC
d75f43c test-simd.C: using std::function and std::array 18 February 2019, 13:30:09 UTC
dff535d Merge pull request #217 from linbox-team/fix_simd128_uint32 missing fix 18 February 2019, 10:20:29 UTC
1bd8dd0 missing fix 18 February 2019, 10:08:44 UTC
e690a1b Merge pull request #215 from linbox-team/fix-simd256_int32_sra Make sra method be templated for simd256<int32_t> 18 February 2019, 09:37:04 UTC
5c65429 Make sra method be templated for simd256<int32_t> (as in all other simd class) 18 February 2019, 09:20:07 UTC
92a9e9b disable testsint simd<int64_t> on 32 bits arch 18 February 2019, 08:37:05 UTC
f4ad749 Merge pull request #214 from linbox-team/simd_enhance Simd enhance 15 February 2019, 20:26:49 UTC
db05683 removed useless & incorrect commented load 15 February 2019, 15:11:11 UTC
e30e5df use simd256 vectorization in igebb14 in presence of AVX512 15 February 2019, 10:48:32 UTC
39312ae revert to ModularBalanced<double> by default 15 February 2019, 09:07:36 UTC
dae2e5f add eol 14 February 2019, 15:34:20 UTC
830a0f9 Merge pull request #212 from linbox-team/fix-testsimd Fix test-simd.C 14 February 2019, 14:59:10 UTC
2cc5404 avoid running simd256 on ints when only AVX1 available 14 February 2019, 14:38:01 UTC
46eacbf detect AVX512VL and conditionnally use it 14 February 2019, 13:50:10 UTC
18f2634 Redo commit 47faba4 that was overwritten by merging master 14 February 2019, 10:43:20 UTC
2b93b16 Merge branch 'master' into fix-testsimd 14 February 2019, 10:40:29 UTC
47faba4 Fix Simd256<uint32_t>::mulhi (replace mul_epi32 by mul_epu32) 14 February 2019, 10:27:51 UTC
c175280 add CONTRIBUTORS 14 February 2019, 10:11:55 UTC
90666a5 updating AUTHORS and CONTRIBUTORS 14 February 2019, 10:11:37 UTC
7bf4619 test-simd: forgot to include <array> 14 February 2019, 08:22:41 UTC
3fd50fc Merge branch 'fix_simd64' into fix-testsimd 13 February 2019, 16:20:29 UTC
a714efc Rewriting of test-simd.C 13 February 2019, 16:05:11 UTC
cb28286 Add test-simd.C in tests/Makefile.am 13 February 2019, 16:04:12 UTC
00a9905 Merge pull request #211 from linbox-team/cleanuprns Clean up, avoids calls to dgemm with 0 matrices 13 February 2019, 12:03:32 UTC
6144bad Clean up, avoids calls to dgemm with 0 matrices 12 February 2019, 15:31:41 UTC
19a064b Merge pull request #209 from linbox-team/unify_code_style Unify code style 11 February 2019, 16:54:03 UTC
d8909c2 fix all initial empty lines in fflas/fflas_sparse/ and subdirectories 11 February 2019, 16:45:04 UTC
938e8e5 fix all initial empty lines in ff../ffpack/ and in ff../fflas/ and subdirectories except fflas_sparse 11 February 2019, 16:41:34 UTC
526fb67 fix all initial empty lines in ffl../ , ffl../{checkers, field, interfaces, paladin, utils}/ 11 February 2019, 16:36:55 UTC
008bb45 fix all initial empty lines in test/ and in tutorials/ 11 February 2019, 16:33:03 UTC
8a1c0aa fix all initial empty lines in autotune/ (none) and in benchmarks/ 11 February 2019, 16:28:04 UTC
1b747c0 fix code style in ffla../fflas/fflas_sparse/ and subfolders 08 February 2019, 15:18:16 UTC
27558c2 fix code style in ffla../fflas/fflas_{fgemm/,igemm/,simd/} 08 February 2019, 15:14:56 UTC
75f7384 fix code style in fflas-ffpack/fflas/ root 08 February 2019, 15:11:49 UTC
a9c9fdd fix code style in fflas-ffpack/ffpack/ 08 February 2019, 15:09:19 UTC
09d0d6c fix code style in fflas-ffpack/interface 08 February 2019, 15:07:31 UTC
07b8cbf finish fixing code style in fflas-ffpack/utils/ 08 February 2019, 15:04:35 UTC
027916c fix code style in fflas-ffpack/utils/ 08 February 2019, 15:04:10 UTC
7660a36 fix code style in fflas-ffpack/paladin/ 08 February 2019, 15:03:10 UTC
e93be30 fix code style in ff../field/ 08 February 2019, 15:01:46 UTC
51dbea8 fix code style in fflas-ffpack/checkers 08 February 2019, 15:00:17 UTC
76f4e61 fix code style in tests 08 February 2019, 14:58:37 UTC
8ee9d73 fix code style in fflas-ffpack*.h 08 February 2019, 14:51:05 UTC
19b7dcd fix code style in tutorials 08 February 2019, 14:49:15 UTC
back to top