Re: [ViennaCL-devel] Release 1.6.0 approaching

2014-10-24 Thread Matthew Musto
Will do, just let me know when you want me to start the work.

Thanks,
-Matt

On Fri, Oct 24, 2014 at 2:08 PM, Karl Rupp  wrote:

> Hi Matt,
>
> > Seeing as how you are approaching a new release. I quickly ran the
>
>> latest development branch through my test suite on MSVC 2013.  I got the
>> following compiler errors.  Only a few modules had issues and what I
>> depend on seems to be quite good!
>>
>
> I see, these are mostly from the new modules we merged in recently. I
> haven't checked them with Visual Studio yet and need to apply a little bit
> more polishing there.
>
>
>   Mostly simple fixes and I can do pull
>> requests over the next week if you would like or leave them up to the
>> original developers.
>>
>
> If you don't mind the effort of creating a pull request, I'd prefer that
> you create a pull request so that you also get the 'credits' :-) However,
> please wait until mid next week as there may be some more changes to the
> code base in the meanwhile.
>
>
> Thanks and best regards,
> Karli
>



-- 

Matthew Musto
matthew.mu...@gmail.com
--
___
ViennaCL-devel mailing list
ViennaCL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viennacl-devel


Re: [ViennaCL-devel] Release 1.6.0 approaching

2014-10-24 Thread Karl Rupp
Hi Matt,

 > Seeing as how you are approaching a new release. I quickly ran the
> latest development branch through my test suite on MSVC 2013.  I got the
> following compiler errors.  Only a few modules had issues and what I
> depend on seems to be quite good!

I see, these are mostly from the new modules we merged in recently. I 
haven't checked them with Visual Studio yet and need to apply a little 
bit more polishing there.


>  Mostly simple fixes and I can do pull
> requests over the next week if you would like or leave them up to the
> original developers.

If you don't mind the effort of creating a pull request, I'd prefer that 
you create a pull request so that you also get the 'credits' :-) 
However, please wait until mid next week as there may be some more 
changes to the code base in the meanwhile.

Thanks and best regards,
Karli

--
___
ViennaCL-devel mailing list
ViennaCL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viennacl-devel


Re: [ViennaCL-devel] Release 1.6.0 approaching

2014-10-24 Thread Matthew Musto
Karli,

Seeing as how you are approaching a new release. I quickly ran the latest
development branch through my test suite on MSVC 2013.  I got the following
compiler errors.  Only a few modules had issues and what I depend on seems
to be quite good!  Mostly simple fixes and I can do pull requests over the
next week if you would like or leave them up to the original developers.

Thanks,
-Matt

Error3error C1128: number of sections exceeded object file format
limit : compile with /bigobj
C:\viennacl-dev-master\viennacl-dev\tests\src\vector_int.cpp11
vector_int-test-opencl
Error31error C1128: number of sections exceeded object file format
limit : compile with /bigobj
C:\viennacl-dev-master\viennacl-dev\tests\src\vector_uint.cpp11
vector_uint-test-opencl
Error67error C2106: '=' : left operand must be l-value
C:\viennacl-dev-master\viennacl-dev\viennacl\linalg\host_based\fft_operations.hpp
7911fft_1d-test-opencl
Error127error C2106: '=' : left operand must be l-value
C:\viennacl-dev-master\viennacl-dev\viennacl\linalg\host_based\fft_operations.hpp
7911fft
Error154error C2106: '=' : left operand must be l-value
C:\viennacl-dev-master\viennacl-dev\viennacl\linalg\host_based\fft_operations.hpp
7911fft_1d-test-cpu
Error235error C1128: number of sections exceeded object file format
limit : compile with /bigobj
C:\viennacl-dev-master\viennacl-dev\tests\src\matrix_col_double.cpp1
1matrix_col_double-test-opencl
Error236error C1128: number of sections exceeded object file format
limit : compile with /bigobj
C:\viennacl-dev-master\viennacl-dev\tests\src\matrix_col_float.cpp1
1matrix_col_float-test-opencl
Error237error C1128: number of sections exceeded object file format
limit : compile with /bigobj
C:\viennacl-dev-master\viennacl-dev\tests\src\matrix_col_int.cpp1
1matrix_col_int-test-opencl
Error262error C1128: number of sections exceeded object file format
limit : compile with /bigobj
C:\viennacl-dev-master\viennacl-dev\tests\src\matrix_row_double.cpp1
1matrix_row_double-test-opencl
Error271error C1128: number of sections exceeded object file format
limit : compile with /bigobj
C:\viennacl-dev-master\viennacl-dev\tests\src\matrix_row_float.cpp1
1matrix_row_float-test-opencl
Error282error C1128: number of sections exceeded object file format
limit : compile with /bigobj
C:\viennacl-dev-master\viennacl-dev\tests\src\matrix_row_int.cpp1
1matrix_row_int-test-opencl
Error295error C1128: number of sections exceeded object file format
limit : compile with /bigobj
C:\viennacl-dev-master\viennacl-dev\tests\src\matrix_vector.cpp1
1matrix_vector-test-opencl
Error300error C1128: number of sections exceeded object file format
limit : compile with /bigobj
C:\viennacl-dev-master\viennacl-dev\tests\src\matrix_vector_int.cpp1
1matrix_vector_int-test-opencl
Error308error C2065: 'uint' : undeclared identifier
C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp173
1qr_method_func-test-cpu
Error309error C2146: syntax error : missing ';' before identifier
'row_start'
C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp173
1qr_method_func-test-cpu
Error310error C2065: 'row_start' : undeclared identifier
C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp173
1qr_method_func-test-cpu
Error311error C2065: 'uint' : undeclared identifier
C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp174
1qr_method_func-test-cpu
Error312error C2146: syntax error : missing ';' before identifier
'i'C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp
1741qr_method_func-test-cpu
Error313error C2065: 'i' : undeclared identifier
C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp174
1qr_method_func-test-cpu
Error314error C2146: syntax error : missing ')' before identifier
'i'C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp
1741qr_method_func-test-cpu
Error315error C2059: syntax error : ';'
C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp174
1qr_method_func-test-cpu
Error316error C2059: syntax error : ')'
C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp174
1qr_method_func-test-cpu
Error317error C2143: syntax error : missing '}' before ';'
C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp176
1qr_method_func-test-cpu
Error318error C2065: 'uint' : undeclared identifier
C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp177
1qr_method_func-test-cpu
Error319error C2146: syntax error : missing ';' before identifier
'j'C:\viennacl-dev-master\viennacl-dev\tests\src\qr_method_func.cpp
1771qr_method_func-test-cpu
Error