Using Thrust Template Libaray

2 replies [Last post]
Nadeem
Offline
Joined: 11/15/2009

Is anyone on this Forum using the new Thrust template libarary developed by NVIDIA .

I am looking for feedback on your user experience and feedback on what features / functions you find most useful, and what kind of performance you are seeing.

Thanks

suilevap
Offline
Joined: 02/19/2010
Possible, I will use (at

Possible, I will use (at first look "Thrust" lib seems very very interesting). and I will keep it in mind to do feedback here about results

liwen
Offline
Joined: 03/19/2010
I used it for a data format

I used it for a data format converter, using some sorting, streaming, and gathering.

It runs quite effectively, and is also easy for debugging.

I thought it is good for first implementation of algorithms, but I probably would implement my own version later.

Moreover, Thrust seems to only support CUDA 2.3. If you run it under CUDA 3.0 in Linux (I didn't try windows), it will get an error in a header (mergesort).

That's weird.

BTW, some guys just don't like C++ STL, but I like Thrust.

 

Liwen