Skip to content

Commit

Permalink
fix compatibility note
Browse files Browse the repository at this point in the history
  • Loading branch information
sp94 committed May 7, 2021
1 parent 3f77c39 commit e491697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/how-tos/gpu.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# [How to accelerate calculations using CUDA-compatible GPUs](@id how_to_GPU)

!!! note Added in Peacock v0.1.2.
!!! note "Added in Peacock v0.1.2."
You will need Peacock v0.1.2 or later for this feature.

## Summary
Pass `GPU=true` when creating your [`Solver`](@ref).
Expand Down

2 comments on commit e491697

@sp94
Copy link
Owner Author

@sp94 sp94 commented on e491697 May 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/36276

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.2 -m "<description of version>" e491697524c9bfa53fd0f10ba7ff6b76e700f1e5
git push origin v0.1.2

Please sign in to comment.