Skip to content

Commit

Permalink
shorter
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Abbott <[email protected]>
  • Loading branch information
CarloLucibello and mcabbott authored Dec 4, 2024
1 parent bf73de5 commit 5e1fbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This page describes how Flux co-operates with various other packages, which talk

For those in a hurry, see the [quickstart](@ref man-quickstart) page. Or do `using CUDA` and then call `gpu` on both the model and the data.

## Basic GPU use: from `Array` to `CuArray` with `cu`
## Basic GPU use: from `Array` to `CuArray`

Julia's GPU packages work with special array types, in place of the built-in `Array`.
The most used is `CuArray` provided by [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl), for GPUs made by NVIDIA.
Expand Down

0 comments on commit 5e1fbdf

Please sign in to comment.