[Openmp-commits] [PATCH] D77609: [OpenMP] Added the support for hidden helper task in RTL
Ron Lieberman via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Mar 17 09:11:57 PDT 2021
ronlieb added a comment.
Originally, yes SPEC CPU was intended to be single core/cpu or rate runs.
with the advent of spec cpu 2017 and the explosion of multicore, spec cpu decided to add openmp to speed benchmarks so that compilers could utilize more cores.
The benchmark have openmp pragmas/directives
who knows in 10 years, maybe spec cpu will want to treat gpus as an extension of the cpu (openmp offload)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77609/new/
https://reviews.llvm.org/D77609
More information about the Openmp-commits
mailing list