Gusten Isfeldt

Results 26 comments of Gusten Isfeldt

It apparently does exist in a more recent version of OpenCL at least https://dl.acm.org/doi/10.1145/3529538.3529979 ,though OpenCL doesn't seem like the future to me. It wouldn't suprise me if there is...

What does the type of a irregular nested array look like? `[n][?]a` or similar? I guess existentials come in handy here somehow? Will there be any limitations on recursion? For...

I think for arrays of tuples/records, reusing the same format of `new` and `project` functions as for the scalar tuples/records themselves would work well. The bridge should take care of...

The issue with wrapping in the program is code duplication, which increases compile times. adding a test would essentially double the compile time for a function (assuming the wrapper is...

If no one else is working on this, I will make an attempt as I kind of need it. I'm not very used to working with python, but I think...

I'm unfamiliar with `hsc`, and the FFmpeg API, but it seems like the struct member `codec` has changed name or something. I read [here](https://github.com/opencv/opencv/issues/20147) that the API had changed significantly...