Loading...
Using Thrust Template Libaray
Fri, 03/19/2010 - 01:12
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
Fri, 03/19/2010 - 15:59
#2
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

BayWebSoft
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