Skip to content

Commit d0679d3

Browse files
authored
Fix Tachyon filename in README (#2403)
Signed-off-by: Fong Jian Tan <[email protected]>
1 parent 956f49b commit d0679d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tools/VTuneProfiler/tachyon/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,15 @@ Compare the code in `tachyon.openmp.cpp` to `tachyon.serial.cpp`. `tachyon.openm
196196
3. Run optimized OpenMP version.
197197

198198
```
199-
./tachyon.openmp_solution ../dat/balls.dat
199+
./tachyon.openmp_optimized ../dat/balls.dat
200200
```
201201

202202
You will see the following output:
203203

204204
```
205205
Scene contains 7386 bounded objects.
206-
tachyon.openmp_solution ../dat/balls.dat: 0.153 seconds ```
206+
tachyon.openmp_optimized ../dat/balls.dat: 0.153 seconds
207+
```
207208

208209
4. Compare the render time between the basic OpenMP and optimized OpenMP versions. The optimized version shows an improvement in render time.
209210

0 commit comments

Comments
 (0)