Skip to content

Commit

Permalink
add a CUDA.jl reference page
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Nov 28, 2022
1 parent 46bd934 commit c2a8bf0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ makedocs(
"Shape Inference 📚" => "outputsize.md",
"Flat vs. Nested 📚" => "destructure.md",
"Callback Helpers 📚" => "training/callbacks.md",
"CUDA.jl 📚 (`cu`, `CuIterator`, ...)" => "CUDA.md",
"NNlib.jl 📚 (`softmax`, `conv`, ...)" => "models/nnlib.md",
"Zygote.jl 📚 (`gradient`, ...)" => "training/zygote.md",
"MLUtils.jl 📚 (`DataLoader`, ...)" => "data/mlutils.md",
Expand Down
14 changes: 14 additions & 0 deletions docs/src/CUDA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CUDA.jl


```@docs
CUDA.cu
CUDA.AbstractGPUArray
CUDA.CuIterator
```

```@docs
CUDA.functional
CUDA.allowscalar
CUDA.@allowscalar
```

0 comments on commit c2a8bf0

Please sign in to comment.