[Openmp-commits] [PATCH] D98838: [OpenMP] Fixed a crash in hidden helper thread

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Mar 18 12:38:45 PDT 2021


tianshilei1992 added a comment.

I did some experiments with different versions of lbm:

- SPEC2021: didn't observe performance regression (three variants: with hht, with hht but disable it via env, and w/o hht)
- Ron's reproducer: observed performance regression if running with `numactl --localalloc --physcpubind=0-xxx`. In this case, disabling it via env can help. If running w/o `numactl`, almost no performance difference. (unclear the tiny difference is noise or not)

All run 10 times.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98838/new/

https://reviews.llvm.org/D98838



More information about the Openmp-commits mailing list