From e491697524c9bfa53fd0f10ba7ff6b76e700f1e5 Mon Sep 17 00:00:00 2001 From: Samuel J Palmer Date: Fri, 7 May 2021 16:32:28 +0100 Subject: [PATCH] fix compatibility note --- docs/src/how-tos/gpu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/how-tos/gpu.md b/docs/src/how-tos/gpu.md index 57bc7cb..3da8ad4 100644 --- a/docs/src/how-tos/gpu.md +++ b/docs/src/how-tos/gpu.md @@ -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).