xd009642
xd009642
Just before I start looking into this is it still necessary (I notice the issue is >1 year old and code has obviously changed since then), and if so where...
Would there be any interest in adding the ability to run something on CPU if built with GPU support? Just because being able to handle this in a single binary...
I didn't make any progress aside from looking at the code, unfortunately real-life interfered and I lost the need for this functionality at work. My approach though would have been...
Is there any progress on this, just cause I've come across this issue myself trying to deserialise u8 numpy arrays
I've figured out the issues I currently had. One thing I've failed to figure out how to do is an expression like so: ```verilog input wire signed [(12-1):0] i_xval; ......
That fixed my issue thanks! Is there any appetite for improving the veriloggen docs, and maybe having HTML docs hosted somewhere? Whenever I run into an issue I normally spend...
I've not published any python projects myself that have required docs but pydoc should be able to generate docs from doc comments on classes and methods. It's just a case...
Ndarray-linalg is only used on the transform module iirc so you can disable default features and enable all other features to remove it
Well implementing on each channel could be analogous to doing transformations on the colour curves on an image in things like gimp/photoshop I think... Not something I've seen useful in...
(Tarpaulin author) Making coverage easier to get for users on any system and reducing the overhead would definitely be a big quality of life improvement! Just a note on tarpaulin...