
On Thu, Feb 11, 2010 at 10:27 AM, joel falcou <joel.falcou@lri.fr> 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