- Jan 24, 2019
-
-
Robert Maynard authored
Fixes the install issues mentioned in #342
-
- Jan 23, 2019
-
-
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
-
cead0e26 ArrayPortalVirtual+ nvcc 9 fix annotation warnings on defaulted methods Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Matt Larsen <mlarsen@cs.uoregon.edu> Merge-request: !1512
-
Robert Maynard authored
-
Robert Maynard authored
-
- Jan 09, 2019
-
-
f1e1a524 Require CMake 3.8 to build VTK-m. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1514
-
9b56d41f Fixing Rectilinear Grid Cell Locator 10e9d47d Removing std::out print statement from test 34c7b57d Merge branch 'code_sprint_locator_fixes' of gitlab.kitware.com:ayenpure/vtk-m into code_sprint_locator_fixes 62ee1a2c Updates to the Cell Locators 7eb0de5b Merge branch 'code_sprint_locator_fixes' of gitlab.kitware.com:ayenpure/vtk-m into code_sprint_locator_fixes 866b0798 Resolving type warnings c062f2e2 Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into code_sprint_locator_fixes 797c8389 Adding default constructor and removing wrong comment ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1395
-
Robert Maynard authored
-
f4a96cf1 Correct warning in StorageBasic logging when using 32bit ids. 28128429 Merge branch 'upstream-diy' into correct_more_diy2_warnings 3c130d16 diy 2019-01-09 (149953b0) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1513
-
Robert Maynard authored
-
d29bdb2e VariantArrayHandleContainer casting operations have minimal overhead. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1509
-
Robert Maynard authored
* upstream-diy: diy 2019-01-09 (149953b0)
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/diy2.git at commit 149953b098d5d19c9276b0aca989e7144f16a69d (for/vtk-m).
-
Robert Maynard authored
We want to make sure that VariantArrayHandleContainer has as little overhead when launch worklets as possible. To do so we cache type information to make deducing the `T` type of ArrayHandles as fast as possible.
-
a9d092ef Optimize TransferInfo / VirtualObjectTransfer for shared memory systems Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1498
-
- Jan 08, 2019
-
-
5fa086f7 Merge branch 'upstream-diy' into fix_diy2_unused_call_result_warning c445f969 diy 2019-01-08 (839fd11e) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !1511
-
2e93443b All bit shifting in vtkm::cont::Logging happens in unsigned space Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !1510
-
Robert Maynard authored
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/diy2.git at commit 839fd11e76020c77befbaf05df87d53a45353d36 (for/vtk-m).
-
Robert Maynard authored
* upstream-diy: diy 2019-01-08 (839fd11e)
-