Martin Uecker

Results 30 comments of Martin Uecker

@sidward no problem.

Can you try the latest version on the master branch?

yes, this broke at some point (and letting the driver select was broken before). Here is the plan to fix it: - In gpuops.c: introduce a global bitmask gpu_allowed. -...

I do not think parsing is as bad as you think. There are only a couple of commands where it makes sense to parse the output into an array. For...

We were thinking about having an option to output a machine-readable specification for each command-line tool that describes input and output. This could then be used by wrappers. But I...

Thanks, I will fix this. The problem is that the higher-level function uses the optimization framework incorrectly (as NIHT can not be parallelized easily in this automatic way).

I think you can't use optimized_nop for this. You need to reorder dimensions so that all jointly threshold dimensions are innermost and all others (which could be processed in parallel)...

I do not think there exists any evidence that this feature is abused in a dangerous way.

I guess I implemented a more unified way: The hierarchical decomposition works correctly for arbitrary dimensions with different number of levels by recursing into the low-pass segment.

This should be fixed according to recent tests by Jon.