Learning Intel's TBB [closed]
Asked Answered
F

2

5

Could anyone recommend good book about Intel's threading library and how to use it?

Fastening answered 30/6, 2011 at 12:19 Comment(3)
About your P.S.: It's in the FAQ. As far as I know, the exact criteria are secret. I also like to refer people to this (also this does not pertain to your current question).Engelhart
There’s also another FAQ. I think in your case the question was simply so short that the heuristic of the site was triggered. The question looks OK to me.Kymric
@Kondrad it's rather poor design to tell to user that error occured but without giving a reason, just so vague "our quality bladi blah"Fastening
T
4

The O'Reilly book indeed does have poor reviews. I haven't come across any other books, but what will really help you with learning TBB is:
To go through the reference manual one concept at a time and make tiny code samples of your own. The TBB samples are HUGE, and weren't very helpful when I tried learning it. I made small pieces of code and tried out the concepts. That's the best way to explore and learn TBB (until a good book comes out).
Happy learning! :)

Terpstra answered 30/6, 2011 at 13:8 Comment(1)
thanks, will look it up later on.Fastening
I
4

I found the O'Reilly book useful. The library is complex, but the book gives a good introduction to it.

Illusory answered 30/6, 2011 at 12:45 Comment(2)
judging by reviewers' comments it is rather poorly written book, with lots of faults. What's your opinion on that?Fastening
I don't think it's the best written book in the world, but I was able to understand what the library was trying to provide and at least the basics of how it provided it. From there I'd probably head straight over to the API docs.Illusory
T
4

The O'Reilly book indeed does have poor reviews. I haven't come across any other books, but what will really help you with learning TBB is:
To go through the reference manual one concept at a time and make tiny code samples of your own. The TBB samples are HUGE, and weren't very helpful when I tried learning it. I made small pieces of code and tried out the concepts. That's the best way to explore and learn TBB (until a good book comes out).
Happy learning! :)

Terpstra answered 30/6, 2011 at 13:8 Comment(1)
thanks, will look it up later on.Fastening

© 2022 - 2024 — McMap. All rights reserved.