https://github.com/linbox-team/fflas-ffpack

sort by:
Revision Author Date Message Commit Date
432071c preparing release 30 July 2016, 17:26:20 UTC
44accf2 Merge branch 'master' of github.com:linbox-team/fflas-ffpack 29 July 2016, 18:26:06 UTC
0a6c5ec Final SIMD macro changed ? linbox issue #32 @BastienVialla 29 July 2016, 18:23:11 UTC
fe30877 Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack 29 July 2016, 18:21:16 UTC
698164e again a size_t <-> uint64 issue, related to #39 29 July 2016, 18:20:52 UTC
b195274 Merge branch 'master' of github.com:linbox-team/fflas-ffpack 29 July 2016, 18:10:46 UTC
ee1b46e Simd256 on floating point only requires AVX (except for Simd256<double>::shuffle which requires AVX2 but is protected) 29 July 2016, 18:09:24 UTC
e99446f force conversion size_t->uint64_t for osx compatibility, fixing #39 29 July 2016, 18:07:23 UTC
e0128d9 move to protected & inline 29 July 2016, 17:37:53 UTC
cc9e8b6 fix maxdelayed dim bug 29 July 2016, 17:24:38 UTC
870923d Revert "fix FFLAS SIMD FLAGS" This reverts commit 9a83b567b7fc73a78ac70c56f557f9d0b98da9f6. 29 July 2016, 16:07:15 UTC
168f6c2 Revert "fix FFLAS SIMD FLAG" This reverts commit 4b2e6cac82d126eb80362bf8927bfb9576376e6c. 29 July 2016, 16:06:50 UTC
ddb0004 Merge pull request #38 from linbox-team/forcechecker ForceCheck 29 July 2016, 15:31:54 UTC
a189aac Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack 29 July 2016, 15:08:59 UTC
4b2e6ca fix FFLAS SIMD FLAG 29 July 2016, 15:08:30 UTC
9a83b56 fix FFLAS SIMD FLAGS 29 July 2016, 15:05:57 UTC
7e342d3 Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack 29 July 2016, 15:03:52 UTC
fcb0277 fix bug in computing the max delayed dim and add a regression test 29 July 2016, 15:03:19 UTC
b25feb8 Update .gitignore to ignore more .o, .trs, .log and test programs 29 July 2016, 02:58:58 UTC
ba6dfdd Last macro replacement ? 29 July 2016, 02:40:29 UTC
fd238d6 More FFLAS SIMD macros replaced 29 July 2016, 02:18:21 UTC
401f5c6 Merge branch 'master' of github.com:linbox-team/fflas-ffpack 29 July 2016, 01:50:29 UTC
e6a4cee Change all FFLAS macros related to SIMD to match new SIMD detection 29 July 2016, 01:49:57 UTC
b3bdb14 Update README.md 28 July 2016, 18:26:37 UTC
4fb21a0 oubli 28 July 2016, 11:36:13 UTC
94590d5 separate checkers fflas/ffpack Add the possibility to ForceCheck even when global checking is disabled 28 July 2016, 10:33:55 UTC
e63715f Merge branch 'master' of github.com:linbox-team/fflas-ffpack 26 July 2016, 09:12:46 UTC
85a905d logB on normB 26 July 2016, 09:10:28 UTC
218a09b fixing issue #37: large delayed dimension may overflow size_t capacity. With p=17, on 32 bits, this yields a kmax=0 instead of 2^45. 25 July 2016, 16:04:32 UTC
8bdb317 should not be executable 20 July 2016, 15:12:18 UTC
27a7323 checkers install in Makefiles 20 July 2016, 11:48:00 UTC
828a0b9 Merge pull request #30 from linbox-team/checkers Checkers 19 July 2016, 22:08:09 UTC
392ca23 Update README.md 19 July 2016, 21:33:56 UTC
b4832db pPLUQ should be PLUQ with Parallel Helper 19 July 2016, 20:01:35 UTC
a2ecf94 standard output 18 July 2016, 21:28:15 UTC
ab729ad checker_pluq does not work for LUDivine !!! (LUDivine produces LQUP and not PLUQ) 18 July 2016, 20:44:49 UTC
f72a3fb permutation until rank only 18 July 2016, 16:37:33 UTC
2030fe2 add benchmark checkers 18 July 2016, 16:02:41 UTC
e9fc9ae well -lm IS neede sometimes 18 July 2016, 15:16:09 UTC
c05958c -lm is not needed 18 July 2016, 15:06:35 UTC
fea89a1 LDADD instead of LDFLAGS for interfaces_c 18 July 2016, 14:56:16 UTC
e7ce2a3 LDADD is put already by libtool 18 July 2016, 14:43:52 UTC
7fc71e1 revert to previous test_interface flags. But needs "-lm -lstdc++" ! 18 July 2016, 14:06:37 UTC
bc17d8e checkers in fgemm too 18 July 2016, 02:51:26 UTC
78980a1 tab 17 July 2016, 19:52:15 UTC
879d0b1 lda for A 17 July 2016, 19:49:13 UTC
4f99012 Merge branch 'checkers' of github.com:linbox-team/fflas-ffpack into checkers 17 July 2016, 18:18:25 UTC
b7df44d loops replaced by frand 17 July 2016, 18:16:44 UTC
ee63fd2 also for trsm, pluq, charpoly 17 July 2016, 18:03:04 UTC
b8d1879 loops replaced by frand calls 17 July 2016, 17:56:42 UTC
8d1b560 subin better than sub 17 July 2016, 16:24:26 UTC
148da4b replace double loop by fassign 17 July 2016, 16:22:44 UTC
c35b8a5 Merge branch 'master' into checkers new simd stuff in checkers 17 July 2016, 16:15:47 UTC
2ee17a1 Merge pull request #33 from linbox-team/simd-detect Detect all SIMD options with the GNU ax_check_x86_feature macro 13 July 2016, 14:50:01 UTC
1784c4f add includedire to pkgconfig file and remove AVXFLAGS env variable 13 July 2016, 14:36:48 UTC
ad5132b use __FFLASFFPACK_USE_SIMD only (fixing bug on virtual machines exposing a subset of instructions of the physical machine) 12 July 2016, 08:23:21 UTC
f09dd57 add 32 bit support 11 July 2016, 19:30:53 UTC
b2c8d1e update jenkins maker 11 July 2016, 14:02:14 UTC
d7fbb29 update the SIMD detection / enabling system to work with any compiler / arch and use ax_check_x86_feature when possible. 11 July 2016, 13:59:25 UTC
8c15ef6 detects target arch and switch between ax_check_x86_features macro and homemade script 11 July 2016, 08:21:37 UTC
e634c8e minor fix gcc->gcc48 09 July 2016, 17:31:41 UTC
27622d3 fix missing HAVE_AVX 09 July 2016, 06:50:46 UTC
ef43ab0 use former SIMD detection scripts when compiling without gcc 09 July 2016, 06:38:38 UTC
5447399 minor edit 08 July 2016, 20:02:35 UTC
cae7877 minor edit 08 July 2016, 19:32:40 UTC
e07d4c7 minor edit 08 July 2016, 19:26:39 UTC
02d75e8 use the std GNU ax_check_x86_feature macro to detect all SIMD options. 08 July 2016, 14:39:17 UTC
5dcce80 fix CXXFLAGS list 08 July 2016, 11:21:29 UTC
f50e83f remove DEBUG 08 July 2016, 11:07:44 UTC
8d57fe6 update jenkins maker env variables 08 July 2016, 10:29:15 UTC
e1a09fa update jenkins maker with pkgconfig 08 July 2016, 09:09:08 UTC
624ad94 Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack 08 July 2016, 08:42:16 UTC
90452d2 Now detect givaro with pkg-config. 08 July 2016, 08:40:56 UTC
7517058 fix broken pkg-config file 08 July 2016, 08:40:34 UTC
80e9be6 Update README.md 08 July 2016, 08:38:25 UTC
2b3c926 compile the test suite with O2 by default 07 July 2016, 12:34:33 UTC
8332aec Fix for bug "_mm256_permute4x64_pd not found on OSX #32" 06 July 2016, 15:40:36 UTC
b940535 Merge branch 'master' of github.com:linbox-team/fflas-ffpack 06 July 2016, 08:52:13 UTC
1b5a6f6 Fix for bug "SIMD mm_permute_pd not found #31" 06 July 2016, 08:51:12 UTC
2bc0940 cygwin with G++ > 5.4 now OK with GLIBCXX_USE_C99 05 July 2016, 16:58:32 UTC
57a0665 Merge branch 'master' into checkers upd 05 July 2016, 15:49:56 UTC
83d7d46 config before aything else 05 July 2016, 15:49:07 UTC
147db34 Merge branch 'master' into checkers upd 05 July 2016, 15:47:31 UTC
cfef2c1 forget 05 July 2016, 15:45:27 UTC
9d0cb1d Merge branch 'rlebreton' 03 July 2016, 14:33:14 UTC
9935549 signed comp 30 June 2016, 12:05:40 UTC
97b528d fix missing const failing since 09e161c14af727556ff20ba738bcb11b901cc86d 30 June 2016, 08:59:38 UTC
e8305ba simpler examples 28 June 2016, 08:05:32 UTC
d013b71 polish 27 June 2016, 11:43:06 UTC
f5af612 Merge branch 'master' into checkers recover benchmarks 27 June 2016, 10:31:14 UTC
96d0e8a timings checkers 27 June 2016, 10:30:47 UTC
52e41f8 size_t for read_field 27 June 2016, 10:30:02 UTC
5602b55 Merge branch 'master' into checkers essai de fusion 27 June 2016, 09:40:34 UTC
782ad23 small mod in lu too 27 June 2016, 08:48:28 UTC
383180f polish checkers 27 June 2016, 08:43:38 UTC
3754008 initialization to 0 !!! 27 June 2016, 08:19:32 UTC
2f91fbb add a PLUQ example 24 June 2016, 18:02:54 UTC
4b8389e add test-permutation 24 June 2016, 17:05:08 UTC
9ea8945 suite pb PLUQ 24 June 2016, 15:07:22 UTC
2fb1380 Merge pull request #28 from linbox-team/blockApplyP Improve applyP efficiency 24 June 2016, 14:26:39 UTC
back to top