- 15 Jun, 2015 1 commit
-
-
Chun-Ming Chen authored
-
- 13 Jun, 2015 1 commit
-
-
Chun-Ming Chen authored
Fix ReduceByKey general algorithm to work with parallel ScanInclusive. Use bit representation for states.
-
- 12 Jun, 2015 11 commits
-
-
Robert Maynard authored
-
Robert Maynard authored
TBB sort by key zip array fix The original codes do not accept when the zip handle array contains two different storage types See merge request !25
-
Robert Maynard authored
A more general Copy that allows copying into a diff. array type. Testing codes are added. See merge request !33
-
Chun-Ming Chen authored
-
Robert Maynard authored
Fancy Arrays as input to Device Algorithms Currently working on the general approach to get ArrayHandleZip/Permutation to be handled by all device adapter algorithms. See merge request !32
-
Robert Maynard authored
-
Robert Maynard authored
Instead of having a single specialization for sort and zip handles, we know handle any fancy handles being passed to the cuda device adapter. This was done by reworking how we represent fancy iterators inside thrust, and instead of using a transform iterator + counting iterator we just use a iterator_facade.
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
- 11 Jun, 2015 8 commits
-
-
Chun-Ming Chen authored
Merge branch 'tbb_SortByKey_ZipArray_fix' of https://gitlab.kitware.com/chunmingchen/vtk-m into tbb_SortByKey_ZipArray_fix
-
Chun-Ming Chen authored
Merge branch 'test_tbb_SortByKey' into tbb_SortByKey_ZipArray_fix Conflicts: vtkm/cont/testing/TestingDeviceAdapter.h
-
Chun-Ming Chen authored
-
Chun-Ming Chen authored
-
Chun-Ming Chen authored
-
Chun-Ming Chen authored
-
Chun-Ming Chen authored
-
Kenneth Moreland authored
Fix a couple of conversion warnings in OptionParser for testing. See merge request !31
-
- 10 Jun, 2015 13 commits
-
-
Chun-Ming Chen authored
-
Kenneth Moreland authored
-
Robert Maynard authored
Allow in-place sorting of ArrayHandleZip See merge request !29
-
Robert Maynard authored
This is required so that we can use ArrayHandleZip with Sort/Reduce and custom comparison operators. ArrayZip and PortalValue don't combine well together, when used with DeviceAlgorithm that has a custom operator. The custom operator is actually passed the PortalValue instead of the real values, and by that point we can't fix anything since we don't know what the original operator is.
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
We have increased the ARRAY_SIZE for the TestingDeviceAdapter to work around issues with backends not using parallel algorithms for arrays of length 500 or less.
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
This is required so that they can be sorted, which happens when sorting an ArrayHandleZip.
-
Robert Maynard authored
For now the pair's numeric type is determined by the first elements type.
-
Robert Maynard authored
Explicitly invoke all thrust algorithms using the cuda policy. This is required if we ever want to use thrust from another device adapter. See merge request !30
-
Robert Maynard authored
This is required if we ever want to use thrust from another device adapter.
-
- 09 Jun, 2015 2 commits
-
-
Robert Maynard authored
Add PointElevation Worklet See merge request !28
-
Sujin Philip authored
-
- 08 Jun, 2015 4 commits
-
-
Sujin Philip authored
Allow creation of vtkm::cont::Field without any data. This is needed to allow Field's to be used as output. See merge request !27
-
Robert Maynard authored
Update readme url See merge request !1
-
Robert Maynard authored
This is needed to allow Field's to be used as output.
-
Robert Maynard authored
Indexed serial sort by key See merge request !26
-