Replace the KMP_ARCH_X86_64 && (KMP_OS_LINUX || KMP_OS_WINDOWS) platform specific pattern with KMP_MIC_SUPPORTED. This patch also allows 32-bit to support KNL.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34119
Replace platform macro with KMP_MIC_SUPPORTED ClosedPublic Authored by jlpeyton on Jun 12 2017, 1:18 PM.
Details Summary Replace the KMP_ARCH_X86_64 && (KMP_OS_LINUX || KMP_OS_WINDOWS) platform specific pattern with KMP_MIC_SUPPORTED. This patch also allows 32-bit to support KNL.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 12 2017, 1:50 PM Closed by commit rL305307: Replace platform macro with KMP_MIC_SUPPORTED (authored by jlpeyton). · Explain WhyJun 13 2017, 10:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 102362 openmp/trunk/runtime/src/kmp.h
openmp/trunk/runtime/src/kmp_global.cpp
openmp/trunk/runtime/src/kmp_platform.h
openmp/trunk/runtime/src/kmp_runtime.cpp
openmp/trunk/runtime/src/kmp_settings.cpp
|