You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several oneTBB examples serve as performance benchmarks for the library. It's recommended to check the relative error for these examples. If the relative error exceeds 5%, consider stabilizing the example to improve the reproducibility of results, while still maintaining a reasonable execution time.
Additional task
Conduct scalability analysis and see if the examples are scalable in the given HW. See modifying the input parameters like dataSize improve scalability.
#1669 is ready for review with instrumentations added to 'primes', 'sudoku', and 'tachyon' examples.
Next step is to analyze performance statistics from these.
Summary
Several oneTBB examples serve as performance benchmarks for the library. It's recommended to check the relative error for these examples. If the relative error exceeds 5%, consider stabilizing the example to improve the reproducibility of results, while still maintaining a reasonable execution time.
Additional task
Conduct scalability analysis and see if the examples are scalable in the given HW. See modifying the input parameters like dataSize improve scalability.
Target Examples
seismic : https://github.com/uxlfoundation/oneTBB/tree/master/examples/parallel_for/seismic
can be considered as reference for the usage of a utility class for Relative Error compute.
oneTBB/examples/common/utility/utility.hpp
Line 362 in af1a128
primes
sudoku
tachyon
The text was updated successfully, but these errors were encountered: