Subject: Re: [Boost-users] [proto] : Using proto with NVIDIA CUDA nvcc (redux)
From: joel falcou (joel.falcou_at_[hidden])
Date: 2010-11-02 16:01:45


You just hit the first stumpblock that made us go to openCL. The
intrusive __device__ add on EVERY friggin function touching GPU code.
I see no way to do that without reimplementing large subset of
fusion/proto with these modifier on.