We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956f49b commit d0679d3Copy full SHA for d0679d3
Tools/VTuneProfiler/tachyon/README.md
@@ -196,14 +196,15 @@ Compare the code in `tachyon.openmp.cpp` to `tachyon.serial.cpp`. `tachyon.openm
196
3. Run optimized OpenMP version.
197
198
```
199
- ./tachyon.openmp_solution ../dat/balls.dat
+ ./tachyon.openmp_optimized ../dat/balls.dat
200
201
202
You will see the following output:
203
204
205
Scene contains 7386 bounded objects.
206
- tachyon.openmp_solution ../dat/balls.dat: 0.153 seconds ```
+ tachyon.openmp_optimized ../dat/balls.dat: 0.153 seconds
207
+ ```
208
209
4. Compare the render time between the basic OpenMP and optimized OpenMP versions. The optimized version shows an improvement in render time.
210
0 commit comments