Commit 21d5850
Calculate num ops (#434)
* 1119
* 1120
* 1120.2
* model_path
* remove unnecessary files and pre-committed
* remove unnecessary files and pre-committed
* 1121 remove unnecessary files
* modify rev version
* modify rev version
* modify rev version
* accuracy issues targeted
* test script and modify feature
* return set[str]
* add logfile for test
* filter can get the number of kernels in naive_graph_decomposer
* post extract process feature
* remove unnecessary code blocks and variables
* modify the way of counting kernels used
* modify the way of counting kernels used
* modify script, rename files and variables
* add failure protection and log output when removing directories
* add a script to check fusability of a given model
* add a script to check if a given model is fully fusable
* add a script to check if a given model is fully fusable
* a script to check if a given model is fully fusable
* add a script to check if a given model is fully fusionable
* add a script to find fully fusionable subgraph
* find the biggest fully fusionable subgraph
* get fusible subgraph test
* modify get fully fusible subgraph
* improve fully_fusible_subgraph_extractor.py efficiency
* backup code
* Improve efficiency of test/fully_fusible_subgraph_extractor_test.sh
* check_graph_module_parsable
* Calculate num ops
---------
Co-authored-by: roll-away <[email protected]>1 parent 07eaab2 commit 21d5850
File tree
2 files changed
+7
-2
lines changed- graph_net
- tools
- torch
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | | - | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
0 commit comments