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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -