Skip to content

Commit

Permalink
added "image classification (simulation)" program.species to differen…
Browse files Browse the repository at this point in the history
…tiate benchmarking on real image classification vs random values (needed for some ASPLOS'18 ReQuEST submissions)
  • Loading branch information
gfursin committed May 20, 2018
1 parent aeb87ef commit cb4c371
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 2018.05.20 - added "image classification (simulation)" program.species to differentiate
benchmarking on real image classification vs random values
(needed for some ASPLOS'18 ReQuEST submissions)

* 2018.05.03 - added env (CK_TARGET_PATH) to program to get an access to machine specific files
(to support ReQuEST AI benchmark submission with Apache AVRO)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f4f75a0a6b65e4cd
1 change: 1 addition & 0 deletions program.species/.cm/alias-u-f4f75a0a6b65e4cd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
image.classification.simulation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
21 changes: 21 additions & 0 deletions program.species/image.classification.simulation/.cm/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"backup_data_uid": "f4f75a0a6b65e4cd",
"backup_module_uid": "1702c3e426ca54c5",
"backup_module_uoa": "program.species",
"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": "2018-05-20T13:04:44.015750",
"license": "See CK LICENSE.txt for licensing details",
"version": [
"1",
"9",
"4",
"1"
]
},
"data_name": "image classification (simulation)"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit cb4c371

Please sign in to comment.