opencl - Can I use Julia to program my GPU & CPU? -
my system has graphics card. not play games.
i want program high performance computing stuff fun.
can use julia lang leverage hardware?
yes!
enter opencl.jl
*how install?
pkg.add("opencl"); pkg.update()
use following link check various opencl compute platforms on hardware
https://github.com/juliagpu/opencl.jl/blob/master/examples/performance.jl
Comments
Post a Comment