[Openmp-commits] [PATCH] D91189: Add support for Intel's umonitor/umwait

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Nov 20 01:21:46 PST 2020


AndreyChurbanov added a comment.

In D91189#2407339 <https://reviews.llvm.org/D91189#2407339>, @mstorsjo wrote:

> This broke compilation for me:
>
>   ../runtime/src/kmp.h:1371:3: error: always_inline function '_umonitor' requires target feature 'waitpkg', but would be inlined into function '__kmp_umonitor' that is compiled without support for 'waitpkg'
>     _umonitor(cacheline);
>     ^ 
>   ../runtime/src/kmp.h:1390:10: error: always_inline function '_umwait' requires target feature 'waitpkg', but would be inlined into function '__kmp_umwait' that is compiled without support for 'waitpkg'
>     return _umwait(hint, counter);
>            ^
>   2 errors generated.

I reverted the commit until we fix it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91189



More information about the Openmp-commits mailing list