Skip to content

Commit

Permalink
added template/workflow/pipeline descriptions to soft,package,module …
Browse files Browse the repository at this point in the history
…and program entries
  • Loading branch information
gfursin committed Jan 16, 2019
1 parent 14fec69 commit f30af1e
Show file tree
Hide file tree
Showing 60 changed files with 920 additions and 891 deletions.
26 changes: 13 additions & 13 deletions module/algorithm/.cm/info.json
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"
}
12 changes: 6 additions & 6 deletions module/algorithm/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
18 changes: 9 additions & 9 deletions module/algorithm/.cm/updates.json
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"
]
}
Expand Down
28 changes: 14 additions & 14 deletions module/compiler/.cm/info.json
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"
}
36 changes: 18 additions & 18 deletions module/compiler/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
26 changes: 13 additions & 13 deletions module/dataset.features/.cm/info.json
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"
}
16 changes: 8 additions & 8 deletions module/dataset.features/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
26 changes: 13 additions & 13 deletions module/pipeline.cmd/.cm/info.json
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"
}
14 changes: 7 additions & 7 deletions module/pipeline.cmd/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
26 changes: 13 additions & 13 deletions module/pipeline/.cm/info.json
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"
}
34 changes: 19 additions & 15 deletions module/pipeline/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Loading

0 comments on commit f30af1e

Please sign in to comment.