Jake Bolewski

Results 77 comments of Jake Bolewski

CUDA.jl needs to be updated along with GPUCompiler.jl

It would be nice to bump Cassette as well to https://github.com/JuliaLabs/Cassette.jl/releases/tag/v0.3.5 for the improved stacktraces as pointed out by @vchuravy

I believe that ClimateMachine and related code needs to be released under a permissive license (Apache2) as a condition of funding. There is a workaround where we can explicitly build...

All the IO / cpu intensive operations do give up the GIL, so usually the best option is to dispatch the write on another thread and then get a future...

Great, glad to see this project is tackling this niche.

I am re opening this because it would be nice to track progress on these issues. Also we should expose TileDB's `GLOBAL_ORDER` layout on the Python side which would be...

cc @normanb about the GDAL issues, multidimensional support in GDAL is a bit of a hack (it's actively getting worked on in GDAL 3+), so I am not surprised there...

Also, you should at least register this package. I didn't know about it until I looked as to why you wanted the `Colon` change to happen...

@mbauman I haven't looked at it in depth, the main change would be to not assume dense labels for row and columns. Some of these sparse matrices are huge for...