Skip to content

Commit cb96054

Browse files
authored
Make "CUDA.jl" a link on the doc entry page (#2031)
[skip tests]
1 parent a06920e commit cb96054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CUDA programming in Julia
22

3-
The CUDA.jl package is the main entrypoint for programming NVIDIA GPUs in Julia. The package
3+
The [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl) package is the main entrypoint for programming NVIDIA GPUs in Julia. The package
44
makes it possible to do so at various abstraction levels, from easy-to-use arrays down to
55
hand-written kernels using low-level CUDA APIs.
66

0 commit comments

Comments
 (0)