Hi All,
Why is the documentation of 15.0 version more detailed than 17.0? 17.0 doesn't even reference OpenMP on Xeon Phi as 15.0 does?
15.0: https://software.intel.com/en-us/compiler_15.0_ug_c
17.0: https://software.intel.com/en-us/intel-cplusplus-compiler-17.0-user-and-...
Also, I am on 17.x version and compiling using DeepBench [1] with KMP_PLACE_THREADS flag is working, then why 17.0 says it's depreciated? How to verify this?
icc --version
icc (ICC) 17.0.1 20161005
Copyright (C) 1985-2016 Intel Corporation. All rights reserved.
[1] https://github.com/baidu-research/DeepBench
Thanks.