Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syifan committed Oct 18, 2016
1 parent 5fed07e commit 6b83718
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ Testing
*.hsail
*.brig
isa.txt
<<<<<<< HEAD
=======
*.isa
>>>>>>> 3af8b46762e84a54b4908e4435f89972be6b1cac

# debug file
*.debug
Expand All @@ -67,10 +64,7 @@ gtest

# Gedit files
*~
<<<<<<< HEAD
=======

# Data file
data
data.tar.gz
>>>>>>> 3af8b46762e84a54b4908e4435f89972be6b1cac
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hetero-Mark
#Hetero-Mark
A Benchmark Suite for Heterogeneous System Computation

## Prerequisite
Expand Down Expand Up @@ -92,6 +92,18 @@ root directory.
### Generate your own input data
* To generate custom data in `data` folder

* AES - Generates the input file and keys for AES. For keys, only 16-byte is
allowed. Usage:
``` bash
./datagen <num_bytes> > file.data
```

* Gene-alignment - Generates the input file for Gene Alignment. The target
sequence length should be much shorter than the query sequence length.
``` bash
python data_gen.py <target_sequence_len> <query_sequence_len>
```

* KMeans - It generates the input file for KMeans. Usage:

``` bash
Expand Down

0 comments on commit 6b83718

Please sign in to comment.