Ultrabook™ and the Intel® Energy Checker SDK
The Intel® Energy Checker SDK can be used to instrument an application and collect data to help a developer pinpoint power hungry features that can be optimized for power. Type: Code |
ultrabook "Intel Energy Checker SDK" |
01/24/2012
|
How to Automate Static Security Analysis with Intel(R) C++ Compiler for Linux*
This article shows a BKM on how to automate the static security analysis check done by the Intel(R) C Compiler for Linux. Type: Code |
Security Community |
01/17/2012
|
Using Intel® Cilk™ Plus to Achieve Data and Thread Parallelism: A Case Study for Visual Computing
Multicore systems with advanced vector instructions are moving into many domains: from servers, workstations, and desktops, to laptops and mobile devices. There is potential for improving the performance of user applications by exploiting both data and th Type: Code |
|
09/16/2011
|
Using Intel® TBB in network applications: Network Router emulator
Network Router emulator - a sample project demonstrating applicability of Intel® TBB for composing packet processing applications. Type: Code |
|
06/01/2011
|
Windowing the Intel's IPP UMC simple_player sample- Video overlaying
This article illustrates a basic technique to migrate Intel’s IPP UMC simple_player sample into a dialog based player and enhance video overlaying. This illustration assumes utilizing Microsoft DirectX rendering. Type: Code |
DirectDraw rendering umc sample umc simple_player |
12/23/2010
|
EvenOdd Variants-Part 2.1
In the Even odd variant series so far, for the code submitted, I requested Dr. Heinz Kabutz, Java Champion, to review and consider it as a topic for Java Specialists Newsletter published by him. The review comments have been addressed in this article. Type: Code |
|
11/22/2010
|
EvenOddVariants - Part 2
This is the second part of the series published earlier EvenOddVariants
This article suggests different ways in which co-ordination can be achieved between two or more threads using even and odd number generation as an example.
Type: Code |
|
09/21/2010
|
Intel® Compiler Options for Intel® SSE and Intel® AVX generation (SSE2, SSE3, SSE3_ATOM, SSSE3, SSE4.1, SSE4.2, AVX, AVX2) and processor-specific optimizations
Explains which Intel® Compiler switches to use to target and optimize for a specific platform, microarchitecture, CPU or processor. Type: Code |
dual-core xeon pentium SSE2 SSE3 SSE Core 2 Duo SSE4.2 SSSE3 SSE4.1 MMX Core 2 Quad atom Core i7 compiler AVX vcsource_domain_media vcsource_os_windows vcsource_platform_desktoplaptop vcsource_domain_graphics vcsource_product_icc vcsource_index |
09/02/2010
|
Even-Odd Variants
This article suggests different ways in which co-ordination can be achieved between two or more threads using even and odd number generation as an example. Type: Code |
Even-Odd Variants |
08/31/2010
|
Threading Challenge 2009 - Problem 1: Radix Sort Entries
[image]Below you will find many of the entries received for our 1st problem - Radix Sort. Please feel free to review and join us in the forum dedicated to this problem to discuss.Winning Submission: ... Type: Code |
|
08/11/2009
|
Threading Challenge 2009 - Problem 6: Line Segment Intersection Entries
[image]Below you will find many of the entries received for our 6th problem - Line Segment Intersection. Please feel free to review and join us in the forum dedicated to this problem to discuss.Winnin ... Type: Code |
|
08/11/2009
|
Threading Challenge 2009 - Problem 5: Knapsack Entries
[image]Below you will find many of the entries received for our 5th problem - Knapsack. Please feel free to review and join us in the forum dedicated to this problem to discuss.Winning Submission: *m ... Type: Code |
|
08/11/2009
|
Threading Challenge 2009 - Problem 3: Searching Entries
[image]Below you will find many of the entries received for our 3rd problem - Searching. Please feel free to review and join us in the forum dedicated to this problem to discuss.Winning Submission: *d ... Type: Code |
|
08/11/2009
|
Threading Challenge 2009 - Problem 4: String Matching Entries
[image]Below you will find many of the entries received for our 4th problem - String Matching. Please feel free to review and join us in the forum dedicated to this problem to discuss.Winning Submissi ... Type: Code |
|
08/11/2009
|
Threading Challenge 2009 - Problem 2: 3SAT Entries
Threading Challenge 2009 Problem 2 Winner and other entrires Type: Code |
Parallel Programming Threading Challenge 2009 3SAT algorithm Problem 2 Entries |
07/30/2009
|
Troubleshooting the IMR_RES_TLS_CONNECTION_FAILED error in mutual TLS
Hello everybody!, well I’ve seen some guys getting the IMR_RES_TLS_CONNECTION_FAILED on their clients apps, so I thought it could be a good idea to expand my first post called “Tips to check if the SCS ... Type: Code |
|
04/22/2009
|
Compiler Settings for Threading Error Analysis in Intel® Parallel Inspector
A list of compiler switches which have impact on Threading Error Analysis in Intel® Parallel Inspector Type: Code |
|
03/18/2009
|
Data Race Identified on Atomic Construct (Win32 Interlocked… functions, #pragma omp atomic, or atomic template)
How to handle when Intel® Parallel Inspector identifies data races on an atomic construct and a read of a memory variable. Type: Code |
Intel® Parallel Inspector atomic LOCK LOCK# data race |
03/16/2009
|
Single-Producer/Single-Consumer Queue
Unbounded single-producer/single-consumer queue. Internal non-reducible cache of nodes is used. Dequeue operation is always wait-free. Enqueue operation is wait-free in common case. No atomic RMW operations nor heavy memory fences are used. Type: Code |
multi-core Multi-threading |
02/28/2009
|
Compiler Settings for Memory Error Analysis in Intel Parallel Inspector
A list of compiler switches which have impact on Memory Error Analysis in Intel® Parallel Inspector Type: Code |
|
01/19/2009
|
Compiler Switches for Intel® Parallel Amplifier
A list of switches which have impact on Intel® Parallel Amplifier Type: Code |
|
01/19/2009
|
GNU compatibility: alignof applied to packed fields
The __alignof is being applied to packed fields. Type: Code |
alignof |
12/15/2008
|