We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b06a2 commit 3bc0561Copy full SHA for 3bc0561
docs/src/solvers/solvers.md
@@ -42,7 +42,7 @@ while maintaining Float64 interfaces. These methods are particularly effective f
42
- Hardware with good Float32 performance
43
44
Available mixed precision solvers:
45
-- `MKL32MixedLUFactorization` - Intel CPUs with MKL
+- `MKL32MixedLUFactorization` - CPUs with MKL
46
- `AppleAccelerate32MixedLUFactorization` - Apple CPUs with Accelerate
47
- `CUDAOffload32MixedLUFactorization` - NVIDIA GPUs with CUDA
48
- `MetalOffload32MixedLUFactorization` - Apple GPUs with Metal
0 commit comments