1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00
Grid/tests
Michael Marshall 61d017d0a5 Merge GPU support (upstream/develop) into distillation branch.
This compiles and looks right ... but may need some testing

* develop: (762 commits)
  Tensor ambiguous fix
  Fix for GCC preprocessor/pragma handling bug
  Trips up NVCC for reasons I dont understand on summit
  Fix GCC complaint
  Zero() change
  Force a couple of things to compile on NVCC
  Remove debug code
  nvcc error suppress
  Merge develop
  Reduction finished and hopefully fixes CI regression fail on single precisoin and force
  Double precision variants for summation accuracy
  Update todo list
  Freeze the seed
  Fix compiling of MSource::Gauss for single precision
  Think the reduction is now sorted and cleaned up
  Fix force term
  Printing improvement
  GPU reduction fix and also exit backtrace option
  GPU friendly
  Simplify the comms benchmark
  ...

# Conflicts:
#	Grid/communicator/SharedMemoryMPI.cc
#	Grid/qcd/action/fermion/WilsonKernelsAsm.cc
#	Grid/qcd/action/fermion/implementation/StaggeredKernelsAsm.h
#	Grid/qcd/smearing/StoutSmearing.h
#	Hadrons/Modules.hpp
#	Hadrons/Utilities/Contractor.cc
#	Hadrons/modules.inc
#	tests/forces/Test_dwf_force_eofa.cc
#	tests/forces/Test_dwf_gpforce_eofa.cc
2019-09-13 13:30:00 +01:00
..
core nvcc error suppress 2019-08-15 01:31:12 +01:00
debug Modified entire test directory to suit new GPU constructs for looping 2019-06-15 12:53:27 +01:00
forces Freeze the seed 2019-08-14 13:07:11 +01:00
hadrons Use the definition of the Perambulator Index names given in Hadrons::MDistil 2019-05-03 22:00:50 +01:00
hmc Force a couple of things to compile on NVCC 2019-08-15 01:32:03 +01:00
IO Merge branch 'develop' into feature/gpu-port 2019-07-16 11:55:17 +01:00
lanczos Updates in tests to make all of Grid compile 2018-12-14 16:55:54 +00:00
qdpxx Merge branch 'develop' into feature/gpu-port 2018-12-13 05:11:34 +00:00
smearing Merge develop 2019-07-16 11:59:56 +01:00
solver Merge branch 'develop' into feature/gpu-port 2019-07-16 11:55:17 +01:00
testu01 GLobal edit for QCD namespace removal & NAMESPACE macros 2018-01-15 09:37:58 +00:00
Makefile.am Starting reorg of Blocked lanczos 2017-10-11 10:12:07 +01:00
Test_cayley_even_odd_vec.cc Tests builds clean. 2019-06-04 20:45:20 +01:00
Test_compressed_lanczos_hot_start.cc NVCC warning suppression 2019-01-01 15:07:47 +00:00
Test_cshift.cc Coordinate handling GPU friendly. Avoid std::vector 2018-02-24 22:19:28 +00:00
Test_dwf_mixedcg_prec_halfcomms.cc Zero changes. (I mean literally) 2018-01-27 23:46:02 +00:00
Test_dwf_mixedcg_prec.cc Merge branch 'develop' into feature/gpu-port 2018-12-13 05:11:34 +00:00
Test_general_stencil.cc Remove compiler errors and warnings 2019-07-18 14:47:02 +01:00
Test_simd.cc Coordinate handling GPU friendly. Avoid std::vector 2018-02-24 22:19:28 +00:00
Test_stencil.cc Passes make check now single and double compile 2018-12-19 11:09:32 +00:00