[llvm-dev] High Performance containers

Renato Golin via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 17 07:50:14 PDT 2017


On 17 August 2017 at 15:27, Hal Finkel <hfinkel at anl.gov> wrote:
> Speaking of benchmarks, we might be able use the library, or some parts of
> it, in our test suite for correctness and performance testing. I see some
> stand-alone benchmarks that seem useful (e.g.,
> https://github.com/insideloop/InsideLoop/blob/master/il/benchmark/types/32-vs-64-bit-integers.cpp)
> but also some of the numeric things (e.g.
> https://github.com/insideloop/InsideLoop/blob/master/il/benchmark/memory/matrix_multiplication.cpp
> which makes use of SIMD pragmas and vector intrinsics). Something with the
> hash tables and multi-dimensional arrays could be useful too.

That is certainly an interesting proposition. I think we can have it
on both testing and benchmarking sets, but with different workloads,
maybe?

--renato


More information about the llvm-dev mailing list