Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asroy committed Apr 19, 2018
1 parent 0eda4ae commit b107243
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,14 @@ At present only `fp32 train` benchmarks are enabled.

The `Makefile` in `code/amd` is for an AMD `gfx900` GPU. To benchmark other generations, please modify the `Makefile` accordingly.

Setting your enviroment variables before compiling/running:

```
export CPATH=PATH_TO_MIOPEN/include:PATH_TO_MIOPENGEMM/include/miopengemm:/opt/rocm/include
export LD_LIBRARY_PATH=PATH_TO_MIOPEN/lib:PATH_TO_MIOPENGEMM/lib:/opt/rocm/lib
export LIBRARY_PATH=PATH_TO_MIOPEN/lib:PATH_TO_MIOPENGEMM/lib:/opt/rocm/lib
```

To compile the convolution, RNNs and GEMM benchmarks, run:

```
Expand Down

0 comments on commit b107243

Please sign in to comment.