This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 19 Nov, 2018 1 commit
-
-
Maynard, Robert authored
The FindTBB modules that come with packages such as OSPRay don't provide TBB_LIBRARY_RELEASE but instead only provide TBB_LIBRARY. If TBB_LIBRARY_RELEASE isn't found, and TBB_LIBRARY is we will use that as the release library
-
- 20 Sep, 2018 1 commit
-
-
Maynard, Robert authored
-
- 22 Jun, 2018 1 commit
-
-
Sujin Philip authored
The command set_target_properties over-writes any existing values of the property. Fixed the problem by using set_property with APPEND.
-
- 19 Jun, 2018 2 commits
-
-
Maynard, Robert authored
CMake 3.12 introduces a ...<max> syntax in the version given to cmake_minimum_required to automatically set policies to NEW up to that version. Use it to avoid listing policies explicitly.
-
Maynard, Robert authored
-
- 18 Jun, 2018 1 commit
-
-
Maynard, Robert authored
If somebody is using the official TBB binaries on linux they will encounter issues as the .so files are actually link scripts which CMake doesn't support. We now manually work around this problem.
-
- 14 Jun, 2018 2 commits
-
-
luz.paz authored
Found via `codespell` and `grep` more typos includes source typo change and a typo that needs further review follow-up typos Follow-up typos Revert a commit
-
Maynard, Robert authored
-
- 06 Jun, 2018 1 commit
-
-
Larsen, Matthew authored
-
- 05 Jun, 2018 1 commit
-
-
TaoCpp Tuple Upstream authored
Code extracted from: https://gitlab.kitware.com/third-party/taotuple.git at commit ae4936580baf117373e73c23f0f8407d7589e6ff (for/vtk-m).
-
- 31 May, 2018 1 commit
-
-
Allison Vacanti authored
-
- 14 May, 2018 1 commit
-
-
Sujin Philip authored
-
- 04 May, 2018 1 commit
-
-
Sujin Philip authored
-
- 25 Apr, 2018 1 commit
-
-
Maynard, Robert authored
-
- 19 Apr, 2018 1 commit
-
-
Maynard, Robert authored
-
- 09 Apr, 2018 1 commit
-
-
Maynard, Robert authored
CUDA currently doesn't support building for `compute_` and having compiled in virtuals ( using separable compilation ). So we need to transition everything over to `sm_`
-
- 08 Jan, 2018 5 commits
-
-
Maynard, Robert authored
-
adding logic for determining a location for cuda windows, the location has to be valid for cmake to config cuda correctly.
-
Maynard, Robert authored
-
Maynard, Robert authored
-
Maynard, Robert authored
-
- 13 Nov, 2017 1 commit
-
-
Matthew Letter authored
Fermi architecture support is being deprecated in the CUDA 8.0 Toolkit so we are removing it from the all build
-
- 12 Nov, 2017 1 commit
-
-
Matthew Letter authored
modifying CUDA_NVCC_FLAGS to CMAKE_CUDA_FLAGS and CMAKE_CUDA_FLAGS is a string not a list so changed the way the flags are being added to the variable
-
- 10 Nov, 2017 1 commit
-
-
Matthew Letter authored
-
- 09 Nov, 2017 1 commit
-
-
Matthew Letter authored
Ported cuda compiler flags logic from ConfigureComponents over to vtkmDeviceAdapters.cmake
-
- 31 Oct, 2017 1 commit
-
-
Matthew Letter authored
Renamed vtkmBackends.cmake to vtkmDeviceAdapters.cmake and renamed all references to vtkmBackends.cmake to use the new naming scheme.
-
- 27 Oct, 2017 3 commits
-
-
Maynard, Robert authored
-
Maynard, Robert authored
Obviously this does mean that CUDA is not supported with 3.3.
-
Maynard, Robert authored
-