[Openmp-commits] [PATCH] D34119: Replace platform macro with KMP_MIC_SUPPORTED
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jun 12 13:18:57 PDT 2017
jlpeyton created this revision.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D34119
Files:
runtime/src/kmp.h
runtime/src/kmp_global.cpp
runtime/src/kmp_platform.h
runtime/src/kmp_runtime.cpp
runtime/src/kmp_settings.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34119.102237.patch
Type: text/x-patch
Size: 5338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170612/aa3b8e2a/attachment.bin>
More information about the Openmp-commits
mailing list