Re: [ViennaCL-devel] PyViennaCL: Call for testing / advice (2)

2013-12-22 Thread Karl Rupp
Hi Toby, > So I've uploaded PyViennaCL packages which don't have the shared_ptr > troubles that my previous ones did (in the end, I split what used to be > a single Python extension into many smaller extensions under one package > namespace). These packages seem mostly to work, and (for instance)

Re: [ViennaCL-devel] PyViennaCL: Call for testing / advice (2)

2013-12-22 Thread Toby St Clere Smithe
Hi Karl, Karl Rupp writes: > > So I've uploaded PyViennaCL packages which don't have the shared_ptr >> troubles that my previous ones did (in the end, I split what used to be >> a single Python extension into many smaller extensions under one package >> namespace). These packages seem mostly to

Re: [ViennaCL-devel] PyViennaCL: Call for testing / advice (2)

2013-12-22 Thread Toby St Clere Smithe
Toby St Clere Smithe writes: > I'll dig around some more... So it turned out that it wasn't anything to do with my previous error, just that having split up the files, I had not put the OpenCL #define in all the right places. In fact, come to think of it, that may be the cause of the shared_ptr

Re: [ViennaCL-devel] PyViennaCL: Call for testing / advice (2)

2013-12-22 Thread Karl Rupp
Hey, > So it turned out that it wasn't anything to do with my previous error, > just that having split up the files, I had not put the OpenCL #define in > all the right places. > > In fact, come to think of it, that may be the cause of the shared_ptr > troubles. Agh!! Ah, I see. What about setti

Re: [ViennaCL-devel] PyViennaCL: Call for testing / advice (2)

2013-12-22 Thread Toby St Clere Smithe
Karl Rupp writes: > Ah, I see. What about setting the defines globally through the CMake > build system? That should be far less error-prone and easier to configure... Quite...! :) -- Rapidly troubleshoot problems befo

[ViennaCL-devel] ViennaCL 1.5.0 released!

2013-12-22 Thread Karl Rupp
Dear ViennaCL users, ViennaCL 1.5.0 is finally out and available for download at http://viennacl.sourceforge.net/ It introduces a couple of new convenience routines, performance improvements, and higher code quality. Most important changes from the changelogs: - Vectors and matrices can b

Re: [ViennaCL-devel] PyViennaCL: Call for testing / advice (2)

2013-12-22 Thread Karl Rupp
Hey, >> Ah, I see. What about setting the defines globally through the CMake >> build system? That should be far less error-prone and easier to configure... > > Quite...! :) :-) Okay, 1.5.0 is out, I'll fall asleep now and start testing pyViennaCL asap. Best regards, Karli --

Re: [ViennaCL-devel] ViennaCL 1.5.0 released!

2013-12-22 Thread Toby St Clere Smithe
Hey Karl! Congratulations! ViennaCL 1.5.0 is a pretty cool release :) In fact, there are still some features that I don't have in PyViennaCL: Karl Rupp writes: > - Added norm_frobenius() for computing the Frobenius norm of dense > matrices. > - Multiple OpenCL contexts can now be used in a

Re: [ViennaCL-devel] PyViennaCL: Call for testing / advice (2)

2013-12-22 Thread Toby St Clere Smithe
Hi again, Karl Rupp writes: > Okay, 1.5.0 is out, I'll fall asleep now and start testing pyViennaCL asap. Yes -- get some rest, and by the morning, some fixed pyviennacl packages will be available ready for testing in the Ubuntu PPA :) Cheers, Toby ---

Re: [ViennaCL-devel] ViennaCL 1.5.0 released!

2013-12-22 Thread Philippe Tillet
Hey Karl, Awesome ! Philippe 2013/12/23 Karl Rupp > Dear ViennaCL users, > > ViennaCL 1.5.0 is finally out and available for download at > http://viennacl.sourceforge.net/ > It introduces a couple of new convenience routines, performance > improvements, and higher code quality. Most impor