FATAL ERROR: could not create surface....why?
I'm just starting off coding for the GPGPU using the Intel compiler, so there's probably a lesson to be learned here. But can someone look at this code and tell me why I get this output when running...
View ArticleQuestion about divergence and branch instructions when coding to Intel...
I looked and I'm not sure if there is a better forum for this, so I'll ask here. If there is, please let me know and I'll move my question. I'm quite new at developing for the GPU in general, and so...
View ArticleLog/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 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 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 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 ArticleHow to Get a new License File
Hello all. My student license for Intel Parallel Studio XE Professional Edition for C++ Windows has expired after its one year lifespan. How do I get a new license file for another year (I'm still a...
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 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[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 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 Article