You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
└── Bounded z ∈ [0.0, 10.0] variably spaced with min(Δz)=1.0, max(Δz)=4.0
66
66
```
67
67
68
-
!!! note "GPU architecture requires a CUDA- or Metal-enabled device"
69
-
To run the above example and create a grid on the GPU, either an Nvidia or Metal GPU has to be available.
70
-
For more information about CUDA, see the [`CUDA.jl` documentation](https://cuda.juliagpu.org/stable/).
68
+
!!! note "GPU architecture requires a CUDA-, ROC- or Metal-enabled device"
69
+
Running this example and creating a grid on the GPU requires a device that supports CUDA, ROC, or Metal. In other words, you must have an Nvidia, AMD, or Apple-compatible GPU available. For more information about CUDA, see the [`CUDA.jl` documentation](https://cuda.juliagpu.org/stable/).
71
70
72
71
The ``y``-dimension is "missing" because it's marked `Flat` in `topology = (Periodic, Flat, Bounded)`.
73
72
So nothing varies in ``y``: `y`-derivatives are 0.
0 commit comments