Y
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
snicker7
1834 days ago
AKA Julia does GPU better than CPU.
link