Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 527 Bytes

File metadata and controls

11 lines (8 loc) · 527 Bytes

HalideBenchmark++

Extension of Halide language's benchmark header for more informative execution time registration.

Dependencies

  • C++ 17 or newer

Installation

Clone the directory into a convenient location and add the "include" directory. Alternatively, copy "hbpp.hpp" into your Halide tools directory.

Acknowledgements

This is an extension to the Halide benchmark header found in the Halide repository.