[CuPP] Using C++ algorithms inside kernel?

10 views
Skip to first unread message

Hoi Wong

unread,
May 9, 2010, 10:04:43 PM5/9/10
to CuPP
I'm looking for a way to use standard c++ classes, such as stl::tr1 in
the kernel (say, to generate random number in the GPU on the fly).
Does CuPP support that?

Thanks.

--
You received this message because you are subscribed to the Google Groups "CuPP" group.
To post to this group, send email to cu...@googlegroups.com.
To unsubscribe from this group, send email to cupp+uns...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cupp?hl=en.

Jens Breitbart

unread,
May 10, 2010, 9:13:14 AM5/10/10
to CuPP
No it does not support this and I am afraid for now it is a CUDA
limitation that you cannot use arbitary C++ classes. CuPP can support
you to create proxy classes offering the same functionality as your
host classes, but this may require you to reimplement the
functionality.

-Jens
Reply all
Reply to author
Forward
0 new messages