Skip to content

Commit e0b049a

Browse files
committed
Changes to README
1 parent fde2889 commit e0b049a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ The option `-DSYCL_BACKEND` allows you to select which backend to build for (spi
3434

3535
When enabled, the `-DPROFILING_MODE` option builds a headless version which can be run without the SDL dependency.
3636

37-
When enabled, the `-DSTATS` option will collect metrics whilst the simulation is running. Results are written to `output/outputStats`.txt. Graphs can be produced from these metrics by running the python script [PlotGraphs.py](scripts/PlotGraphs.py).
37+
When enabled, the `-DSTATS` option will collect metrics whilst the simulation is running. Results are written to `output/outputStats.txt`. Graphs can be produced from these metrics by running the python script [PlotGraphs.py](scripts/PlotGraphs.py).
3838

3939
By default, CMake should generate example input files by running [InputFileGenerator.py](scripts/InputFileGenerator.py) when generating the project makefiles.
4040

4141
The `crowdsim` executable takes an input configuration JSON as a command line argument.
4242

4343
```
44-
$ git clone https://[repo link]
44+
$ git clone https://github.com/codeplaysoftware/sycl-crowd-simulation.git
4545
$ cd crowd-simulation
4646
$ mkdir build && cd build
4747
$ cmake -DCMAKE_CXX_COMPILER=path/to/llvm/build/bin/clang++ -DSYCL_BACKEND=spir -DPROFILING_MODE=off -DSTATS=on ..
@@ -119,7 +119,7 @@ The social force model itself can be tweaked by altering the constexprs defined
119119

120120
## Benchmarks
121121

122-
Ran on NVIDIA Titan RTX with `PROFLILING_MODE` enabled and `STATS` disabled
122+
Ran on NVIDIA Titan RTX with `PROFLILING_MODE` enabled and `STATS` disabled.
123123

124124
| | **500 iterations<br>1000 actors** | **500 iterations<br>10,000 actors** | **500 iterations<br>50,000 actors** |
125125
|---|---|---|---|

0 commit comments

Comments
 (0)