Skip to content

Commit 0ba5ce4

Browse files
committed
update readme
1 parent 0fd701c commit 0ba5ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ b = param(randn(2))
3838
y(x) = σ.(W * x .+ b)
3939
```
4040

41-
If that's *still* not enough, you can go as deep as you want, even writing your own CUDA kernels! All this can be freely mixed-and-matched in a single model or script, and it all runs interactively via Jupyter or Juno.
41+
If that's *still* not enough, you can go as deep as you want, even writing your own CUDA kernels with [CUDAnative](https://github.com/JuliaGPU/CUDAnative.jl)! All this can be freely mixed-and-matched in a single model or script, and it all runs interactively via Jupyter or Juno.
4242

4343
```julia
4444
function gpu_add(a, b, c)

0 commit comments

Comments
 (0)