- 01 Jun, 2019 2 commits
-
-
Steven Walton authored
Switched to FloatType and not FloatDefault
-
Steven Walton authored
-
- 06 May, 2019 1 commit
-
-
Steven Walton authored
Used autos, should probably use something different but it should work since we are using 11
-
- 30 Apr, 2019 2 commits
-
-
Steven Walton authored
-
Steven Walton authored
Tackles quads and hex's. Should be able to also apply to the voxel format. Need to check with Brent if this is the right format and how to make it in the vtkm style.
-
- 27 Apr, 2019 1 commit
-
-
Steven Walton authored
-
- 12 Apr, 2019 1 commit
-
-
Brent Lessley authored
-
- 11 Apr, 2019 1 commit
-
-
Brent Lessley authored
-
- 10 Apr, 2019 2 commits
-
-
Brent Lessley authored
-
Brent Lessley authored
-
- 06 Apr, 2019 1 commit
-
-
Daniel Loyd authored
-
- 05 Mar, 2019 2 commits
-
-
Daniel Loyd authored
-
Daniel Loyd authored
-
- 22 Feb, 2019 1 commit
-
-
Daniel Loyd authored
-
- 08 Feb, 2019 1 commit
-
-
Brent Lessley authored
Adding new test branch for single filter and worklet for mesh quality. Prototype only, still not compiling
-
- 07 Feb, 2019 3 commits
-
-
Daniel Loyd authored
-
Daniel Loyd authored
-
Daniel Loyd authored
-
- 22 Jan, 2019 5 commits
-
-
Brent Lessley authored
Changed the syntax of dynamic array handles and worklet map topology to compile with latest version of remote master
-
Brent Lessley authored
-
Brent Lessley authored
-
Brent Lessley authored
-
Robert Maynard authored
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
-
- 18 Jan, 2019 1 commit
-
-
Robert Maynard authored
This covers the atomic tests that was previously part of WorkletMapFieldWholeArray
-
- 17 Jan, 2019 2 commits
-
-
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.
-
Kenneth Moreland authored
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
-
- 16 Jan, 2019 3 commits
-
-
Robert Maynard authored
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.
-
- 14 Jan, 2019 2 commits
-
-
Haocheng LIU authored
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.
-
- 11 Jan, 2019 9 commits
-
-
Kenneth Moreland authored
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.
-
Robert Maynard authored
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
-