Juan Ignacio Polanco

Results 68 comments of Juan Ignacio Polanco

Once more, I wish I could reproduce the issue, but I have no trouble reading that file on ParaView 5.12.1. Note that I'm using the official binaries from kitware. My...

I agree with both of you that putting binary data on XML files is asking for trouble, especially when VTK uses standard XML libraries to read and write files. Unfortunately,...

Thanks for your quick response. If I understand correctly, `finalize` [just calls](https://github.com/JuliaGPU/GPUArrays.jl/blob/cd1f59ae2fd17763ca73505f966b980bf7135354/lib/JLArrays/src/JLArrays.jl#L174) `unsafe_free!`, which is also used in the linked CUDA.jl implementation, so I'm not sure I see how one...

Right, I didn't think about that. I'll use `unsafe_free!` then.

Hi, thank you for your interest! As you noticed, I started implementing tensor product splines a while ago in #41, but I haven't had the motivation to finish that work....

Hi @maltezfaria, thanks for your interest! I still have plans to support tensor product splines, but currently I don't really have the time to work on it. I will try...

Hi, no, that's currently not possible. In principle it should be possible to implement such a feature. In practice I'd need to think about the best way to implement this....

Using the HDF5 format is a good idea. However I'm not sure we would gain much by using the `PHDF5Driver` from PencilArrays, since its purpose is to write PencilArrays in...

That's great if you want to take a shot at this! If it's of any help, the `PHDF5Driver` for PencilArrays is defined in [this file](https://github.com/jipolanco/PencilArrays.jl/blob/master/ext/PencilArraysHDF5Ext.jl). [This section](https://juliaio.github.io/HDF5.jl/stable/mpi/) of the HDF5.jl...

> Do we have a way to test the GPU code? Not yet. I'll contact the JuliaGPU organisation to see if we can use their Buildkite infrastructure.