Commit Graph

10314 Commits

Author SHA1 Message Date
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
Pugmire
7c5ee63baf Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m 2022-08-09 08:04:12 -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
f97e6179d6 Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m 2022-08-05 13:49:30 -04: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
Kenneth Moreland
bce524c24f Merge topic 'osx-basetype-compare'
5a2da0cd8 Fix type comparison on OSX for UnknownArrayHandle base component type

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Li-Ta Lo <ollie@lanl.gov>
Merge-request: !2833
2022-08-05 07:48:41 -04:00
Vicente Adolfo Bolea Sanchez
f6a9e3631a CI: enable HIP builds on protected branches 2022-08-04 22:01:37 -04:00
Vicente Adolfo Bolea Sanchez
c5dd07d977 CI: run_master -> run_upstream_branches 2022-08-04 22:01:37 -04:00
Vicente Bolea
1d4e2100e9 Merge topic 'download-ccache-every-build'
525610ad7 windows: provide ccache and ninja on runtime
adcda947f CI: provide ninja at build time
d75b82647 CI: provide ccache at build time

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2818
2022-08-04 17:45:29 -04:00
Vicente Bolea
67a06cfe6b Merge topic 'skip-find-tbb-if-loaded' into release-1.8
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: !2835
2022-08-04 17:33:47 -04:00
Vicente Bolea
14bb04ce29 Merge branch 'release-1.8' 2022-08-04 17:33:47 -04:00
Vicente Bolea
7c25d8f0f4 Merge topic 'skip-find-tbb-if-loaded'
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: !2835
2022-08-04 17:33:47 -04:00
Vicente Adolfo Bolea Sanchez
c30c35571f Revert "Disable loading the TBBConfig.cmake file"
This reverts commit a8825db59a7235c9d267ac4f909bd2eebb25cb40.
2022-08-04 13:58:01 -04:00
Vicente Adolfo Bolea Sanchez
dd3fc97811 cmake: skip find_package(TBB) if already loaded 2022-08-04 13:24:27 -04:00
Dave Pugmire
f21c327563 Bug fix... set cellId for return. 2022-08-04 12:51:15 -04:00
Dave Pugmire
70855167e5 Use last find cell to accelerate finds. 2022-08-04 11:41:17 -04:00
Kenneth Moreland
5a2da0cd89 Fix type comparison on OSX for UnknownArrayHandle base component type
This is an addition to commit e312c5435651f326f530a976d3faf3752350911e,
which corrects type comparison on OSX for typeids created in different
translation units. That missed the type correction for the
`BaseComponentType` of `UnknownArrayHandle`.
2022-08-04 06:18:57 -06:00
Vicente Adolfo Bolea Sanchez
525610ad73 windows: provide ccache and ninja on runtime 2022-08-03 17:38:58 -04:00
Vicente Adolfo Bolea Sanchez
adcda947f1 CI: provide ninja at build time 2022-08-03 17:38:58 -04:00
Vicente Adolfo Bolea Sanchez
d75b826476 CI: provide ccache at build time 2022-08-03 17:38:58 -04:00
Li-Ta Lo
34613b1643 Merge topic 'purify_GetResultType'
d1d97ec05 make NewFilterParticleAdvection::GetResultType pure

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Dave Pugmire <dpugmire@gmail.com>
Merge-request: !2832
2022-08-03 15:31:26 -04:00
Li-Ta Lo
b6b55f0265 Merge topic 'privatize_do_execute'
27305faff Privatize NewFilterParticleAdvection::DoExecute

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Dave Pugmire <dpugmire@gmail.com>
Merge-request: !2831
2022-08-03 15:30:32 -04:00
Li-Ta Lo
d1d97ec057 make NewFilterParticleAdvection::GetResultType pure 2022-08-03 11:15:35 -06:00
Gunther Weber
9551175dd4 Merge topic 'contour-tree-spatial-decomposition-refactor'
cd3fe3d47 Eliminate need for SpatialDecomposition in contour tree filters.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2825
2022-08-03 13:11:58 -04:00