Hacker News new | ask | show | jobs
by up6w6 1834 days ago
A fun fact is that the GPUCompiler, which compiles the code to run in GPU's, is the current way to generate binaries without hiding the whole ~200mb of julia runtime in the binary.

https://github.com/JuliaGPU/GPUCompiler.jl/ https://github.com/tshort/StaticCompiler.jl/

1 comments

AKA Julia does GPU better than CPU.