summaryrefslogtreecommitdiff
path: root/openmp
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
commit61d5b56708c8a37911283070a19f79ae301da14b (patch)
tree7716629a7d1b784dcf8cedc46fe8e0d3bca6c1a3 /openmp
parent88169706051071ffd6a3763a44d95b45038f2fab (diff)
[OpenMP] Remove deprecated/obsolete MIC attributes from headers
Diffstat (limited to 'openmp')
-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
-