summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2018-08-24 21:34:10 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2018-08-24 21:34:10 +0000
commit2a966e84cede564dec244aec5686ffcf21c612ec (patch)
tree8ddbb7c508894aa5f35f57736a7f807ccfbce633 /openmp/runtime/src
parent5b9ef39bdd3d78af62a18bac578b0b0795feeb68 (diff)
downloadbcm5719-llvm-2a966e84cede564dec244aec5686ffcf21c612ec.tar.gz
bcm5719-llvm-2a966e84cede564dec244aec5686ffcf21c612ec.zip
[OpenMP] Remove deprecated/obsolete MIC attributes from headers
llvm-svn: 340656
Diffstat (limited to 'openmp/runtime/src')
-rw-r--r--openmp/runtime/src/include/50/omp_lib.h.var4
1 files changed, 3 insertions, 1 deletions
diff --git a/openmp/runtime/src/include/50/omp_lib.h.var b/openmp/runtime/src/include/50/omp_lib.h.var
index d4f57369bcb..b5601455c37 100644
--- a/openmp/runtime/src/include/50/omp_lib.h.var
+++ b/openmp/runtime/src/include/50/omp_lib.h.var
@@ -517,6 +517,8 @@
end interface
!DIR$ IF DEFINED (__INTEL_OFFLOAD)
+
+!DIR$ IF(__INTEL_COMPILER.LT.1900)
!DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_set_num_threads
!DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_set_dynamic
!DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_set_nested
@@ -587,6 +589,7 @@
!DIR$ ATTRIBUTES OFFLOAD:MIC :: kmp_set_warnings_off
!DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_init_lock_with_hint
!DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_init_nest_lock_with_hint
+!DIR$ ENDIF
!DIR$ IF(__INTEL_COMPILER.GE.1400)
!$omp declare target(omp_set_num_threads )
@@ -661,4 +664,3 @@
!$omp declare target(omp_init_nest_lock_with_hint )
!DIR$ ENDIF
!DIR$ ENDIF
-
OpenPOWER on IntegriCloud