Quantcast
Channel: Intel® C++-Compiler
Browsing all 1665 articles
Browse latest View live

vcruntime_exception.h(87) (col. 25): : error : 010101_45097

During the compilation of our project with the Intel C++ 16 compiler we get the error messageC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime_exception.h(87) (col. 25): : error...

View Article


How 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 Article


Direct-list-initialization of __m128/__m256 variable [bug, ICL 16.0]

The following code produces error when get compiled by Intel C++ 16 on Windows: __m128 boo; __m128 foo {boo};The compiler emits this error:error : no suitable conversion function from "__m128" to...

View Article

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 Article

Question 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 Article


5 inch laptop

Hi.I am from GPD China.A team member of GPD WIN.Currently in the midst crowdfunding campaign to make the first 5.5 inch gaming handheld PC with Windows 10/Intel Z8550 a reality.Ask me anything.We've...

View Article

Assertion failed

Hi,I am using "Intel Parallel Studio XE 2016 Update 2". I get the following error when I try to compile my program using "Intel C++ 16.0" compilerdemcem_ws_st_rwg.cpp(44) (col. 18): : error : assertion...

View Article

Intel® Parallel Studio XE 2017 Beta

ContentsHow to enroll in the Beta programWhat's New in the 2017 BetaFrequently Asked QuestionsBeta duration and scheduleSupportBeta webinarsBeta Release NotesKnown issuesNext stepsHow to enroll in the...

View Article


Intel® Parallel Studio XE 2017 Beta Composer Edition Compiler Fixes List

NOTE: This list shows defect fixes and feature requests that have been incorporated into the Intel® Parallel Studio XE Composer Edition Compilers (C++ and Fortran). Defects and feature requests...

View Article


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 Article

C++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 Article

error : 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 Article

Intel® 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 Article


OpenMP 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 Article

Example 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 Article


error 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 Article

VS2015u1 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 Article

Intel® 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 Article

Need 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 Article
Browsing all 1665 articles
Browse latest View live