All Articles Tagged loops

Link/UrlTags
Default Loop Blocking Heuristics Icc[Forums]
Hello, I'm currently using icc version 12.0.4 20110427. The loop blocking optimization in icc is provided by the flag -opt-blockfactor=n. When n is not specified, the default heuristics are taken....

Posted: 2012-01-31 22:50:57
heuristic, Loop blocking, loop tiling, loops, optimizations
Monte carlo simulation[Forums]
Hello,I am new to TBB and I am trying to build a monte carlo program that will run N simulations independent of each other and use the results of that N simulations in order to carry on working.I am...

Posted: 2010-10-25 04:17:45
loops, monte carlo
Analyzing an application at the loop level[Forums]
I am currently evaluating Vtune to see if it can help me get some performance data about my application. I would really like to find out which loops in my functions are contributing the most time to the...

Posted: 2009-12-14 16:43:42
Execution time, loops
vectorization bug on 11.0.074 (Linux-intel64)[Forums]
I believe I found a bug in the Fortran compiler 11.0 (Linux).Our lab is a licensed user of the product and I opened an issue on the Intel PremierAccount Interface before, but received no immediate help.I...

Posted: 2009-02-18 14:47:54
bug, intrinsic, loops, Vectorization
Requirements for Vectorizable Loops[Knowledgebase]
Vectorization of LoopsFor the Intel® C/C++ and Fortran compilers for IA-32 or Intel 64, “vectorization” of a loop means unrolling the loop so that it can take advantage of packed SIMD instructions...

Posted: 2009-07-06 00:00:00 by Martyn Corden (Intel)
loops, Vectorization