Lost your password?

Blogs about: Tbb

Featured Blog

Using Intel Threading Building Blocks in a C++ Xcode Project under Mac OS X

tinnefeld wrote 2 weeks ago: This tutorial should explain briefly how to include and use the Intel Threading Building Blocks (TBB … more →

Tags: Xcode, Intel Threading Building Blocks, C#, OS X, Mac

Finally!

The Lego Obsessionist wrote 4 weeks ago: After days of anxious waiting, Klocki has finally posted the TBB Challenge 2 voting.  Vote (preferab … more →

Tags: Lego, jousting, contest, vote

Achieving forward scalability with Threading Building Blocks

softtalkblog wrote 2 months ago: In amongst the high-tech, news-breaking keynotes featuring Intel’s ‘rock stars’ at … more →

Tags: parallelism, event, Intel, threading building blocks, IDF, IDF09

Thread Building Block test drive

pograph wrote 7 months ago: After reading the TBB book, I spent half day on playing the lib. My test is simple. Having 2 1000-el … more →

Tags: parallel programming

peaceful sunday

newjonathan wrote 7 months ago: I missed church today which I was disappointed about.  However, the rest of the day has gone well. U … more →

Tags: 1, jeffersoncity, @travisfitzwater, COLUMBIA, Session

Welcome to TBB

Matt wrote 1 year ago: Hello little world, and welcome to the Turkey Baster Buddies. I am Matt, the resident psychopath of … more →

Tags: News, Welcome

Apple's competition to TBB and CUDA

llpanorama wrote 1 year ago: Apple recently announced Grand Central and OpenCL which seem to be competitors to TBB and CUDA, resp … more →

Tags: GPU, multicore, Cuda

parallel_scan finally explained!

llpanorama wrote 1 year ago: I beat my head against parallel_scan for a week and never really understood why I was having the pro … more →

Tags: multicore

Intel Threading Building Block

minahito wrote 1 year ago: Intel Threading Building Block (TBB) is the C++ template library for parallel processing. That is ma … more →

Tags: multi-core

parallel_do? Parallel done!1 comment

llpanorama wrote 1 year ago: parallel_do is a new TBB construct. It isn’t even in the Commercial Aligned or Stable releases … more →

Tags: multicore

Parallel sorting

llpanorama wrote 1 year ago: After my problems with parallel_scan, I approached parallel_sort with some trepidation. I was pleasa … more →

Tags: multicore

parallel_scan works ... kinda, sorta1 comment

llpanorama wrote 1 year ago: In a previous post, I showed a program that uses the parallel_scan construct but gets the wrong resu … more →

Tags: multicore

Scanners? Aren't those the guys that make your head explode?3 comments

llpanorama wrote 1 year ago: Back in the 80’s, there was a movie called “Scanners”. Scanners were mutants that … more →

Tags: multicore

Reductio ad absurdum

llpanorama wrote 1 year ago: I used parallel_for in my first TBB program to multiply two vectors element-by-element and store the … more →

Tags: multicore

Upgrading to tbb20_017oss

llpanorama wrote 1 year ago: I downloaded the 017 commercial aligned release of TBB. I changed my TBB20_INSTALL_DIR environment v … more →

Tags: multicore

Let's try this again...

llpanorama wrote 1 year ago: In my first attempt at writing a parallel program with TBB, my speedup was disappointing (about 4%). … more →

Tags: multicore

Making TBB a bit easier...3 comments

llpanorama wrote 1 year ago: I don’t like having to manually set the various properties in order to get a TBB program to co … more →

Tags: multicore

My first TBB program!2 comments

llpanorama wrote 1 year ago: In my previous post, I showed how to setup the software tools for creating C++ programs that use TBB … more →

Tags: multicore

Getting started with TBB4 comments

llpanorama wrote 1 year ago: I downloaded the TBB documentation and the Commercial Aligned Release. First, I unpacked the source … more →

Tags: multicore


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS