-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added template/workflow/pipeline descriptions to soft,package,module …
…and program entries
- Loading branch information
Showing
60 changed files
with
920 additions
and
891 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"backup_data_uid": "c490184a6d956c69", | ||
"backup_module_uid": "032630d041b4fd8a", | ||
"backup_module_uoa": "module", | ||
"backup_data_uid": "c490184a6d956c69", | ||
"backup_module_uid": "032630d041b4fd8a", | ||
"backup_module_uoa": "module", | ||
"control": { | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-11-23T18:19:29.758000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-11-23T18:19:29.758000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"version": [ | ||
"1", | ||
"6", | ||
"1", | ||
"6", | ||
"12" | ||
] | ||
}, | ||
}, | ||
"data_name": "algorithm" | ||
} |
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 |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
"transform": { | ||
"desc": "transform algorithm" | ||
} | ||
}, | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"desc": "algorithm", | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://fursin.net", | ||
}, | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"desc": "algorithm", | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://fursin.net", | ||
"license": "See CK LICENSE.txt for licensing details" | ||
} |
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"control": [ | ||
{ | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-11-23T18:20:43.048000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-11-23T18:20:43.048000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"version": [ | ||
"1", | ||
"6", | ||
"1", | ||
"6", | ||
"12" | ||
] | ||
} | ||
|
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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"backup_data_uid": "36ebc331048475bb", | ||
"backup_module_uid": "032630d041b4fd8a", | ||
"backup_module_uoa": "module", | ||
"backup_data_uid": "36ebc331048475bb", | ||
"backup_module_uid": "032630d041b4fd8a", | ||
"backup_module_uoa": "module", | ||
"control": { | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-01-29T18:50:07.047000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-01-29T18:50:07.047000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"version": [ | ||
"1", | ||
"0", | ||
"1215", | ||
"1", | ||
"0", | ||
"1215", | ||
"beta" | ||
] | ||
}, | ||
}, | ||
"data_name": "compiler" | ||
} |
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 |
---|---|---|
|
@@ -2,32 +2,32 @@ | |
"actions": { | ||
"extract_opts": { | ||
"desc": "extract optimization flags and parameters from a compiler for autotuning (currently from GCC sources)" | ||
}, | ||
}, | ||
"extract_opts_new": { | ||
"desc": "extract optimization flags and parameters from a compiler for autotuning (currently from GCC --help:optimizers and sources)" | ||
}, | ||
}, | ||
"extract_to_pipeline": { | ||
"desc": "prepare compiler flag choices for universal tuning via program pipeline (experimental workflow)" | ||
}, | ||
}, | ||
"html_viewer": { | ||
"desc": "viewing compiler description as HTML", | ||
"desc": "viewing compiler description as HTML", | ||
"for_web": "yes" | ||
} | ||
}, | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"desc": "describing compilers and their optimization choices", | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://fursin.net", | ||
"gcc_src_opt_file1": "gcc/doc/invoke.texi", | ||
"gcc_src_opt_file2": "gcc/invoke.texi", | ||
"gcc_src_params": "gcc/params.def", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
}, | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"desc": "describing compilers and their optimization choices", | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://fursin.net", | ||
"gcc_src_opt_file1": "gcc/doc/invoke.texi", | ||
"gcc_src_opt_file2": "gcc/invoke.texi", | ||
"gcc_src_params": "gcc/params.def", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"module_deps": { | ||
"choice": "e4564d6f984400d7", | ||
"env": "9b9b3208ac44b891", | ||
"platform.os": "41e31cc4496b8a8e", | ||
"choice": "e4564d6f984400d7", | ||
"env": "9b9b3208ac44b891", | ||
"platform.os": "41e31cc4496b8a8e", | ||
"soft": "5e1100048ab875d7" | ||
}, | ||
}, | ||
"pipeline_template": "universal_autotuning_pipeline_template.json" | ||
} |
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"backup_data_uid": "87b55c4f4a2482da", | ||
"backup_module_uid": "032630d041b4fd8a", | ||
"backup_module_uoa": "module", | ||
"backup_data_uid": "87b55c4f4a2482da", | ||
"backup_module_uid": "032630d041b4fd8a", | ||
"backup_module_uoa": "module", | ||
"control": { | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-03-03T09:29:25.522000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-03-03T09:29:25.522000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"version": [ | ||
"1", | ||
"1", | ||
"1", | ||
"1", | ||
"0205" | ||
] | ||
}, | ||
}, | ||
"data_name": "dataset.features" | ||
} |
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 |
---|---|---|
|
@@ -2,17 +2,17 @@ | |
"actions": { | ||
"convert_raw_rgb_image": { | ||
"desc": "convert raw RGB image to png (originally used for SLAM application tuning)" | ||
}, | ||
}, | ||
"extract": { | ||
"desc": "extract data set features" | ||
} | ||
}, | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"desc": "dataset features", | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://fursin.net", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
}, | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"desc": "dataset features", | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://fursin.net", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"module_deps": { | ||
"dataset": "8a7141c59cd335f5" | ||
} | ||
|
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"backup_data_uid": "c52e2c61be3f4600", | ||
"backup_module_uid": "032630d041b4fd8a", | ||
"backup_module_uoa": "module", | ||
"backup_data_uid": "c52e2c61be3f4600", | ||
"backup_module_uid": "032630d041b4fd8a", | ||
"backup_module_uoa": "module", | ||
"control": { | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-05-02T16:01:38.783000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-05-02T16:01:38.783000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"version": [ | ||
"1", | ||
"1", | ||
"1", | ||
"1", | ||
"0205" | ||
] | ||
}, | ||
}, | ||
"data_name": "pipeline.cmd" | ||
} |
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 |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
"pipeline": { | ||
"desc": "run universal command line pipeline (demo)" | ||
} | ||
}, | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"desc": "demonstrating command line pipeline (for CMD-based autotuning)", | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://fursin.net", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
}, | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"desc": "demonstrating command line pipeline (for CMD-based autotuning)", | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://fursin.net", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"pipeline": "yes" | ||
} |
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"backup_data_uid": "db25414b48b4ffb3", | ||
"backup_module_uid": "032630d041b4fd8a", | ||
"backup_module_uoa": "module", | ||
"backup_data_uid": "db25414b48b4ffb3", | ||
"backup_module_uid": "032630d041b4fd8a", | ||
"backup_module_uoa": "module", | ||
"control": { | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-04-07T13:48:27.333000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://fursin.net", | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-04-07T13:48:27.333000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"version": [ | ||
"1", | ||
"1", | ||
"1", | ||
"1", | ||
"0205" | ||
] | ||
}, | ||
}, | ||
"data_name": "pipeline" | ||
} |
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 |
---|---|---|
|
@@ -2,29 +2,33 @@ | |
"actions": { | ||
"autotune": { | ||
"desc": "perform autotuning of any available CK pipeline (workflow)" | ||
}, | ||
}, | ||
"run": { | ||
"desc": "run a given pipeline (workflow) once" | ||
}, | ||
}, | ||
"run_stat": { | ||
"desc": "run a given pipeline (workflow) N times and perform statistical analysis" | ||
}, | ||
}, | ||
"setup": { | ||
"desc": "setup a given pipeline (workflow) for execution/autotuning" | ||
} | ||
}, | ||
"clean_pipeline":["prepare","iterations","skip_info_collection"], | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"desc": "defining universal pipelines (experiment workflows)", | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://fursin.net", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
}, | ||
"clean_pipeline": [ | ||
"prepare", | ||
"iterations", | ||
"skip_info_collection" | ||
], | ||
"copyright": "See CK COPYRIGHT.txt for copyright details", | ||
"desc": "defining universal pipelines (experiment workflows)", | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://fursin.net", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"module_deps": { | ||
"choice": "e4564d6f984400d7", | ||
"choice": "e4564d6f984400d7", | ||
"experiment": "bc0409fb61f0aa82", | ||
"module": "032630d041b4fd8a", | ||
"math.conditions":"d5ac649c14325bca", | ||
"math.frontier":"99d08d331cdc5478" | ||
"math.conditions": "d5ac649c14325bca", | ||
"math.frontier": "99d08d331cdc5478", | ||
"module": "032630d041b4fd8a" | ||
} | ||
} |
Oops, something went wrong.