Autotuning and Self-Adaptability in Concurrency Libraries
📝 Original Info
- Title: Autotuning and Self-Adaptability in Concurrency Libraries
- ArXiv ID: 1405.2918
- Date: 2014-05-14
- Authors: Researchers from original ArXiv paper
📝 Abstract
Autotuning is an established technique for optimizing the performance of parallel applications. However, programmers must prepare applications for autotuning, which is tedious and error prone coding work. We demonstrate how applications become ready for autotuning with few or no modifications by extending Threading Building Blocks (TBB), a library for parallel programming, with autotuning. The extended TBB library optimizes all application-independent tuning parameters fully automatically. We compare manual effort, autotuning overhead and performance gains on 17 examples. While some examples benefit only slightly, others speed up by 28% over standard TBB.💡 Deep Analysis
Deep Dive into Autotuning and Self-Adaptability in Concurrency Libraries.Autotuning is an established technique for optimizing the performance of parallel applications. However, programmers must prepare applications for autotuning, which is tedious and error prone coding work. We demonstrate how applications become ready for autotuning with few or no modifications by extending Threading Building Blocks (TBB), a library for parallel programming, with autotuning. The extended TBB library optimizes all application-independent tuning parameters fully automatically. We compare manual effort, autotuning overhead and performance gains on 17 examples. While some examples benefit only slightly, others speed up by 28% over standard TBB.
📄 Full Content
Reference
This content is AI-processed based on ArXiv data.