oneTBB icon indicating copy to clipboard operation
oneTBB copied to clipboard

[Hackathon] Stabilize oneTBB Example Benchmarks 1

Open sarathnandu opened this issue 10 months ago • 1 comments

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. https://github.com/uxlfoundation/oneTBB/blob/af1a128a933a2ea0c84e4b647e389585463b7db4/examples/common/utility/utility.hpp#L362

convex_hull count_strings parallel_preorder

sarathnandu avatar Feb 25 '25 19:02 sarathnandu

oneTBB_team1 is working on this (Intel OSS Hackathon 2025)

shaikhus12122864 avatar Mar 04 '25 01:03 shaikhus12122864