Skip to content

Commit

Permalink
update (ROCm#10)
Browse files Browse the repository at this point in the history
* Fix Bug in ColorTwist (ROCm#6)

* Fix Bug in ColorTwist (ROCm#6) (ROCm#8) (ROCm#9)

* Update
  • Loading branch information
Lokesh Bonta authored Jun 1, 2020
1 parent 0e41849 commit b93604c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions utilities/rpp-unittests/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ make
## For HIP


## Run
Have this in run.sh file
```
for i in $(seq 0 2); do
for j in $(seq 1 7); do
./BatchPD_ocl /path/to/first/input/folder/ /path/to/second/input/folder/ /path/to/output/folder $i $j
done
done
```

0 comments on commit b93604c

Please sign in to comment.