ITEC - Operating Systems Group

AVX Overhead Profiling: How Much Does Your FastCode Slow You Down?

  • Author:

    Mathias Gottschlag, Tim Schmidt, Frank Bellosa

  • Source:

    APSys'20, 11th ACM SIGOPS Asia-Pacific Workshop on Systems, August 24–25, 2020, Tsukuba, Japan

  • The AVX2 and AVX-512 instructions found in recent Intel CPUs can increase the performance of vectorized code. Their complexity and increased power consumption, however, causes the CPU to reduce its frequency. This frequency reduction can affect parts of the workload which do not use AVX2 or AVX-512, with previous work reporting an overall slowdown of more than 10% for various workloads with AVX-512-enabled parts. Although countermeasures against this frequency reduction overhead exist, they themselves cause additional overhead and are therefore only viable if the gains are larger than the additional overhead. It is, however, often not clear how much AVX2/AVX-512 frequency reduction overhead is present. In this paper, we describe a sampling profiler to determine the magnitude of the overhead as an aid during software development or during the selection of countermeasures. Our profiler temporarily stops individual CPU cores to let the cores recover their maximum (non-AVX) frequency. The profiler then observes whether the frequency is immediately reduced again once the workload is resumed to determine whether the previous frequency reduction was actually necessary. The resulting information is used to calculate the approximate AVX2/AVX-512 frequency reduction overhead. In the case of AVX-512,our prototype is able to estimate the overhead with an average error of 1.2 percentage points for various benchmarks. We describe potential improvements to our design, and we describe a novel hardware-software interface which would allow more accurate measurement of the overhead.
    Bibtex:
    @inproceedings{gottschlagAVX Overhead Profiling,
    author = {Gottschlag, Mathias, Brantsch, Peter and Bellosa, Frank},
    title = {AVX Overhead Profiling: How Much Does Your FastCode Slow You Down},
    booktitle = {APSys'20, 11th ACM SIGOPS Asia-Pacific Workshop on Systems},
    year = 2020,
    month = august#
    }