swh:1:snp:0106e6af17b808e443b8aea3c7fbd39544e90f40

sort by:
Revision Author Date Message Commit Date
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
e6d5e36 fix code style in examples 08 February 2019, 14:46:44 UTC
2237732 fix code style in benchmarks 08 February 2019, 14:45:09 UTC
61305db fix code style in autotune 08 February 2019, 14:37:06 UTC
02d2ced last fix 07 February 2019, 15:08:47 UTC
5de51ba fix mistakes in previous PR 07 February 2019, 14:20:13 UTC
80405d1 Merge pull request #203 from linbox-team/vandnot_doc Fix calls to andnot intrinsics so vandnot functions have the same behavior 07 February 2019, 10:39:11 UTC
4240b4f Merge pull request #201 from linbox-team/immediate_for_simd move immediate to template argument 05 February 2019, 17:14:02 UTC
a86ed5c fix error for avx512 mod 05 February 2019, 17:01:59 UTC
7513e79 add missing changes for get 05 February 2019, 16:48:05 UTC
2f5059c Merge pull request #206 from linbox-team/fix-travis-yml Setting correct values of CC, CXX, FC in .travis.yml 23 January 2019, 14:40:42 UTC
ae11ffd Setting correct values of CC, CXX, FC in .travis.yml 23 January 2019, 13:49:28 UTC
0864e86 Merge pull request #205 from linbox-team/fix-warning-printCommandString Make parameter of printCommandString a 'const char *' to avoid warning 23 January 2019, 13:38:58 UTC
fe83a25 Make parameter of printCommandString a 'const char *' to avoid warning 22 January 2019, 12:34:27 UTC
67429e3 Fix calls to andnot intrinsics so vandnot functions have the same bahavior 16 January 2019, 15:49:04 UTC
d760974 add simd512 to Makefile.am 07 January 2019, 13:32:50 UTC
4710def move immediate to template argument, fixing #200 21 December 2018, 14:43:26 UTC
7c1ff42 gfops =0 when no lapacke available + stupid indent 20 December 2018, 08:14:14 UTC
776be7a std benchmark output + stupid indent commit 20 December 2018, 07:30:40 UTC
e3b6bd4 write warning at the end to avoid breaking CI + indent 19 December 2018, 16:33:47 UTC
977381c stupide indent commit 19 December 2018, 16:33:03 UTC
4546900 disable bench-dsytrf by default until we autotest availability of the LAPACKE routines 19 December 2018, 16:17:42 UTC
955ce37 preparing release 2.4.0 19 December 2018, 16:02:54 UTC
02a419e Merge branch 'givrandom_fixup' 19 December 2018, 15:14:35 UTC
d124740 Merge pull request #199 from linbox-team/pfsytrf Parallel fsytrf 19 December 2018, 15:08:40 UTC
a1ec418 improve help message 19 December 2018, 15:07:59 UTC
a1e14c9 yet another stupid tab/indent commit 19 December 2018, 14:23:00 UTC
2786d89 stupid tab commit 19 December 2018, 14:20:06 UTC
3c25cf4 Merge pull request #170 from linbox-team/parallel-fgemm-rns-PR Improve parallelisation of fgemm with RNS. Write a benchmark binary 19 December 2018, 14:10:34 UTC
0261de6 Merge branch 'master' into parallel-fgemm-rns-PR 19 December 2018, 14:10:13 UTC
adbdb3a Merge pull request #197 from linbox-team/i386_simd256 Avoid using Simd64 on 32 bit machines 19 December 2018, 13:50:15 UTC
0f8ac3f Merge pull request #198 from linbox-team/benchmark_gesv Benchmark gesv 17 December 2018, 15:14:58 UTC
e66cb6a Tabs -> spaces 17 December 2018, 15:13:43 UTC
0e6fb28 final lifting for benchmark-fgesv 14 December 2018, 15:56:21 UTC
8eeebdf final removal of igemm for 32bits 14 December 2018, 08:11:45 UTC
724cfe2 another round on int16 13 December 2018, 17:33:35 UTC
534ef0b direct calls to int64 intrinsics 13 December 2018, 17:28:30 UTC
d83bce2 Ãfix some issues 13 December 2018, 16:16:19 UTC
d014ad8 Merge branch 'i386_simd256' of https://github.com/linbox-team/fflas-ffpack into i386_simd256 13 December 2018, 15:50:16 UTC
2107d6a more fixes 13 December 2018, 15:50:13 UTC
bf5b77f more fixes 13 December 2018, 15:48:55 UTC
13f8281 remove inclusion of 256_int64 13 December 2018, 15:39:08 UTC
7db70df direct calls to intrinsic 13 December 2018, 15:34:51 UTC
1d2f575 hard code call to 64bit intrinsic 13 December 2018, 08:34:35 UTC
1e22ec6 Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack 07 December 2018, 16:06:54 UTC
9959d00 Merge pull request #189 from NicsTr/init_assign Try to address Issue #188 07 December 2018, 13:14:10 UTC
a9e8ec1 Use `init` then `assign` when needed (Issue #188) 07 December 2018, 12:58:29 UTC
c7dcd84 Merge pull request #193 from NicsTr/examples Examples 07 December 2018, 12:11:33 UTC
203ad12 Fix David's tab indentation 07 December 2018, 10:52:25 UTC
dd1e499 rather use ModularBalanced (faster) 07 December 2018, 09:56:41 UTC
0c69837 fix wrong dimensions 07 December 2018, 09:56:08 UTC
ec7ea79 Merge branch 'examples' of https://github.com/NicsTr/fflas-ffpack into NicsTr-examples 07 December 2018, 09:26:23 UTC
f2828af Merge pull request #191 from linbox-team/separate_L_and_U_in_pluq_example Separate L and U in pluq example 07 December 2018, 08:33:43 UTC
8f39129 fix invalid memory writes 07 December 2018, 08:31:34 UTC
da9c9ff Merge pull request #196 from linbox-team/vandnot_doc Change doc for vandnot since it was false! 06 December 2018, 15:03:03 UTC
e02de74 Change doc for vandnot since it was false! 06 December 2018, 14:53:52 UTC
b66bd7e delete L and U 06 December 2018, 14:38:06 UTC
f56216c Add an example for system solver. 06 December 2018, 14:25:05 UTC
e0b0290 Add an example for matrix multiplication. 06 December 2018, 14:25:05 UTC
f776c26 Add an example for characteristic poly computation 06 December 2018, 14:25:05 UTC
09f28e9 Removed ugly tabs and code duplication 06 December 2018, 14:19:09 UTC
615bad9 Merge pull request #192 from linbox-team/nomodbalgf2 prevent switching to modularbalanced when over GF2. Fixes #190 06 December 2018, 14:02:20 UTC
fbfec33 prevent switching to modularbalanced when over GF2. Fixes #190 06 December 2018, 11:09:26 UTC
e96a888 Used extractor instead of rewriting some code 06 December 2018, 11:01:45 UTC
96a22aa Add an example for rank computation. 06 December 2018, 10:24:42 UTC
f1aab00 Simplified full display of L and U 06 December 2018, 10:20:12 UTC
711de90 fix bug in random generation of symmetric matrix 06 December 2018, 10:19:46 UTC
3f301dc Full display when m > n 06 December 2018, 10:08:10 UTC
97b4b6f this init should have stayed here 06 December 2018, 09:54:26 UTC
back to top