-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/repo-refactor' into utils-testin…
…g-improvements
- Loading branch information
Showing
781 changed files
with
22,869 additions
and
4,196 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ff_add_executable( | ||
NAME | ||
export-model-arch | ||
SRC_PATTERNS | ||
src/*.cc | ||
PRIVATE_INCLUDE | ||
include/ | ||
DEPS | ||
utils | ||
models | ||
compiler | ||
) |
25 changes: 25 additions & 0 deletions
25
bin/export-model-arch/include/export_model_arch/json_sp_model_export.struct.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
namespace = "FlexFlow" | ||
name = "JsonSPModelExport" | ||
features = [ | ||
"eq", | ||
"hash", | ||
"fmt", | ||
"json", | ||
] | ||
|
||
includes = [ | ||
"pcg/file_format/v1/v1_computation_graph.dtg.h", | ||
"pcg/file_format/v1/v1_binary_sp_decomposition/v1_binary_sp_decomposition.dtg.h", | ||
] | ||
|
||
src_includes = [ | ||
"pcg/file_format/v1/v1_binary_sp_decomposition/json.h", | ||
] | ||
|
||
[[fields]] | ||
name = "sp_decomposition" | ||
type = "::FlexFlow::V1BinarySPDecomposition" | ||
|
||
[[fields]] | ||
name = "computation_graph" | ||
type = "::FlexFlow::V1ComputationGraph" |
Oops, something went wrong.