1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00
Grid/lib
paboyle 04072a5e1f Rotate is a temporary hack. Would like to merge ALL
permutes as rotates of length 2, and make any rotate active
over any subset of lane bits. This is hard, and requires general
permute; current intrinsics mean this is only really possible for specific
case by case encodings as presently performed. Intel could produce a general
permute.. would help. IBM did it in VMX.
2016-04-19 15:15:34 -07:00
..
algorithms -Checkerboard fixes for Lanczos 2016-04-06 13:50:56 -04:00
cartesian Shmem related fixes for shmem compile 2016-02-11 07:37:39 -06:00
communicator Uint64 sum for IO rates 2016-03-16 02:27:22 -07:00
cshift Attempts at some optimisation 2016-02-18 22:33:58 +00:00
lattice const safety 2016-04-19 15:15:11 -07:00
Old Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
parallelIO IO Bandwidth reporting 2016-03-16 02:30:16 -07:00
pugixml Correcting some compilation errors for clang-sse 2016-02-10 11:37:03 +09:00
qcd Benchmark_zmm added 2016-04-06 03:00:07 -07:00
serialisation Merge commit '6aeaf6f568a391e34b913f08be6a11beb28d8842' 2016-02-22 15:23:26 +00:00
simd Updated to compile and pass under intel SDE 2016-04-19 15:13:54 -07:00
stencil Merge remote-tracking branch 'origin/chulwoo-dec12-2015' 2016-03-08 09:55:14 +00:00
tensors Simplify the compressor interface again. 2016-02-17 18:16:45 -06:00
Algorithms.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
AlignedAllocator.h Merge branch 'master' of https://github.com/paboyle/Grid 2016-03-02 07:04:03 -08:00
Cartesian.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Communicator.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Cshift.h Shmem comms [NO MPI] target added. The dwf test runs and passes. 2016-02-14 14:24:38 -06:00
Grid.h Avx512 changes for assembler kernels 2016-03-26 22:25:45 -06:00
Init.cc AVX512 improvements; sigfpe trapping too 2016-03-30 08:42:34 +01:00
Init.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Lattice.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Lexicographic.h Had to break this out for universal access through the code base. 2016-02-11 07:40:09 -06:00
Log.cc Printing fix under comms none 2016-03-16 02:27:53 -07:00
Log.h Resurrect timestamp. Should make optional 2016-03-16 02:28:17 -07:00
Make.inc Benchmark_zmm added 2016-04-06 03:00:07 -07:00
Makefile.am Shmem related fixes for shmem compile 2016-02-11 07:37:39 -06:00
PerfCount.cc Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
PerfCount.h Avx512 changes for assembler kernels 2016-03-26 22:25:45 -06:00
Simd.h Rotate is a temporary hack. Would like to merge ALL 2016-04-19 15:15:34 -07:00
Stencil.h Simplify the compressor interface again. 2016-02-17 18:16:45 -06:00
Tensors.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Threads.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Timer.h Microsecond granularity support 2016-03-16 02:28:51 -07:00