Commit Graph

759 Commits

Author SHA1 Message Date
Tom Deakin
488db0eae6 Remove CMake module 2017-02-23 16:19:04 +00:00
Tom Deakin
f3e34a5607 Add OpenACC Makefile 2017-02-23 16:04:56 +00:00
James Price
2d21f69eb7 Add OMP_TARGET_ definitions for other compilers 2017-02-23 15:57:04 +00:00
James Price
d19cf1a5af Rename CC and CFLAGS to CXX and CXXFLAGS in OpenMP 2017-02-23 15:57:04 +00:00
James Price
6b26e33dcd Use $(CFLAGS) in OpenMP build rules 2017-02-23 15:57:04 +00:00
James Price
d3fa52748b Add Clang support to OpenMP.make 2017-02-23 15:57:04 +00:00
Tom Deakin
1b573dbac3 Add EXTRA_FLAGS option to build line for custom extra flags 2017-02-23 15:55:45 +00:00
Tom Deakin
07f91e605e Add Makefile for RAJA 2017-02-23 15:52:43 +00:00
Tom Deakin
dde301b069 Merge branch 'bugfix/build' of github.com:uob-hpc/gpu-stream into bugfix/build 2017-02-23 15:32:21 +00:00
Tom Deakin
ce5fde973b Combine Kokkos CPU and GPU builds 2017-02-23 15:31:38 +00:00
James Price
887ae9bf1b Add SYCL Makefile 2017-02-23 15:30:35 +00:00
Tom Deakin
584e1b208b Change binary name for Kokkos builds 2017-02-23 15:22:14 +00:00
Tom Deakin
527a1edd29 Rename Kokkos Makefiles 2017-02-23 15:14:59 +00:00
Tom Deakin
436c3899c7 Add OpenMP makefile that targets CPUs and GPUs, with common defaults. 2017-02-23 15:10:23 +00:00
Tom Deakin
1d4b809b44 Remove CMake from project
CMake is unable to use multiple compilers within a single build.
We require building multiple binaries, one for each model, and as
such they often require different compilers for each. Therefore
we feel it is simpler to provide a simple, sample Makefile for each
model. Some common configurations will be specalised in due course.
2017-02-23 14:58:34 +00:00
Tom Deakin
c904719f2b Add OpenCL Makefile 2017-02-23 14:58:24 +00:00
Tom Deakin
c320014d28 Add CUDA Makefile 2017-02-23 14:58:05 +00:00
James Price
caf367f8fb Remove broken common.h generation from CMake build 2017-01-30 16:12:09 +00:00
Peter Steinbach
c9a45600c8 Merge branch 'master' into bare_hc 2017-01-30 16:06:34 +01:00
Tom Deakin
ec2bf50e75 Version bump 2017-01-30 13:52:45 +00:00
Tom Deakin
7465f9658f Merge branch 'devel' 2017-01-30 13:49:09 +00:00
Peter Steinbach
e520965bc5 all detected targets compile, opencl segfaults 2017-01-13 10:53:51 +01:00
Peter Steinbach
47d2bf275f fixed setting the accelerator, CMakeLists still needs some tweeks to not build OpenCL 2017-01-12 15:16:24 +01:00
Peter Steinbach
7621f86701 added pure HC gpu stream implmentation 2017-01-03 11:43:12 +01:00
Tom Deakin
8d66a27131 [CUDA] If using managed memory, use device pointer for host reduction 2016-12-19 05:08:19 -07:00
Tom Deakin
62860284b2 [CUDA] Add Managed memory and Page fault options
To use managed memory, compile the code defining MANAGED
To use CUDA 8 page-fault memory, compile the code defining PAGEFAULT
2016-12-19 05:00:15 -07:00
Tom Deakin
b9c514fd9b [CUDA] Free the sum device buffer 2016-12-19 11:42:45 +00:00
Tom Deakin
d75b0004de [OMP] Update deconstructor to only call target region if building for GPU 2016-12-13 11:45:30 +00:00
Tom Deakin
d0dd48406c Move version string to main removing common dependency 2016-12-09 12:36:25 +00:00
Tom Deakin
1d4a5dc346 Make OpenMP string name without version number 2016-12-09 12:24:08 +00:00
Tom Deakin
469d8d5634 Remove old OpenMP 3 code 2016-12-09 12:24:08 +00:00
Tom Deakin
e6615944f4 Use a compiler switch to select OpenMP directives (target or parallel for) 2016-12-09 12:24:08 +00:00
Tom Deakin
edd65dacb1 Add Kokkos Makefile for CPU 2016-11-22 20:06:54 +00:00
James Price
db01715806 [SYCL] Explictly use first dimension of ranges 2016-11-18 00:35:36 +00:00
James Price
1e976ff150 [SYCL] Fix multiple template specializations 2016-11-18 00:14:46 +00:00
James Price
66776d5839 [SYCL] Use consistent syntax for indexing 2016-11-17 23:52:13 +00:00
James Price
02bff60870 [SYCL] Fix start index in reduction loop 2016-11-17 21:01:30 +00:00
Tom Deakin
ffac9fc352 [OMP45] Use alloc instead to to allocate device memory
This fixes #11
2016-11-16 12:50:20 -06:00
Tom Deakin
cb2221a64a Add a common.h file 2016-11-16 08:29:54 -07:00
Simon McIntosh-Smith
b3cf9992bb Fixed broken link to new GPU-STREAM webpage 2016-11-07 23:35:00 +00:00
Tom Deakin
d42bcd4675 Merge remote-tracking branch 'origin/init-arrays' into devel 2016-11-04 09:17:54 +00:00
James Price
7f4761ae52 Replace write_arrays with init_arrays
This allows each model to initialise their arrays with a parallel
approach, which yields the first touch required for good performance
on NUMA architectures.
2016-11-02 11:22:01 +00:00
Tom Deakin
6f9512e5b5 Merge branch 'kernel-dot' of github.com:uob-hpc/gpu-stream into kernel-dot 2016-11-01 16:25:23 +00:00
James Price
829d21c1d6 Merge branch 'master' into kernel-dot 2016-11-01 16:20:27 +00:00
James Price
3045208aae [RAJA] Parallel first touch 2016-11-01 16:18:43 +00:00
Tom Deakin
54a966f99a Merge branch 'master' into kernel-dot 2016-10-31 19:04:59 +00:00
Tom Deakin
9acdba8b76 Add link to website 2016-10-31 18:31:33 +00:00
Tom Deakin
7150e047dd Add link to website 2016-10-31 18:31:07 +00:00
James Price
dd296d2231 [SYCL] Prebuild dot kernel like the others 2016-10-28 21:15:12 +01:00
James Price
b09b90f6fc Merge remote-tracking branch 'origin' into kernel-dot 2016-10-28 21:07:57 +01:00