1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-24 02:32:02 +01:00
Commit Graph

60 Commits

Author SHA1 Message Date
0d2f913a1a String.h for linux 2020-06-20 09:37:31 -04:00
ee63721bad int unhappiness sycl fix 2020-05-25 08:36:24 -07:00
32be2b13d3 Updates for HiP 2020-05-24 14:00:55 -04:00
7860a50f70 Make view specify where and drive data motion - first cut.
This is a compile tiime option --enable-unified=yes/no
2020-05-21 16:13:16 -04:00
ebb60330c9 Automatic data motion options beginning 2020-05-17 16:34:25 -04:00
d24d8e8398 Use X-direction as more bits meaningful on CUDA.
2^31-1 shoulddd always bee enough for SIMD and thread reduced local volume

e.g. 32*2^31 = 2^36 = (2^9)^4 or 512^4 ias big enough.

Where 32 is gpu_threads * Nsimd = 8*4
2020-05-12 10:35:49 -04:00
07c0c02f8c Speed up Cshift 2020-05-11 17:02:01 -04:00
bbbee5660d First compiile on HiP 2020-05-10 05:28:09 -04:00
52081acfa5 NVCC compile fixes 2020-05-08 13:14:12 -04:00
f8b8e00090 Systematise the accelerator primitives and locate to Grid/threads/Accelerator.h / Accelerator.cc
Aim to reduce the amount of cuda and other code variations floating around all over the place.

Will move GpuInit iinto Accelerator.cc from Init.cc
Need to worry about SharedMemoryMPI.cc and the Peer2Peer windows
2020-05-08 06:23:55 -07:00