SC20 Is Everywhere We Are

Virtual Event FAQ
Zerospy: Exploring Software Inefficiency with Redundant Zeros
SessionTools
Event Type
Paper
Tags
Graph Algorithms
Performance/Productivity Measurement and Evaluation
Registration Categories
TP
TimeTuesday, 17 November 20201:30pm - 2pm EDT
LocationTrack 3
DescriptionRedundant zeros cause inefficiencies in which the zero values are loaded and computed repeatedly, resulting in unnecessary memory traffic and identity computation that waste memory bandwidth and CPU resources. Optimizing compilers is difficult in eliminating these zero-related inefficiencies due to limitations in static analysis. Hardware approaches, in contrast, optimize inefficiencies without code modification, but are not widely adopted in commodity processors. In this paper, we propose ZeroSpy: a fine-grained profiler to identify redundant zeros caused by both inappropriate use of data structures and useless computation. ZeroSpy also provides intuitive optimization guidance by revealing the locations where the redundant zeros happen in source lines and calling contexts. The experimental results demonstrate ZeroSpy is capable of identifying redundant zeros in programs that have been highly optimized for years. Based on the optimization guidance revealed by ZeroSpy, we can achieve significant speedups after eliminating redundant zeros.
Back To Top Button