# Julia basic GPU usage

**URL:** https://discourse.julialang.org/t/julia-basic-gpu-usage/21605
**Category:** General Usage
**Created:** [March 7, 2019, 9:36pm UTC](https://discourse.julialang.org/t/julia-basic-gpu-usage/21605 "2019-03-07T21:36:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![affans](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/affans/32/11911_2.png) [@affans](https://discourse.julialang.org/u/affans)
#### Post date: [March 7, 2019, 9:36pm UTC](https://discourse.julialang.org/t/julia-basic-gpu-usage/21605/1 "2019-03-07T21:36:45Z")

</div>

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?)

---

<div class="post-metadata">

### Author: ![xiaodai](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaodai/32/15937_2.png) [@xiaodai](https://discourse.julialang.org/u/xiaodai)
#### Post date: [March 7, 2019, 11:57pm UTC](https://discourse.julialang.org/t/julia-basic-gpu-usage/21605/2 "2019-03-07T23:57:08Z")

</div>

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