sort by:
Revision Author Date Message Commit Date
3e49827 remove output 05 December 2018, 11:33:41 UTC
922114e no precompile flags for autotuning 05 December 2018, 10:46:50 UTC
8cb12f4 disable precompiled librairies for autotuning 05 December 2018, 10:29:55 UTC
ad7cf69 remove w/wo SSE in jenkins script 05 December 2018, 08:41:48 UTC
f97032e Merge pull request #185 from linbox-team/fix-issue182 Fixing #182 05 December 2018, 08:21:10 UTC
d959154 Merge pull request #187 from linbox-team/fix_missing_std Fix missing std 07 November 2018, 12:40:06 UTC
09ab20e Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack 07 November 2018, 08:43:05 UTC
6dcbe9c Merge pull request #186 from linbox-team/fix-issue155 Use __RECINT_LIMB_BITS instead of mp_limb_t in rns-double (fixing #155) 29 October 2018, 15:03:33 UTC
cfb43fa Fix for computers with AVX512f but without AVX512dq 19 October 2018, 14:05:53 UTC
c59dbee Fix for computers without SSE 19 October 2018, 14:05:07 UTC
c4c21df Remove a warning (remove const from 'const void' return type) 19 October 2018, 12:34:01 UTC
38a0573 Use __RECINT_LIMB_BITS instead of mp_limb_t in rns-double (fixing #155) 19 October 2018, 12:23:59 UTC
f1acaaa Fixing #182 17 October 2018, 13:15:53 UTC
03f28da Merge pull request #183 from linbox-team/rework_igemm Fix igemm on AVX512 11 October 2018, 12:25:08 UTC
c646ea5 fix bug 11 October 2018, 08:38:29 UTC
e4f409e only precompile int64, no int32_t (who needs int32_t?) 09 October 2018, 15:42:26 UTC
1912bd4 no longer use SIMD in gebb14 when AVX512 is present 09 October 2018, 12:22:59 UTC
6a9bf21 fixing igemm avx 512 bug in progress. Still issues remaining with _nr=4 passed to pack_lhs 05 October 2018, 13:26:28 UTC
074a011 fixes #180 : add set with 4 int64 on avx512 04 October 2018, 08:39:01 UTC
3f4e366 Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack 02 October 2018, 11:43:20 UTC
4f18b21 Merge pull request #181 from linbox-team/82-test-nullspace minor fixes to tutorial 02 October 2018, 07:20:37 UTC
c7451f7 Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack 02 October 2018, 07:17:24 UTC
667e54e Merge pull request #178 from linbox-team/populate-examples-det Determinant computation example 01 October 2018, 14:40:57 UTC
b8d0e02 Using read instead of getline... so that ios::binary file stream are correctly handled. 01 October 2018, 14:30:16 UTC
39c3389 Just outputing the determinant 01 October 2018, 14:28:54 UTC
9151ecf doc typo 27 September 2018, 12:34:15 UTC
33c8a1c fix llvm compile error with avx512 26 September 2018, 19:39:12 UTC
5d99d1a Determinant computation example. For #177. 21 September 2018, 13:44:36 UTC
47024b9 minor fixes to tutorial 07 September 2018, 13:38:51 UTC
0011564 Merge pull request #174 from linbox-team/82-test-nullspace Updated test-nullspace to standards 06 September 2018, 15:25:53 UTC
44516b2 Logging the right seed when failing 06 September 2018, 15:03:31 UTC
ecc33bc Stop sorting CXXFLAGS, fixing #166 06 September 2018, 14:29:00 UTC
3630a51 Ensuring nullspace is full rank + cpernet review 05 September 2018, 14:35:40 UTC
0dfd907 Updated test-nullspace to standards. Closes #82. 05 September 2018, 12:21:29 UTC
f239b9e Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack 25 July 2018, 16:52:38 UTC
4b01cf1 mising std namespace in bench perf LQUP/PLUQ 25 July 2018, 16:51:51 UTC
f4de66d Merge pull request #168 from linbox-team/simd512 Let fflas-simd machinery support AVX512 20 July 2018, 13:37:48 UTC
2606622 remove verbosity + final fixups 20 July 2018, 13:29:37 UTC
5043f99 fix non-compiling test 20 July 2018, 13:18:24 UTC
d193409 fix type of idx 20 July 2018, 13:18:01 UTC
983e56e Merge branch 'master' into simd512 20 July 2018, 00:47:49 UTC
379f3bd done fixing pass on PR #168. Ok to be merged 20 July 2018, 00:41:05 UTC
e2b1d61 clean up 19 July 2018, 15:43:08 UTC
1c5b037 clean up 19 July 2018, 15:40:30 UTC
a7d5a1d remove accidently added files 19 July 2018, 15:35:33 UTC
71a249b mod balanced 11 July 2018, 13:55:04 UTC
eda3b3d not square matrices ! 11 July 2018, 13:30:07 UTC
f802c57 useless include random 05 July 2018, 14:06:37 UTC
a9955dc remove WriteMatrix causing compilation error in DEBUG mode 03 July 2018, 13:49:29 UTC
8c53caa update travis compiler env variables 28 June 2018, 09:53:52 UTC
bc5b838 Merge pull request #169 from linbox-team/modular_changes Adaptation to code factorization of Modular in Givaro 27 June 2018, 16:35:56 UTC
07fcff4 PK correct extract epi64 22 June 2018, 09:14:24 UTC
52a39dd Merge pull request #172 from linbox-team/igemm_broadcast switched to vectorized broadcast in igemm_kernel, and added vectorization in igebb14 21 June 2018, 16:04:34 UTC
9dbf9b4 switched to vectorized broadcast in igemm_kernel, and added vectorization in igebb14 21 June 2018, 14:22:44 UTC
b5334db Merge branch 'master' into modular_changes 20 June 2018, 13:03:29 UTC
353ac51 Merge branch 'simd512' of https://github.com/linbox-team/fflas-ffpack into simd512 13 June 2018, 08:28:54 UTC
765df07 final push 13 June 2018, 08:28:30 UTC
f7063bf median for bench fgemm 08 June 2018, 09:26:13 UTC
3434e18 median time for bench-fadd 08 June 2018, 07:30:03 UTC
ba964de winograd 1 for simd512_int64 fixed 04 June 2018, 11:56:49 UTC
4b026f3 always enable SIMD_INT 04 June 2018, 08:19:35 UTC
59471bf vectorized unparametric 01 June 2018, 15:43:42 UTC
1a82b96 Update README.md 01 June 2018, 12:50:26 UTC
27feba9 simd512 working on modular<int64> 30 May 2018, 07:41:00 UTC
c775179 modif operator for simd512 24 May 2018, 07:57:48 UTC
a7e4b3a add operator for simd512 24 May 2018, 07:52:14 UTC
262b853 force >23 bits for testing modular<int64_t> 23 May 2018, 07:58:21 UTC
96e483e remove default dangerous empty template implementation 23 May 2018, 07:40:47 UTC
8bb8fb4 duplicate_vect for simd512 23 May 2018, 07:07:19 UTC
1ac2790 minor modif 22 May 2018, 08:21:10 UTC
b38b1cb modif _mr and _nr igemm512 22 May 2018, 07:56:26 UTC
20e97a4 minor modif 22 May 2018, 07:50:27 UTC
7cf5b99 add stepA and B for igemm512 22 May 2018, 06:57:56 UTC
30ba656 minor debug 18 May 2018, 12:49:00 UTC
22f044a Debugage simd512 18 May 2018, 12:42:37 UTC
31e853b simd512i 18 May 2018, 12:27:21 UTC
383dd33 no const void, fixing gcc-8.1 compilation failure, see https://trac.sagemath.org/ticket/25353 18 May 2018, 09:24:46 UTC
43086e8 modif 18 May 2018, 09:11:07 UTC
2703579 modif 18 May 2018, 09:07:36 UTC
5d93fc9 modif 18 May 2018, 09:06:01 UTC
c3836aa modif 18 May 2018, 08:25:24 UTC
29b62b1 modif 18 May 2018, 08:22:46 UTC
0562963 modif 18 May 2018, 07:27:35 UTC
a521d90 modif 18 May 2018, 07:24:52 UTC
cd43c0d modif 18 May 2018, 07:23:49 UTC
a3e5679 modif test-simd 18 May 2018, 07:13:47 UTC
67e5f26 modif test-simd 18 May 2018, 07:12:10 UTC
6ff7e67 debug prints 17 May 2018, 14:03:20 UTC
9a1e59f modif 16 May 2018, 07:55:21 UTC
f1d3ef8 modif 16 May 2018, 07:53:01 UTC
532d5d2 modif 07 May 2018, 08:01:33 UTC
de1eae2 modif 07 May 2018, 08:00:04 UTC
c5d0491 modif 07 May 2018, 07:58:42 UTC
9f88719 modif 07 May 2018, 07:00:58 UTC
6ef2878 modif 07 May 2018, 06:59:28 UTC
8fda5aa Merge pull request #167 from linbox-team/dsytrf Dsytrf 04 May 2018, 15:22:09 UTC
1d9a954 no stdcerr 04 May 2018, 13:49:46 UTC
54dbce4 select median 04 May 2018, 13:47:40 UTC
ffeebbb mediantime 04 May 2018, 13:39:42 UTC
d15a6d6 AAsen 26 April 2018, 12:45:30 UTC
back to top