Karli,

thank you for the quick answer.

Best,

Bruno

On 07/27/2015 03:19 PM, Karl Rupp wrote:
> Hi Bruno,
>
> the error you described is unfortunately an incompatibility of uBLAS 
> and CUDA 6.5 as well as CUDA 7.0. We had a similar issue e.g. here:
> https://github.com/viennacl/viennacl-dev/issues/139
>
> We are currently moving towards minimizing any use of uBLAS for the 
> examples and tests in ViennaCL to resolve these problems.
>
> Best regards,
> Karli
>
>
> On 07/27/2015 10:09 PM, Bruno Turcksin wrote:
>> Hi everybody,
>>
>> I get a strange error in BOOST when I try to compile the tutorials with
>> both ublas and CUDA turned on:
>>
>> /scratch/user/turcksin/candi_install/deal.II/default-default/include/boost/numeric/ublas/storage_sparse.hpp:
>>  
>>
>> In static member function ‘static void
>> boost::numeric::ublas::map_array<I, T,
>> ALLOC>::static_destroy(boost::numeric::ublas::map_array<I, T,
>> ALLOC>::reference)’:
>> /scratch/user/turcksin/candi_install/deal.II/default-default/include/boost/numeric/ublas/storage_sparse.hpp:522:16:
>>  
>>
>> error: expected primary-expression before ‘,’ token
>>                (&p)->~value_type ();
>>                   ^
>> /scratch/user/turcksin/candi_install/deal.II/default-default/include/boost/numeric/ublas/storage_sparse.hpp:522:19:
>>  
>>
>> error: expected primary-expression before ‘>’ token
>>                (&p)->~value_type ();
>>                      ^
>> /scratch/user/turcksin/candi_install/deal.II/default-default/include/boost/numeric/ublas/storage_sparse.hpp:522:21:
>>  
>>
>> error: expected primary-expression before ‘)’ token
>>                (&p)->~value_type ();
>>                        ^
>>
>> I am using BOOST 1.58 This happens when "Building NVCC (Device) object
>> examples/tutorial/CMakeFiles/blas2-cuda.dir/blas2-cuda_generated_blas2.cu.o" 
>>
>> If I turn CUDA or ublas off everything works fine.
>>
>> Best,
>>
>> Bruno
>>
>> ------------------------------------------------------------------------------
>>  
>>
>> _______________________________________________
>> ViennaCL-support mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/viennacl-support
>>
>


------------------------------------------------------------------------------
_______________________________________________
ViennaCL-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/viennacl-support

Reply via email to