Commit cb1be0f
committed
# This is a combination of 18 commits.
# This is the 1st commit message:
Issue #303: framework for reference_dense added
This commit comes from a split of the original commit whose details are as follows:
SHA1 ID: a7c1db0
Author: Albert-Jan Yzelman <yzelman@linux.fritz.box> 2022-01-14 15:52:26
Committer: Albert-Jan Yzelman <yzelman@linux.fritz.box> 2022-01-30 13:48:35
The reason for splitting is to separate the changes irrelevant to the branch 303 into a separate branch.
The split produced 3 separate commits.
This commit is number 1.
This commit in particular is relevant to 303 and will remain in it.
# This is the commit message #2:
Issue #303: unify script argument similar to --no-reference
# This is the commit message #3:
Issue #303: complete implementation of Vector< reference_dense >, modulo output iteration.
# This is the commit message #4:
Issue #303: modified vector implementation according to option 3 in handling dense container construction.
# This is the commit message #5:
Issue #303: vectors now have an iterator for the user to extract data from.
# This is the commit message #6:
Issue #303, fixed silly oops: the difference between two iterators should be an integer
# This is the commit message #7:
Issue #303: containers are now uninitialized on construction. Iteration over uninitialized containers returns nothing.
# This is the commit message #8:
Issue #303: configure and cmake now properly do make install with reference_dense
# This is the commit message #9:
Issue #303: cmake infra has updated-- make dense_reference additions compatible to it
# This is the commit message #10:
Drafting structured matrix interface using reference_dense backend
# This is the commit message #11:
Issue #303: Copy test mxm.cpp to dense_mxm.cpp as a starting point
# This is the commit message #12:
Issue #303: Add partial first version of Matrix interface for denseref
# This is the commit message #13:
Issue #303: WIP: dense mxm test
# This is the commit message #14:
Issue #303: Add dense mxm test to CMakeLists
# This is the commit message #15:
Issue #303: Separate reference and reference_dense includes
# This is the commit message #16:
Issue #303: Fix grb include name mismatch
# This is the commit message #17:
Issue #303: Add src files for reference dense backend
# This is the commit message #18:
Issue #303: Add project related option for dense backend1 parent 354a85f commit cb1be0f
File tree
4 files changed
+107
-0
lines changed- src/graphblas
- denseref
4 files changed
+107
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments