Skip to content

Commit

Permalink
Include new file in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonReinhard committed Sep 17, 2024
1 parent 31a91e7 commit 45884bc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/src/lib/internals/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ Pages = ["devices/numa/impl.jl"]
Order = [:type, :function]
```

### CUDA
For CUDA functionality to be available, the `CUDA.jl` package must be installed separately, as it is only a weak dependency.
### GPUs

### ROCm
For ROCm functionality to be available, the `AMDGPU.jl` package must be installed separately, as it is only a weak dependency.

### oneAPI
For oneAPI functionality to be available, the `oneAPI.jl` package must be installed separately, as it is only a weak dependency.
```@autodocs
Modules = [ComputableDAGs]
Pages = ["devices/ext.jl"]
Order = [:type]
```

0 comments on commit 45884bc

Please sign in to comment.