Zachary P Christensen

Results 347 comments of Zachary P Christensen

It would be nice if we could have the GPU ecosystem and CPU/SIMD/LoopVectorization ecosystems share a common interface though.

I thought I'd give a bit of an update on this for some people that have expressed interest in approaching this issue. We have https://github.com/FluxML/NNlib.jl for neural network filters in...

~The last one seems really difficult and could lead to a lot of fruitless effort. For it to be successful I think we'd need active participation from the wider non...

After a bit of a hiatus Im back and reviewing stuff here. I have to think about this one a bit more because `NIVolume` probably shouldn't be a thing. It...

If you care for the long version take a look at this demonstration of poorly optimized wrapped arrays for a basic copy method. https://github.com/JuliaArrays/ArrayInterface.jl/issues/235#issuecomment-1006327577 You're right that 80% of the...

You're correct. However, last I checked ITK only uses the sform. They may have changed this though. Either way we need to fix this.

I'm going to give you a fairly comprehensive answer from my perspective because I also need to point some of my colleagues to an answer relative to handling large amounts...

I have an almost completely functional branch working where I've switched everything to 1 based indexing (including the phase/frequency dimensions). It's almost completely ready to be pushed to master with...

Thanks for taking the time to look at all of this! 1. This seems reasonable to me. 2. This is definitely a typo, but I'm thinking about just reading straight...

Sorry for the delayed response. I'll take a look at this over the course of today.