Julia basic GPU usage

I am looking for some tutorials or a curated list of Julia code running on GPU. I have access to a cluster which has two K80s installed, and would like to use Julia to solve some problems.

However, my knowledge of using GPUs is very weak. In fact, I don’t even know if the proper drivers are installed (this is offtopic, but how do I detect if I have all the drivers installed?)

2 Likes

Have u googled “introduction to gpu programming julia” there are two tutorials. Look at the CuArrays.jl github page