[Openmp-commits] [PATCH] D159119: [OpenMP] Enable optimization level for memory_manager.cpp OpenMP test.
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Aug 29 10:10:31 PDT 2023
JonChesterfield added a comment.
Please add a reason why to the commit message. Is O3 <https://reviews.llvm.org/owners/package/3/> different to O2 <https://reviews.llvm.org/owners/package/2/> in terms of behaviour?
Are we defaulting to O0 for all the runtime tests on amdgpu? That seems unlikely as O0 usually doesn't work, but equally might explain why some tests are disabled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159119/new/
https://reviews.llvm.org/D159119
More information about the Openmp-commits
mailing list