ufo-core icon indicating copy to clipboard operation
ufo-core copied to clipboard

GLib-based framework for GPU-based data processing

Results 22 ufo-core issues
Sort by recently updated
recently updated
newest added

`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?

bug

The test code and results are as follows ![image](https://github.com/ufo-kit/ufo-core/assets/30336594/5d507a08-0a97-48c8-9205-c44ca4937555) ![image](https://github.com/ufo-kit/ufo-core/assets/30336594/130a2d7b-71e6-4220-a86c-7a14c253c706)

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....

bug

```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,...

bug

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...

question

This is where it should belong logically.

enhancement
low-prio