- Jan 29, 2019
-
-
Robert Maynard authored
Fixes #342
-
Robert Maynard authored
-
Robert Maynard authored
This makes it easier to find the offending files when going through the output.
-
Robert Maynard authored
Previously VTKmCheckSourceInBuild would error out after the first missing file. Now it errors out after looking at the whole directory.
-
- Jan 26, 2019
-
-
55570a16 Add most common implementations of Keys templates to library 887f79c6 Make a vtkm_worklet library Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1520
-
75845937 adding missing headers to the install Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1529
-
Matt Larsen authored
-
- Jan 25, 2019
-
-
002bd341 Improve the compile time of WorkletMap* unit tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1527
-
Robert Maynard authored
By restricting the possible variant types we can dramatically improve compile time performance.
-
- Jan 24, 2019
-
-
Kenneth Moreland authored
Also moved the Keys<>::SortType outside to KeysSortType. The problem with having it inside the Keys class was that there was a different object created for every instances of Keys.
-
24e71d25 VTK-m yet again has properly installed headers. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1525
-
80b7f8f1 ErrorBadType should be a device independent exception Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1524
-
Robert Maynard authored
Fixes the install issues mentioned in #342
-
91a1c7e2 Fix typo in openmp and tbb task code. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1523
-
03fc7b66 Add VTKM_CUDA_DEVICE_PASS preprocessing definition. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1522
-
Robert Maynard authored
-
Allison Vacanti authored
-
Allison Vacanti authored
This is only set while compiling device code, and is useful for code that needs different implementations on devices (e.g. they call CUDA device intrinsics, etc).
-
- Jan 23, 2019
-
-
Kenneth Moreland authored
This is a library that contains parts of worklets that can be precompiled into a library. Currently, this library contains the implementation of ScatterCounting.
-
ed34b632 vtkm::cont::Testing RunOnDevice requires argc,argv parameters. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1521
-
Robert Maynard authored
-
- Jan 22, 2019
-
-
c36b4543 Add UnitTestWorkletMapFieldWholeArrayAtomic d6f66d17 Testing run methods now take argc/argv to init logging/runtime device Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1500
-
- Jan 18, 2019
-
-
Robert Maynard authored
This covers the atomic tests that was previously part of WorkletMapFieldWholeArray
-
- Jan 17, 2019
-
-
Robert Maynard authored
`vtkm::cont::testing` now initializes with logging enabled and support for device being passed on the command line, `vtkm::testing` only enables logging.
-
d59ce11c Allow VariantArrayHandle CastAndCall to cast to concrete types Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1519
-
- Jan 16, 2019
-
-
4ec5bae0 Remove VTK-m TestBuild infrastructure Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1518
-
Kenneth Moreland authored
When you call VariantArrayHandle::CastAndCall, it now tries both basic storage and virtual storage. You can modify the types of storages tried by giving a type list of storage tags as the first argument.
-
Robert Maynard authored
The purpose of the TestBuild infrastructure was to confirm that VTK-m didn't have any lexical issues when it was a pure header only project. As we now move to have more compiled components the need for this form of testing is mitigated. Combined with the issue of TestBuilds causing MSVC issues, we should just remove this infrastructure.
-
- Jan 14, 2019
-
-
2f20549b Merge rendering testing executables to a shared library Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1506
-
Haocheng LIU authored
This commit allows rendering testing executables to select the device at runtime.
-
- Jan 11, 2019
-
-
871d3360 Add status update to update script a52211e5 Fix conversion errors in benchmarking code 821925fb Update changedoc b2e20bf9 Fix issues from removing field type templates 2e426ad5 Run the update-control-signature-tags.sh script 16c2dfd8 Add script to update control signature tags 42f810f7 Remove type lists from ControlSignature arguments for arrays Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1450
-
Kenneth Moreland authored
The script can take a while, so it is good to give some output so that users know that it is still running.
-
Kenneth Moreland authored
The recent removal of type selectors in ControlSignature field tags means that the BenchmarkFieldAlgorithms code was creating code paths that were never followed and lead to impossible type conversions (e.g. Vec to float). Fixed the problem by specifing the types for the VariantArrayHandles better.
-
Kenneth Moreland authored
-
Kenneth Moreland authored
The script fixed up most of the issues. However, there were some instances that the script was not able to pick up on. There were also some instances that still needed a means to select types.
-
Kenneth Moreland authored
-
Kenneth Moreland authored
Removes template parameters from tags that no longer use them.
-
Kenneth Moreland authored
The typelist arguments for ControlSignature tags are antiquated. Remove them.
-
f848bc35 Correct warnings from switch statements with no case labels. 90bca8a5 Remove unnecessary constructor from IntersectionPointMap 3c96b5a7 Suppress stack warnings generated by BoundingIntervalHierarchyTester Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1515
-
- Jan 10, 2019
-
-
Robert Maynard authored
-