search for: matrix_multipl

Displaying 2 results from an estimated 2 matches for "matrix_multipl".

Did you mean: matrix_multiply
2017 Aug 17
2
High Performance containers
> You can imagine a community the size of LLVM's having to rely on > external libraries that may have the same goals today, but different > paths tomorrow. The end result is the same: a fork for the things that > matter to us, just like we've done with the standard library. > > All in all, your library looks really nice, and it does solve an > intersection of the
2017 Aug 17
3
High Performance containers
...esting. 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, ma...