Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Multicore benchmarking projects

Tom Kelly edited this page Jul 2, 2021 · 1 revision

This page collects various multicore benchmarking projects that might be interesting to undertake.

  • Add sequential Owl benchmarks on stock OCaml and multicore to Sandmark
  • Add parallel Owl benchmarks on multicore to Sandmark
  • Port cubicle to multicore
  • Improve the Graph 500 benchmarks on multicore in Sandmark
  • Add interesting Tezos related benchmarks to Sandmark
  • Compare multicore to Cilk using the problem-based benchmarks; this would entail porting the Cilk benchmarks to multicore (maybe in Sandmark) and comparing to the Cilk results on the same hardware.