Boost logo

Boost Users :

Subject: Re: [Boost-users] [proto] : Using proto with NVIDIA CUDA nvcc (redux)
From: Manjunath Kudlur (keveman_at_[hidden])
Date: 2010-11-02 18:39:20


> Seriously? I'm afraid I have no suggestions for you. How does anybody
> use any third-party library on CUDA?
>
The short answer probably is, nobody does. The only libraries you can
use from the device side of CUDA are those that you wrote yourself (so
you would have the __device__ attributes on functions) or those that
you have the source code for and painstakingly put __device__
attributes everywhere.

Manjunath


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net