All Articles Tagged template

Link/UrlTags
Parallel Building Blocks Video 1 - The 'for' loops[Videos]
So you've used Intel Parallel Amplifier to discover that a sizable percentage of your processing time is being spent inside of a very hairy for loop. Task Parallel or Data parallel algorithm considerations...

Posted: 2011-04-18 15:33:17
ArBB, Cilk, for loop parallelization, For Loops, language extension, PBB, TBB, template
Compiler error[Forums]
Hi there, I'm evaluating the Intel C++ compiler for my company. Unfortunately I'm hitting some compiler errors with the 12.0 version. The most notorious error is:error : argument list for template...

Posted: 2011-02-16 08:08:32
C++, compiler, error, template, Visual Studio 2010
task_group vs. parallel_invoke scalability / template args[Forums]
Hello,In the reference (315415-007US) it is said:Creating a large number of tasks for a single task_group is not scalable, because taskcreation becomes a serial bottleneck. If creating more than a small...

Posted: 2010-08-12 14:57:32
parallel_invoke, scalability, template
Template code compilation issue #2[Forums]
this code does not compile with icc11 however is valid c++it compiles with msvc versions 7, 7.1 & 8 #include <iostream> template<typename type> struct s; template<> struct...

Posted: 2009-12-17 09:18:27
bug, compilation error, error, template
Template code compilation issue[Forums]
hi allhere is a code which does not compile with icc11i think there is a bug in the compiler #include <iostream>using std::cout;using std::endl;namespace tag {struct storage {};template<int c>...

Posted: 2009-12-09 09:50:59
error, template
Errors with boost::log compilation on Linux[Forums]
I am trying to compile Boost 1.40 with log library and icpc (v. 11.1 20090630) fails with the following error (among others that follow):../../../libs/log/src/attribute_set.cpp(415): error: no operator...

Posted: 2009-10-21 09:04:46
boost, Linux, template
__restrict keyword causes error: no instance of overloaded function matches the argument list[Knowledgebase]
Problem : The following code fails to compile with Intel C++ compiler.   template< class T > class C { public: void foo(); void foo(const T& src); }; struct B { ...

Posted: 2009-12-08 00:00:00 by Qale (Intel)
argument, C++, list, template, __restrict
error: an explicit template argument list is not allowed on this declaration[Knowledgebase]
Problem : error: an explicit template argument list is not allowed on this declarationEnvironment : Windows, MSVC 2005, Intel C++ compilerRoot Cause : The following code would fail compile with this...

Posted: 2009-06-24 00:00:00 by Qale (Intel)
allowed, error, explicit, list, template
Compiler bug in handling of long long template arguments[Forums]
Hi, The test case below demonstrates a rather unfortunate bug in the Intel C++ 10.1 and 11 (I tested the latest evaluation versions). It should print 2^32 and 2^33 but instead prints 2^32 twice. The bug...

Posted: 2008-11-13 09:59:38
32-bit, 64-bit, bug, long long, template