Boost logo

Boost Users :

Subject: Re: [Boost-users] [proto] using proto with nvcc
From: Manjunath Kudlur (keveman_at_[hidden])
Date: 2010-02-11 14:03:58


On Thu, Feb 11, 2010 at 10:27 AM, joel falcou <joel.falcou_at_[hidden]> wrote:
> Manjunath Kudlur wrote:
>>
>> Thanks for your efforts. I was curious as to what version of CUDA you
>> have tested these changes with.
>
> IIRC it was 2.3 Eric can confirm if needed
>

Which platform was this tested on? I wrote the following simple program :
#include <boost/proto/proto.hpp>

int main(void)
{
}

and I am getting the following from nvcc :

nvcc error : 'cudafe++' died due to signal 11 (Invalid memory reference)

This is preceded by lot of warnings warnings of the form

/home/boost_1_42_0/boost/proto/make_expr.hpp(873): warning: class
template "boost::proto::detail::implicit_expr_2<A0, A1>" defines no
constructor to initialize the following:
            reference member "boost::proto::detail::implicit_expr_2<A0, A1>::a0"
            reference member "boost::proto::detail::implicit_expr_2<A0, A1>::a1"

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