Commit 1d5140d
Utils: Refactor and Test Updates (flexflow#1464)
* removed GraphInternal
* minor changes
* Added views.cc testing
* Fixed containers testing
* views.cc fix
* test reorganizing
* fmt
* test rearranging
* rearranging
* graph fixes
* undirected graph test fix
* Updated docs
* Test updates + bug fixes
* minor fix
* PR fixes
* moved graph-testing to other PR
* minor fixes
* Remove unnecessary includes
* Post-merge fixes
* Small bugfix and remove some unnecessary includes
---------
Co-authored-by: Pietro Max Marsella <[email protected]>
Co-authored-by: Colin Unger <[email protected]>
Co-authored-by: Colin Unger <[email protected]>1 parent 65c3911 commit 1d5140d
File tree
137 files changed
+1791
-1515
lines changed- lib
- compiler/src/compiler/machine_mapping
- kernels
- include/kernels
- test/src
- pcg
- include/pcg
- src/pcg
- runtime/src
- task_spec
- substitutions/src/substitutions
- substitution_internal
- unlabelled
- utils
- include/utils
- bidict/algorithms
- containers
- fmt
- graph
- instances
- rapidcheck
- src
- utils
- bidict/algorithms
- cli
- containers
- fmt
- graph
- dataflow_graph/algorithms
- digraph/algorithms
- complete_bipartite_composite
- open_dataflow_graph/algorithms
- rapidcheck
- test
- common
- include/test/utils/doctest/fmt
- src/test/utils/doctest/fmt
- src
- utils
- bidict
- algorithms
- containers
- graph/multidigraph
- hash
- rapidcheck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
137 files changed
+1791
-1515
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments