Commit Graph

10 Commits

Author SHA1 Message Date
Tom Lin
1ffd069e80 Update Kokkos to support version 3+ 2020-07-13 03:02:34 +01:00
Tom Deakin
6803a141ee [Kokkos] Rearrange Makefile variables on liner line.
Fixes #40. The issue was the library flags came before the object
files causing lots of undefined references.
2018-02-15 03:06:35 +00:00
Tom Deakin
0092d23461 [Kokkos] Remove defining View layout as Kokkos does it correctly by default.
This fixes #43.
2018-02-14 22:14:47 +00:00
Tom Deakin
b93ac5d7cf [Kokkos] Rename files to match Kokkos case conventions 2018-02-14 22:05:50 +00:00
Tom Deakin
288fabc0d1 [Kokkos] Use seperate build and link in Kokkos Makefile
Fixes #40.
The Kokkos programming model examples now recommend using seperate
build and link stages.
2018-02-07 15:34:19 +00:00
Tom Deakin
d7a93be739 [Kokkos] Add a COMPILER option to Makefile, which turns on streaming stores for Intel 2017-04-05 22:23:27 +01:00
Tom Deakin
bbdd5b9fcb Add help message to Kokkos TARGET variable 2017-02-24 13:07:35 +00:00
James Price
f3abd66578 Make Kokkos build without intermediate objects 2017-02-23 17:24:14 +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
ce5fde973b Combine Kokkos CPU and GPU builds 2017-02-23 15:31:38 +00:00