Diagnostic 15301: xxxx WAS VECTORIZED
Diagnostic message: xxxx WAS VECTORIZEDThank you for your interest in this diagnostic message. We are still in the process of documenting this specific diagnostic.Please let us know of your experience...
View ArticleDiagnostic 13370: Instruction xxxx replaced with NOP because it may cause...
Diagnostic message: Instruction xxxx replaced with NOP because it may cause unexpected results and potentially Si deadlocksThank you for your interest in this diagnostic message. We are still in the...
View Articleicc linking issue
I am creating a dynamic library in linux. below is the command that was used icpc -shared -o xxx.so ************** -static-intel -mkl -Wl,--start-group -lmkl_intel -lmkl_intel_thread -lmkl_core -liomp5...
View Articleipo: warning #11010: file format not recognized for /usr/lib64/libm.so
......libtool: link: /opt/intel/bin/icc -shared .libs/garray.o .libs/gasyncqueue.o .libs/gatomic-gcc.o .libs/gbacktrace.o .libs/gbase64.o .libs/gbitlock.o .libs/gbookmarkfile.o .libs/gbuffer.o...
View ArticleDumping AST, CFG, IR?
Does anyone know if ICC is capable of dumping an AThanks, Christian
View ArticleCUDA7 samples failed with ICC Package ID: w_ccompxe_2015.2.180
Hi, I compiled the CUDA7 samples with IC Compiler Package ID: w_ccompxe_2015.2.180 Compiling CUDA7 Projectmap "Samples_vs2012"(144 Projects) Active configuration: Debug x64 Using Visual C++ Compiler .....
View ArticleDiagnostic 13385: String table is too large so that section name offset...
Diagnostic message: String table is too large so that section name offset exceeds 9999999.Thank you for your interest in this diagnostic message. We are still in the process of documenting this...
View ArticleDiagnostic 13024: Syntax error encountered parsing opt-report filter string,...
Diagnostic message: Syntax error encountered parsing opt-report filter string, 'xxxx'. End position for line range not found.Thank you for your interest in this diagnostic message. We are still in the...
View ArticleDiagnostic 32000: '__sync_fetch_and_nand' and '__sync_nand_and_fetch' changed...
Diagnostic message: '__sync_fetch_and_nand' and '__sync_nand_and_fetch' changed semantics in GCC 4.4. The Intel Compiler uses the new semantics when run from a GCC 4.4 environment.Thank you for your...
View Articlex86_64-k1om-linux-ld: warning: xxx.so, needed by yyy.so, not found (try using...
I use "icc -mmic" to compile it.Why there are so maney warnings "x86_64-k1om-linux-ld: warning: xxx.so, needed by ../glib/.libs/libglib-2.0.so, not found"?I'm sure ../glib/.libs/libglib-2.0.so...
View Articleicc -mmic: x86_64-k1om-linux-ld: cannot find -lselinux
compile with "icc -mmic" failed. ...... x86_64-k1om-linux-ld: skipping incompatible /usr/lib64/libselinux.so when searching for -lselinux x86_64-k1om-linux-ld: cannot find -lselinux......[root@amax...
View Articletemplate substitution bug with default template arguments
The following code compiles fine with gcc and clang but gives an error with icc 2016.#include <utility> struct A { using value_type = double; }; struct K { template<class T, class V = typename...
View ArticleIntel® INDE 2015: Getting Started with the Compiler for OS X* Targets
Intel® Integrated Native Developer Experience 2015 with support for OS X* targets includes:Intel® C++ CompilerIntel® Integrated Performance PrimitivesIntel® Threading Building BlocksIt allows you to...
View ArticleApplication generating core dump
i am currently working on one application which is generating core dump files. Application is compiled using icpc(2013) and running on Intel(R) Xeon(R) E5-2670 processor. if i am using return 0 then...
View ArticleVisual Studio 2013: cannot open file libmmd.lib on vc++ projects
I downloaded and installed the trial of Parallel Studio XE 2015 for Windows, and tried to use it to compile a Visual Studio 2013 solution. This solution contains about 50 vc++ projects. Some use MFC,...
View ArticleSig fault on aligned structure
Dear Intel developers,I'm using Intel 15 on Intel(R) Xeon(R) CPU E5-2670 processor. I allocated an array of structure of array by using _mm_malloc_ as the follow: struct traces_32 { float32* r;...
View ArticleIntel C and C++ Compilers: Features and Supported Platforms
Intel® C++ Compiler Features Supported in Different ProductsThe table below covers all the important features available in Intel® Parallel Studio XE, Intel® Integrated Native Developer Experience...
View Articlevalid code corrupts compiler and causes bug in template deduction
The following code below works fine in clang or gcc, but fails with intel compiler 2016.Note if you comment out the section of code labeled block A (which has nothing to do with anything and isn't...
View ArticleSSE horizontal sum
Dear Intel developers,I have to do an horizontal sum of float by using SSE and adding the results on another float. I wrote this: float x=0; float denom_arr_tmp[4]; _mm128 denom_tmp; for(.....) {...
View ArticleIntel(R) F16C instructions
What compiler option, supported in Intel C++ Compiler for Linux, v15.0.0 excludes a dependency on processor support for Intel (R) F16C instructions?
View Article