Commit Graph

10281 Commits

Author SHA1 Message Date
Li-Ta Lo
1ef6348f4d Merge branch 'source_execute' of https://gitlab.kitware.com/ollielo/vtk-m into source_execute 2022-08-18 08:40:56 -06:00
Li-Ta Lo
3d07503af1 use NewFilterField 2022-08-18 08:35:30 -06:00
Li-Ta Lo
a9d569f79c NIV Source::Execute 2022-08-18 08:13:57 -06:00
Li-Ta Lo
ee2469e3c9 Merge topic 'worklet_run'
1693c989b Merge branch 'master' into worklet_run
ca463a8a6 replace CallWorklet with lambda
c222a9953 simplify coordinate transform worklet dispatch
c6eb90a2b simplify worklet dispatch for Warp filters
ba7ac412b simplify Tri/Tetra worklet dispatch

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2850
2022-08-17 09:42:20 -04:00
Li-Ta Lo
1693c989b9 Merge branch 'master' into worklet_run 2022-08-16 16:02:17 -06:00
Li-Ta Lo
ca463a8a6f replace CallWorklet with lambda 2022-08-16 15:26:02 -06:00
Li-Ta Lo
4055551a20 Merge topic 'threshold_template'
622388963 remove ->template

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Merge-request: !2849
2022-08-16 16:50:46 -04:00
Li-Ta Lo
c222a99537 simplify coordinate transform worklet dispatch 2022-08-16 11:13:23 -06:00
Li-Ta Lo
622388963e remove ->template 2022-08-16 09:54:29 -06:00
Li-Ta Lo
c6eb90a2b6 simplify worklet dispatch for Warp filters 2022-08-16 09:53:01 -06:00
Li-Ta Lo
ba7ac412b8 simplify Tri/Tetra worklet dispatch 2022-08-16 08:26:36 -06:00
Li-Ta Lo
e42b1d00b4 Merge topic 'worklet_run'
2f62e8c28 minor change based on code review
b8c39f4f9 de-template CellSetConnectivity::Run
386c633d6 simplify ThresholdWorklet::Run

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2846
2022-08-15 12:13:41 -04:00
Kenneth Moreland
1e97d859e1 Merge topic 'bad-kokkos-header'
cfb137947 Remove inclusion of Kokkos_Parallel_Reduce.hpp

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Sujin Philip <sujin.philip@kitware.com>
Merge-request: !2847
2022-08-15 12:01:20 -04:00
Li-Ta Lo
2f62e8c28f minor change based on code review 2022-08-12 14:21:37 -06:00
Kenneth Moreland
cfb137947e Remove inclusion of Kokkos_Parallel_Reduce.hpp
This header is now considered an internal header, and the latest
release commit of Kokkos does not allow you to include it. The
header gets included anyway with Kokkos_Core.hpp, so we can safely
just delete it.

