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

Enable scheduler re-runs on the same data just with different paramaters.

enhancement

It's good practice!

enhancement

As of now, it just says "Could not open `filename.cl" …

enhancement

We already track buffer usage, so it should be straightforward to output this information at the end.

enhancement
low-prio

Data is currently identified as an n-dimensional array of float arrays. However, certain filters require the input to contain semantically more specialized data (e.g. `ifft` input should be complex values)....

enhancement

I have a reductor task where I want to allocate *N* output buffers which fill up almost complete GPU memory. Thus, I don't want UFO to actually create the output...

question

Hello, it would be nice to switch from sphinx (python2) to sphinx python3 in order to use a less deprecated python version. thanks

This is a meta-issue to collect all information relevant to scallability problems in the UFO framework and it's plugins. 1. On NVIDIA platform, the kernel execution penalty depends from the...

The task from [ufo-filters#66](https://github.com/ufo-kit/ufo-filters/pull/66) doesn't care about the dimensionality of the input (it [flattens](https://github.com/ufo-kit/ufo-filters/blob/5084bbcc0b896d9efe8a0fa23054c4652acdbe45/src/ufo-calculate-task.c#L158) the input). It would be useful to allow "arbitrary dimensionality" of a task, which would set...

enhancement
question
low-prio

This should be handled gracefully, i.e. the currently processed data should be finished and then everything stopped.

enhancement