Robert Mueller showcases the VTune™ Performance Analyzer usage model for remote data collection on MIDs
Performance and optimization
Performance Tools for Software Developers - Loop blocking
Loop blocking is a combination of strip mining and loop interchange to enhance reuse of local data. It helps the nested loops that manipulate arrays and are too large to fit into the cache. The loop blocking allows reuse of the arrays by transforming the
Learn how to improve performance of software applications for Intel platform in the "The Software Optimization Cookbook"
This book provides updated recipes for high-performance applications on Intel platforms. Through simple explanations and examples Intel experts show you how to address performance issues with algorithms, memory access, branch prediction, automatic vectori
