Get Free Ebook Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism, by James Reinders
Obtaining the publications Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders now is not type of hard way. You can not simply opting for book store or library or loaning from your buddies to read them. This is an extremely basic way to exactly get the e-book by on the internet. This online book Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders could be one of the alternatives to accompany you when having extra time. It will certainly not lose your time. Think me, the book will certainly reveal you brand-new point to review. Simply spend little time to open this online e-book Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders and read them wherever you are now.
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism, by James Reinders
Get Free Ebook Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism, by James Reinders
Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders. Let's check out! We will certainly typically locate out this sentence all over. When still being a childrens, mother used to get us to always review, so did the teacher. Some publications Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders are fully read in a week and we require the responsibility to support reading Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders What about now? Do you still like reading? Is reading just for you which have commitment? Definitely not! We right here supply you a new e-book entitled Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders to check out.
As understood, book Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders is well known as the window to open up the globe, the life, as well as new thing. This is what the people now need a lot. Also there are many people who do not like reading; it can be an option as referral. When you actually require the methods to develop the following motivations, book Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders will actually guide you to the means. Additionally this Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders, you will have no remorse to obtain it.
To obtain this book Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders, you could not be so baffled. This is on-line book Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders that can be taken its soft documents. It is different with the on the internet book Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders where you can order a book then the vendor will send the published book for you. This is the area where you can get this Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders by online and after having take care of getting, you could download and install Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders on your own.
So, when you need quickly that book Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders, it does not need to await some days to receive guide Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders You could straight get the book to conserve in your tool. Even you like reading this Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders anywhere you have time, you could enjoy it to check out Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders It is definitely handy for you that intend to obtain the a lot more priceless time for reading. Why don't you invest 5 mins as well as invest little cash to obtain guide Intel Threading Building Blocks: Outfitting C++ For Multi-core Processor Parallelism, By James Reinders here? Never ever let the new thing goes away from you.
Multi-core chips from Intel and AMD offer a dramatic boost in speed and responsiveness, and plenty of opportunities for multiprocessing on ordinary desktop computers. But they also present a challenge: More than ever, multithreading is a requirement for good performance. This guide explains how to maximize the benefits of these processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems. With it, you'll learn how to use Intel Threading Building Blocks (TBB) effectively for parallel programming -- without having to be a threading expert.
Written by James Reinders, Chief Evangelist of Intel Software Products, and based on the experience of Intel's developers and customers, this book explains the key tasks in multithreading and how to accomplish them with TBB in a portable and robust manner. With plenty of examples and full reference material, the book lays out common patterns of uses, reveals the gotchas in TBB, and gives important guidelines for choosing among alternatives in order to get the best performance.
You'll learn how Intel Threading Building Blocks:
- Enables you to specify tasks instead of threads for better portability, easier programming, more understandable source code, and better performance and scalability in general
- Focuses on the goal of parallelizing computationally intensive work to deliver high-level solutions
- Is compatible with other threading packages, and doesn't force you to pick one package for your entire program
- Emphasizes scalable, data-parallel programming, which allows program performance to increase as you add processors
- Relies on generic programming, which enables you to write the best possible algorithms with the fewest constraints
- Sales Rank: #202065 in Books
- Brand: Brand: O'Reilly Media
- Published on: 2007-07-22
- Released on: 2007-07-19
- Original language: English
- Number of items: 1
- Dimensions: 9.19" h x .71" w x 7.00" l, 1.27 pounds
- Binding: Paperback
- 336 pages
- Used Book in Good Condition
About the Author
James Reinders, Chief Evangelist of Intel Software Products, is a senior engineer who joined Intel Corporation in 1989 and has contributed to a number of projects, including the world's first TeraFLOP supercomputer (ASCI Red), compilers and architecture work for the iWarp, Pentium Pro, Pentium II, Itanium, and Pentium 4 processors. He has years of experience in processor architecture, optimizing compilers, parallel computer architecture, and making products for software developers.
Reinders is also the editorial columnist for the monthly "The Gauntlet" at www.devX.go-parallel.com, as well as the author of the Intel Press book titled "VTune Performance Analyzer Essentials" and contributor to the new book "Multi-Core Programming."
Most helpful customer reviews
15 of 16 people found the following review helpful.
Opens up your thinking about parallelism
By rdf
I agree with Hardman's review as far as it goes -- the book cannot go into as much detail as he would like since it is designed to be cross platform (and surprisingly also applicable to other similar chips e.g., AMD).
On the other hand, this book opens you up to an important area: how can you use a small number of cores to speed up your program, including those programs that appear serial at first (and maybe second) glance e.g., the cumulative sum of a vector.
The book has a lot of depth on the algorithms used and works through applications of differing complexity and varied domains.
As an extra bonus it provides annotated pointers to its intellectual predecessors, albeit not as extensive as Hillis' book.The Connection Machine (Artificial Intelligence)
107 of 108 people found the following review helpful.
Potentially useful technology, book could be better
By J. S. Hardman
There are many views of how best to implement multi-threading and with multi-core processors now common the topic is becoming ever more relevant. Of course the best implementation method really depends on what you are trying to do. Are you implementing something that waits for a price update message from a derivatives exchange, parses the message, updates cached data, writes a log and forwards the message on to an algorithmic trading engine? If so, you'll probably be attracted to techniques different from someone calculating risk, bond prices etc. There is no one technique that suits every job.
Anyone working with multi-threading (and parallelism in general) keeps an eye on what techniques other people are using to see whether they may be useful. That's why I bought this book (Intel Threading Building Blocks) and TBB certainly looks like it will be of use for some multi-threaded applications that I develop, although not for all.
Starting with the most important question - have I learnt anything from reading this book. Yes, and I've learnt a couple of bits from reading the TBB source code too (downloadable from the web). Now for the detail...
Having read the book, am I now about to start using the Intel Threading Building Blocks library (downloadable from Intel)? The answer is yes, for some applications on some hardware architectures, but not for all of my multi-threaded applications. Importantly in terms of this book though, the first reason I looked at the TBB source code was to answer questions raised when reading the book, and that is my main issue with this book. For a developer who already has extensive multi-threading experience, this book raises quite a few questions that it doesn't answer.
Even some of the things that this book does answer are tucked away in the text a long way into the book. Here are three examples:
(1) The book tells you to create tasks, not explicitly work with threads. Where is the best description of a task? Page 267. It's not even in a glossary, but tucked away in the examples chapter. Somewhere in the first chapter would have been more useful.
(2) Personally, if I am told within the first few pages that TBB is based on the idea of developers implementing their systems as small tasks that are scheduled by the TBB scheduler I am immediately going to ask how that task is handled at a technical level. Ok, we're told quickly that it's written as a functor, and that functors may be executed on different cores, but does that mean that a thread is chosen from a thread pool to execute each functor, that (on Windows) fibers are used, that there is one manager thread running per core (with processor affinity set?) with each manager pulling tasks from its own queue, what are the performance implications of context switching and locking, etc? The author may think that the reader doesn't need this level of detail, but if somebody is going to the trouble of writing multithreaded code to improve performance I would think it very likely that they will want to know what is happening beneath the surface to ensure that they are using the best techniques. Some details of the scheduler are provided much further into the book (for instance we discover that last-in, first-out deques are used), but not enough and far too late.
(3) On page 133 there are two paragraphs discussing when task-based programming is inappropriate, a bit late in my opinion for those people for whom it does turn out to be inappropriate.
I also have issues with some of the things presented as absolute fact in the book. For example "Race conditions are less catastrophic than deadlocks". I disagree. With a deadlock your program stops, you know about it very quickly, you investigate and you sort it out. If it happens, it'll probably only happen once. With a race condition you may not even realise it exists, the application produces subtly incorrect results and hence your functionality goes awry. If that means your algorithmic trading engine decides to buy a million shares instead of doing nothing (or selling) then you are going to lose a lot of money very quickly. Possibly not just once, but day after day until you realise the race condition is there.
Then there are the bits that are just plain confusing. Here are two examples:
(a) We are told on page 271 that Task stealing is "Terrible" and "will disrupt cached data", but are told on page 283 that TBB is "unique because it rests on a few key decisions" including "Use task stealing". Hmmm...
(b) The code comment on page 231, "2 = 1 for SideShow and C". I know what it means, but adding a verb phrase would prevent the moment when the reader wonders just which proof is about to be presented that "2 = 1".
On the plus side, the book does discuss the split/join pattern, pipelines, atomic operations, benefits of working in user space, issues with the standard new operator (and hence libraries that make use of it), caching issues etc. There is also a chapter on general "Keys to Success" which is useful. There are also some reasonable examples towards the end of the book (although some half way through would be better replaced - demonstrating a point is one thing, but demonstrating it with realistic code is better).
Possibly outside the intended scope of the book, it might have been useful to briefly describe grid computing and whether Intel have plans to add a layer above TBB for use across grids instead of just on one machine, or whether Intel's plans for grid computing simply rely on a completely different model.
So to summarise, the TBB library from Intel looks like it could be very useful, this book will certainly get you started using it, but have no doubt that this book could have been better. Buy it if you will be using TBB, but until somebody writes a better book be prepared to read the TBB source code to find the answers to your deeper questions, or simply ask questions on Intel's web-site.
3 of 3 people found the following review helpful.
Complementary Manual of Intel's TBB documents
By Chunhyok Chong
I think, this book is the complementary manual of Intel's TBB documents.
Because Intel provides some documents (tutorial, getting started, reference, design pattern) and example codes in the TBB package, but it could be somewhat difficult to find the sample code for all of TBB features like concurrent_*(queue, hash_map, vector) or TBB's task modules.
Although it proposes a good philosophy of concurrency but lacks concepts or diagrams to explain its codes parts.
A good example book.
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism, by James Reinders PDF
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism, by James Reinders EPub
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism, by James Reinders Doc
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism, by James Reinders iBooks
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism, by James Reinders rtf
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism, by James Reinders Mobipocket
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism, by James Reinders Kindle
Tidak ada komentar:
Posting Komentar