Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 67 additions & 93 deletions docs/src/assets/Manifest.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions docs/src/solve/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,6 @@ showerror(IOContext(stdout, :color => false), e) # hide
end # hide
```

!!! note "That `Available` list is truncated"

The diagnostic prints the first ten of the twelve entries `methods()` returns, so the two
`:gpu` ones are cut from it — they do exist, as `describe(:gpu)` above shows. The empty
`Hint` line is the same display bug.

## Performance notes

GPU solving amortizes best on large-scale problems (thousands of variables/constraints) or
Expand Down
Loading