Re: [ViennaCL-devel] Enabling integer types in PyViennaCL

2013-10-01 Thread Karl Rupp
Hi Toby, I get a lot of errors like the below when I enable T = char (or other integer numeric types) in PyViennaCL. (...) This is now fixed. You should be able to instantiate the basic types with char, uchar, short, ushort as well. So far I have explicitly tested this only with vector,

Re: [ViennaCL-devel] Enabling integer types in PyViennaCL

2013-10-01 Thread Toby St Clere Smithe
Karl Rupp r...@iue.tuwien.ac.at writes: This is now fixed. You should be able to instantiate the basic types with char, uchar, short, ushort as well. So far I have explicitly tested this only with vector, though. Excellent. I'll try and get this enabled in the next couple of days, and then