Mosè Giordano

Results 124 issues of Mosè Giordano

https://github.com/JuliaGPU/GPUArrays.jl. The interface isn't well documented, but you can follow the example at https://github.com/JuliaGPU/GPUArrays.jl/blob/b2f396dabdab907866b885cd7abb647214cddace/lib/JLArrays/src/JLArrays.jl. The main entry point is [`GPUArrays.gpu_call`](https://github.com/JuliaGPU/GPUArrays.jl/blob/b2f396dabdab907866b885cd7abb647214cddace/lib/JLArrays/src/JLArrays.jl#L63-L81)

I was looking into MPITrampoline for solving #835, but I realised we have no documentation at all about how to use MPITrampoline to forward MPI calls to a system library....

documentation

This is my initial attempt to address #1259, but there are still things I don't understand, so opening as draft. CC: @vchuravy.

I created a small Julia package, [`CompilerExplorer.jl`](https://github.com/giordano/CompilerExplorer.jl), which simply replicates what the [Julia wrapper in Compiler Explorer](https://github.com/compiler-explorer/compiler-explorer/blob/cbce8dfb8b15a44959fe8d3f35f8a9c5050e137a/etc/scripts/julia_wrapper.jl) currently does. The code in that wrapper would simply become ```julia using CompilerExplorer...