• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..13-Oct-2021-

MakefileH A D13-Oct-20213.9 KiB11392

README.mdH A D13-Oct-2021481 52

scratch.cH A D13-Oct-20216.5 KiB186153

scratch.shH A D03-May-20222.5 KiB6950

scratch.vcxprojH A D13-Oct-202122.5 KiB397397

README.md

1# Scratch Memory Allocation (Microbenchmark)
2
3This code sample aims to benchmark the performance of the scratch memory allocation. This facility is a viable option to satisfy the need for temporary memory when using the DNN domain of LIBXSMM (small convolutions).  Although any kind of readable/writable buffer can be bound to a convolution handle, LIBXSMM's `libxsmm_aligned_scratch` features a thread-safe linear allocator mechanism which can help to lower allocation overhead.
4
5