| Link/Url | Tags |
|---|---|
| Multiple Approaches to Multithreaded Applications [Knowledgebase] Introduction The different means of building multithreaded applications have been a source of some debate. Some developers think the traditional method—using locks—is best, while others are p ... Posted: 2008-12-02 13:51:00 by gbwalsh | lock free threading, Start Here, Multi-threading |
| Техническая литература для разработчиков ПО для систем на базе многоядерных процессоров [Knowledgebase] Специальное предложение для разработчиков ПО для систем на базе многоядерных процессоров Intel Software Netw ... Posted: 2007-12-04 17:00:28 by Aaron Tersteeg (Intel) | Books, Technical Reading, Start Here |
| Choosing between OpenMP* and Explicit Threading Methods [Knowledgebase] Introduction OpenMP provides a powerful, portable, and simple means of threading applications. In some cases, however, developers should choose the flexibility of native threading APIs. The guide ... Posted: 2008-10-02 13:50:27 by Andrew Binstock | C++ Compiler, OpenMP, Start Here, Multi-threading |
| 将软件推向未来多核架构 [Knowledgebase] 通过增加主流处理器的执行内核提高硬件并行处理能力——这一业界变革要求软件制作人员做出相应的转变。关键的一点便是要求他们着眼于 ... Posted: 2007-09-29 13:07:55 by | Start Here |
| Achieving Threading Success [Knowledgebase] Introduction For quite some time, making applications multi-thread capable has represented a significant opportunity for developers to obtain high performance. With the coming introduction of multi ... Posted: 2009-06-01 22:25:25 by Clay Breshears (Intel), Matthew Gillespie | Start Here, Multi-threading |
| Basic OpenMP Threading Overhead [Knowledgebase] Introduction You have existing code and you want to thread it so it runs best on a multicore system. What do you need to know to get started?This article will show how you can start threading you ... Posted: 2009-01-14 11:00:55 by Paul Lindberg (Intel) | C++ Compiler, OpenMP, C/C++, Start Here |
| A Library Based Approach to Threading for Performance [Knowledgebase] Download PDF Download "A Library Based Approach to Threading for Performance" [PDF 78KB] Introduction Libraries play an important role in threading software to run faster on Intel multi-cor ... Posted: 2008-12-16 16:45:02 by David Mackay (Intel) | Math Kernal Libraries, Start Here, thread safe, потокобезопасные библиотеки, безопасность потоков, мьютекс, mutexes, вложенная многопоточность, nested threading, оптимизация библиотек |
| Getting Started with Parallel Programming for Multi-Core [Knowledgebase] Here are a few resources to get you started with developing concurrent applications that scale on multi-core. The Three Stages of Preparation for Optimizing Parallel Software 8 Simple Rules fo ... Posted: 2009-07-21 11:40:01 by Aaron Tersteeg (Intel) | Start Here |