Extra DeviceAdapterAlgorithm Documentation (CountSetBits, BitFieldToUnorderedSet, ScanExtended, Fill, Transform)
Merge request reports
Activity
- Resolved by Kenneth Moreland
- Resolved by Allison Vacanti
I just want to note that I planned on documenting the other functions in DeviceAdapterAlgorithms that don't seem to have Users Guide entries yet (Fill, Transform, and StreamingScanExclusive), but am working on those in another branch. The examples weren't building due to the changes in master so I focused on updating those here.
Edited by Nickolas Davis- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
@nadavi I note that this merge request has 2 independent changes in it: updating the
DeviceAdapter
documentation and fixing changes inCellSetExplicit
code. In general, you should try not to do that. If you have 2 (or more) independent changes, you should make a separate git branch and subsequent merge request for each one.The problem is that the merging of each of these changes now relies on the other being correct. In this instance, the fixes for
CellSetExplicit
are ready to be merged, but they can’t be because the unrelated changes to theDeviceAdapter
documentation are not ready. That in turn causes problems for collaborators (in this case, me) because I cannot get your fixes forCellSetExplicit
that I need to continue making changes for the upcoming tutorial and release.In the future when you are working on one feature (whether it is this user’s guide or VTK-m proper) and you find you need to make changes to something else, you should create a new branch off of
master
and implement it independently.
- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
- Resolved by Nickolas Davis
added 1 commit
- c6fc5ea2 - Fixes to get DeviceAdapterAlgorithms compiling
added 18 commits
-
c6fc5ea2...7f441e35 - 14 commits from branch
master
- a549a953 - add BitCounting docs/examples and ScanExtended docs/examples
- 75f7ec42 - some fixes
- 894e168c - Fixes to get DeviceAdapterAlgorithms compiling
- d80b9883 - MR comment updates
Toggle commit list-
c6fc5ea2...7f441e35 - 14 commits from branch