- 27 Dec, 2018 1 commit
-
-
Robert Maynard authored
-
- 20 Dec, 2018 1 commit
-
-
Robert Maynard authored
To make sure we always use the correct device adapter force only a single device adapter to be on.
-
- 13 Dec, 2018 1 commit
-
-
Allison Vacanti authored
Also - Renamed vtkm::cont::make_DeviceAdapterIdFromName to just overload make_DeviceAdapterId. - Refactored CMake logic for unit tests - Since we're now querying the device tracker for the names, they cannot be all caps. - Updated usages of InitLogging to use Initialize instead. - Added changelog.
-
- 02 Oct, 2018 1 commit
-
-
Allison Vacanti authored
Addresses #291.
-
- 29 Aug, 2018 1 commit
-
-
Kenneth Moreland authored
Rather than force all dispatchers to be templated on a device adapter, instead use a TryExecute internally within the invoke to select a device adapter. Because this removes the need to declare a device when invoking a worklet, this commit also removes the need to declare a device in several other areas of the code.
-
- 24 Aug, 2018 1 commit
-
-
Allison Vacanti authored
-