ufo-core
ufo-core copied to clipboard
GLib-based framework for GPU-based data processing
`Requires.private: OpenCL, python` must be replaced with `Requires.private: OpenCL, python-3.10-embed` when installing with meson. Probably wrong python in meson.build: `pymod = import('python')`, @gabs1234 do you have a quick idea?
The test code and results are as follows  
First attempt to merge ufo-core and ufo-filters. - [x] CMake build - [ ] Meson build - [ ] Docs - [ ] tests Tests will require filters. This allows...
When I use the same `Ufo.Resources` throughout my python program, all is fine. However, if new resources are generated every time a `Ufo.Scheduler` is created then not everything is freed....
```bash ufo-launch -q [read path=$DSET_PATH/slices-abs.tif ! calculate expression="'v * 42500.0 + 85.0'", read path=$DSET_PATH/slices-pr.tif ! calculate expression="'v * 1593750000.0 + -71.71875'"] ! opencl kernel=add dimensions=2 ! calculate expression="'clamp(v / 2,...
when the volume sizes get too large, I sometimes get warnings like the following after execution of "tofu reco": ... DEBUG: Assigning task 'filter' to node 0 DEBUG: Padded width:...
This is a meta issue discussing things necessary for the release of version 1.0 that does not allow any API removal or backwards-incompatible change. Of course all tickets marked with...
Just a general question also towards @tfarago what is necessary to bump the ABI version and release a version 0.17. From my point of view we can just do it...
This is where it should belong logically.