Intel® Developer Zone:
Prestazioni

Attività di rilievo

Appena pubblicato! Intel® Xeon Phi™ Coprocessor High Performance Programming 
Nozioni di base sulla programmazione per questa nuova architettura e nuovi prodotti. Novità!
Intel® System Studio
Intel® System Studio è una soluzione completa di suite integrate di strumenti per lo sviluppo del software che può accelerare i tempi di commercializzazione, rafforzare l'affidabilità del sistema e migliorare l'efficienza energetica e le prestazioni. Novità!
Nel caso vi sia sfuggito: 2 giorni di riproduzione del webinar dal vivo
Introduzione allo sviluppo di applicazioni a prestazioni elevate per i coprocessori Intel® Xeon® e Xeon Phi™
Structured Parallel Programming
Gli autori Michael McCool, Arch D. Robison e James Reinders usano un approccio basato su modelli strutturati che dovrebbero rendere l'argomento accessibile a ogni sviluppatore di software.

Offrite ai clienti applicazioni dalle prestazioni massime grazie all'uso della programmazione parallela con le risorse innovative di Intel.

Risorse di sviluppo


Tool per lo sviluppo

 

Intel® Parallel Studio

Intel® Parallel Studio offre agli sviluppatori Microsoft Visual Studio* C/C++ dei tool avanzati per ottimizzare le applicazioni client per i sistemi multi-core e many-core.

Prodotti Intel® per lo sviluppo di software ›

Esplorate tutti i tool che vi aiutano a ottimizzare per l'architettura Intel. Alcuni tool sono disponibili per un periodo di valutazione gratuita di 45 giorni.

Knowledge base dei tool

Vi si trovano guide e informazioni di supporto sui tool Intel.

22-Mar-2013
10:00 AM PDT
A DPRNG for Cilk™ Plus?
By Jim Sukha (Intel)0
Continuing my previous post, I describe some of the challenges in implementing DotMix, a determinstic parallel random-number generator (DPRNG) for Intel® . . .
20-Mar-2013
3:39 PM PDT
Intel® Xeon Phi™ Coprocessor February Developer Webinar Q&A Responses
By robert-reed (Intel)0
Response to our February session of the Intel® Xeon® and Xeon® Phi™ Introduction to High Performance Application Development for Multicore and Manycore-Live webinar was gratifying and overwhelming, but finally we worked through all of your questions.  Some of the questions required a context we . . .
18-Mar-2013
7:18 AM PDT
Calculating estimated call counts with Intel® VTune™ Amplifier XE 2013
By Kirill Rogozhin...0
When you profile your software with VTune™ Amplifier XE you often start from looking at the top function hotspots list. This allows you to see what functions are spending CPU resources, so you can focus your optimization efforts. Function call counts can provide some additional information to . . .
15-Mar-2013
9:22 AM PDT
Intel® Trace Analyzer and Collector Guides
By James Tullos (Intel)0
This is currently a placeholder for Intel® Trace Analyzer and Collector usage guides.  Until articles are added, please visit the Intel® Trace Analyzer and Collector product page.  You can also view the . . .

Pagine

Iscriversi a
Optimization of Data Read/Write in a Parallel Application
By Vikram Shankar ...Posted Marzo 4th 20131
(This work was done by Vivek Lingegowda during his internship at Intel.) When parallel applications have to initialize their data from file as their input or write result data to file as their output, when not optimized, the data read/write can become a limiting factor for the multi-threaded ...
Combiner/Aggregator Synchronization Primitive
By Dmitry VyukovPosted Febbraio 22nd 20130
Combiner/Aggregator synchronization primitive provides mutual exclusion like a mutex, but can be significantly faster in some situations due to better cache performance.
RTFB Episode 10 with James Reinders: An Overview of Programming for Intel® Xeon® processors and Intel® Xeon Phi™ coprocessors
By Gael Hofemeier ...Posted Febbraio 5th 20130
Welcome to the RTFB (Reaching Technology From Blogs) Episode 10 Blog. Guests on RTFB are given an opportunity to talk about and promote their blogs. James Reinders joins us this time to talk to us about a blog that introduces an article that he wrote about ...
Windows* 8 Tutorial: Writing a Multithreaded Application for the Windows Store* using Intel® Threading Building Blocks.
By Vladimir Polin ...Posted Febbraio 4th 20130
It is known that the Windows Store apps API is missing some commonly used thread functions, such as function CreateThread() and those that work with TLS keys. This is yet another great opportunity to move your application development from thread-based parallelism to task-based parallelism. This ...

Pagine

Iscriversi a
T. H. BlackMer, Gennaio 9th 2013 - 6:02
Concurrent stores seen in a consistent order3
The Intel Architectures Software Developer's Manual, Aug. 2012, vol. 3A, sect. 8.2.2: Any two stores are seen in a consistent order by processors other than those performing the stores. ...
www q.Sab, Dicembre 15th 2012 - 15:09
Which strategy is better fit for recent Intel CPUs?5
Regarding performance, assuming we get a block of data that will be freqenctly accessed by each threads, and these data are read-only, which means threads wont do anything besides reading the data, then is it benefitial to create one copy of these data (assuming the data there read-only, and the ...
zhengda1936Ven, Dicembre 14th 2012 - 13:01
The best method for inter-processor data communication34
Hello, I measure the performance of memory copy in a NUMA machine with 4 Xeon(R) CPU E5-4620 processors. When I copy data in the local memory, I can get up to almost 10GB/s. However, when I copy data from remote memory, I get much worse performance, only around 1GB/s. I use memcpy() to copy data ...
juejungLun, Dicembre 10th 2012 - 14:53
Puzzling openMP speed differences between new Linux and old Windows13
Hello Forum members, I run identical multi threaded (openMP) fortran programs on an 'old' windows machine using the Visual Fortran Compiler XE 12.1.0.233 [Intel(R) 64] run on Windows 7 and a 'new' red hat linux server using Fortran Composer_xe_2013.1.117 (run on Red Hat Server 6.3). When I run my ...

Pagine

Iscriversi a Forum

Attività di rilievo