From 0ba5ce4601b2417ead879a667b2c2e832b34b663 Mon Sep 17 00:00:00 2001 From: Mike Innes Date: Sat, 14 Apr 2018 02:15:44 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4985303ee9..f8e301ed44 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ b = param(randn(2)) y(x) = σ.(W * x .+ b) ``` -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. +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. ```julia function gpu_add(a, b, c)