See https://github.com/kokkos/kokkos/pull/5178
2022-08-12 15:22:03 -04:00
Li-Ta Lo
b8c39f4f9c de-template CellSetConnectivity::Run 2022-08-11 14:21:30 -06:00
Li-Ta Lo
386c633d66 simplify ThresholdWorklet::Run 2022-08-11 11:57:54 -06:00
Dave Pugmire
7cbf3a9c91 Merge topic 'cellLocator_lastCell'
2a577476d Add function to reduce code in tests.
09a8ac4fe Call ReadPortal() after each invoke.
699d84681 Fixes kokkos builds. Need to call ReadPortal().
18260c768 debugging the dashboards...
2eb9fb85f dashboard debugging....
aaf4be942 debug dashboards.....
67f83b230 Dashboard debugging....
2540e52f4 Address suggestion to test uninitialized values. Dashboard debug.
...

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2834
2022-08-10 15:39:57 -04:00
Dave Pugmire
2a577476dd Add function to reduce code in tests. 2022-08-10 11:57:18 -04:00
Li-Ta Lo
adb3f854ef Merge topic 'remove_examples_device_compiler'
f1a11832c restore device compiler for HistogramMPI
ce6cf2498 remove unused headers, restore device compiler for worklet example
0ecfdcb2f Merge branch 'master' into remove_examples_device_compiler
9e2148dbf remove device compiler

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2830
2022-08-10 10:23:15 -04:00
Dave Pugmire
09a8ac4feb Call ReadPortal() after each invoke. 2022-08-10 07:44:27 -04:00
Dave Pugmire
699d84681a Fixes kokkos builds. Need to call ReadPortal(). 2022-08-10 07:40:53 -04:00
Vicente Bolea
937b0b6c6d Merge topic 'change-timeout-hip-test'
bba163061 Revert "ci: change timeout for kokkos"

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2843
2022-08-09 17:43:12 -04:00
Li-Ta Lo
f1a11832c0 restore device compiler for HistogramMPI 2022-08-09 14:09:25 -06:00
Dave Pugmire
18260c7681 debugging the dashboards... 2022-08-09 13:40:47 -04:00
Li-Ta Lo
ce6cf2498a remove unused headers, restore device compiler for worklet example 2022-08-09 11:07:23 -06:00
Vicente Adolfo Bolea Sanchez
bba1630614 Revert "ci: change timeout for kokkos"
This reverts commit 185634fe47986cb6689054790f96d59e1e231b8c.
2022-08-09 12:25:31 -04:00
Dave Pugmire
2eb9fb85f4 dashboard debugging.... 2022-08-09 12:09:50 -04:00
Li-Ta Lo
0ecfdcb2fa Merge branch 'master' into remove_examples_device_compiler 2022-08-09 09:52:24 -06:00
Li-Ta Lo
8ff889fc3c Merge topic 'worklet_run'
bb495ca56 Merge branch 'master' into worklet_run
69e7100e3 remove redundant Run overload
7247b7172 simply CellSet/Array dispatch for ImageConnectivity

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2842
2022-08-09 11:50:29 -04:00
Li-Ta Lo
bb495ca562 Merge branch 'master' into worklet_run 2022-08-09 09:03:16 -06:00
Dave Pugmire
aaf4be942e debug dashboards..... 2022-08-09 09:29:43 -04:00
Dave Pugmire
67f83b230b Dashboard debugging.... 2022-08-09 09:15:45 -04:00
Dave Pugmire
2540e52f49 Address suggestion to test uninitialized values. Dashboard debug. 2022-08-08 21:26:55 -04:00
Li-Ta Lo
69e7100e3d remove redundant Run overload 2022-08-08 14:28:11 -06:00
Li-Ta Lo
cbe09e3cae Merge topic 'probe_process_cell_field'
9b5f74594 remove unused ProcessCellField

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2841
2022-08-08 13:37:33 -04:00
Li-Ta Lo
9b5f745947 remove unused ProcessCellField 2022-08-08 11:18:19 -06:00
Li-Ta Lo
7247b71722 simply CellSet/Array dispatch for ImageConnectivity 2022-08-08 10:24:05 -06:00
Kenneth Moreland
4e4079e5c8 Merge topic 'variant-istype'
dbe8db01a Add Variant::IsType

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Li-Ta Lo <ollie@lanl.gov>
Merge-request: !2838
2022-08-08 12:14:57 -04:00
Dave Pugmire
f6326f19c0 Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into cellLocator_lastCell 2022-08-05 16:05:37 -04:00
Dave Pugmire
29678d4693 Merge branch 'vtk-m-cellLocator_lastCell' into 'cellLocator_lastCell'
Define LastCell type in cell locator structure

See merge request dpugmire/vtk-m!3
2022-08-05 15:12:40 -04:00
Kenneth Moreland
dbe8db01ad Add Variant::IsType
The `Variant` class was missing a way to check the type. You could do it
indirectly using `variant.GetIndex() == variant.GetIndexOf<T>()`, but
having this convenience function is more clear.
2022-08-05 13:02:48 -06:00
Kenneth Moreland
bbdfd3d52b Do not assume that LastCell initializes to -1
If an `ArrayHandle` of `LastCell`s is created, then the contents will be
garbage. Just check to make sure that it is valid.
2022-08-05 12:55:45 -06:00
Kenneth Moreland
5d78780f6e Define LastCell type in cell locator structure
Rather than try to collect all `LastCell` types inside of a single
header and make an uber type, have each cell locator define its own cell
locator type and use that.
2022-08-05 12:43:50 -06:00
Kenneth Moreland
2271d0ef45 Add Variant::IsType
The `Variant` class was missing a way to check the type. You could do it
indirectly using `variant.GetIndex() == variant.GetIndexOf<T>()`, but
having this convenience function is more clear.
2022-08-05 12:35:57 -06:00
Dave Pugmire
45206a8f03 Merge topic 'tube_fix_degenerate_polylines'
25c622508 Use ScatterCounting instead of ScatterPermutation.
8cf0c1a7f Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into tube_fix_degenerate_polylines
531c3a442 Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into tube_fix_degenerate_polylines
a2d5f5249 kick dashboard...
6353da486 minor edit to kick dashboards.
deb15bc14 small edit to kick dashboards.
2bfd0ce59 Use ScatterPermutation to skip invalid cells.
8e44a7ce0 Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2821
2022-08-05 13:40:36 -04:00
Vicente Bolea
fcde298b48 Merge branch 'release' into master 2022-08-05 13:35:45 -04:00
Vicente Bolea
19bca428a4 Merge branch 'release-1.7' into release 2022-08-05 13:35:45 -04:00
Vicente Bolea
6f64a9305d Merge topic 'skip-find-tbb-if-loaded' into release-1.7
c30c35571 Revert "Disable loading the TBBConfig.cmake file"
dd3fc9781 cmake: skip find_package(TBB) if already loaded

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2836
2022-08-05 13:35:45 -04:00
Dave Pugmire
3e794d16bc Allocate lastCell structures first. 2022-08-05 09:49:53 -04:00