Log/Pow conflict with ICC16 Update 2 + Visual C++ 2015 Update 1 on Win32
Dear Intel Compiler Experts, Even if the Update 2 fixed most of the issue, there is still one important problem I'm not able to find out how to fix it.As usual, I have a project composed on two static...
View ArticleC++11 Type Deduction and Uniform Initialization
The following code fails to compile with icpc version 16.0.2 20160204 on OS X 10.11.4, but compiles fine with Clang and GCC:#include <iostream> #include <map> int main( int argc, char**...
View Articleerror : identifier "__is_assignable" is undefined
Hi!There is a following error with Intel Parallel Studio 2016.2.180 and Visual Studio 20151>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(550): error : identifier...
View ArticleIntel® Parallel Studio XE 2017 Beta program has begun. Please register to...
The Intel® Parallel Studio XE 2017 Beta program launched today! The Intel® Parallel Studio XE 2017 Beta product is packed with cool new features and a couple of new products as well. You can register...
View ArticleOpenMP with pThreads thread count
I have a question regarding how OpenMP threads are created/cleaned up when parallel regions are encountered in child threads. I'm observing a situation where the total number of threads created by...
View ArticleExample code for GfxImage2D, etc?
We have a situation where we're operating on some large data structures that are larger than the 4KB per-thread caches afforded by the GPU. In particular, I'm trying to implement something similar to...
View Articleerror while compiling
tbb/tbb_stddef.h:312:10: error: ‘void tbb::internal::no_assign::operator=(const tbb::internal::no_assign&)’ is private void operator=( const no_assign& ); Any suggestion?[ on gcc version...
View ArticleVS2015u1 no longer available
Since Microsoft released vs2015 update 2, I found that repairing the vs2015 installation involves a mandatory upgrade, requiring removal of the 2015u1 versions of C++ 2015 redistributable x64 and x86...
View Article[bugreport] Bug when defining method out of class
Hi there. The following C++11 code fails to compile correctly: #include <utility> template <class F> struct foo { template <class... Args> auto operator()(Args &&... args)...
View ArticleNeed silent install INI file for C++ 11.1 for Linux
I am looking for “silent install INI file” or “silent_config.ini” for Intel(R) C++ Compiler Professional Edition 11.1 for Linux* OS to download. Could someone provide the link.
View ArticleIntel® System Studio 2017 Beta - Release Notes
This page provides the current Release Notes for the Intel® System Studio 2017 Beta product.To get product updates, log in to the Intel® Software Development Products Registration Center.For questions...
View ArticleCompilation errors building boost with intel compiler
Intel compiler version: 16.0Boost version: 1.60Mac running 10.11 (El Capitan) on a Macbook Pro with an Intel Core i7 (2011)I followed the instructions here very closely:...
View Article__cpuidex Linker problem linking OpenCV
Hello,I'm trying to compile the OpenCV library using VS2008 and Intel Compiler V11.I get a linker problem as follows:1>system.obj : error LNK2019: riferimento al simbolo esterno __cpuidex non...
View ArticleWould it be possible to get a Fallback compiler flag, for when ICL can't...
Something similar to what clang-cl has:When clang-cl is run with the /fallback option, it will first try to compile files itself. For any file that it fails to compile, it will fall back and try to...
View Articlewarning #167: argument of type "const char *" is incompatible with parameter...
Using Intel 16.0.2 on Windows I get seqbla16.c(3909): warning #167: argument of type "const char *" is incompatible with parameter of type "const char *" _mm_prefetch((char const *)...
View ArticleCan not find library in icc compiler
Hi everyone,When I try to use the <future> library in icc, an error shows up. Could anyone know what is the solution? I have searched for the forum and Google, but could not find any solutions....
View Articleenum warnings on Windows
How do I get Intel 16 to generate warnings if I mix enum types.# Begin c:\Users\eda\mosekdbg>icl testenum.c Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version...
View ArticleSpecifying include files via `-I` option and via `INCLUDE` environment...
Problem descriptionI have different compilation results when specify directories to search for include files via `-I` compiler option and `INCLUDE` environment variable.SettingsWindows 10 x64 with MSFT...
View ArticleVisual Studio 2015 Update 2 and Intel Compiler 16.0 Update 2 incompatible?
I have installed Visual Studio 2015 Update 2 and the latest Intel Compiler 16.0 ( I updated to Parallel Studio 2016 Update 2) will not compile "hello world".#include <iostream>int main() {...
View ArticleGPU compute offload and OpenCL support on Linux vs. Windows
I can't find a clear answer about level of support for GPU compute offload on Linux. It seems that the newest 6th generation CPUs are not supported both on Windows and Linux. Support ends with 5th...
View Article