Skip to content

Commit

Permalink
Remove GPU warning in README (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Apr 13, 2023
1 parent fc78380 commit 56b55fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@ The `MKLDirectSolver` is available on `Linux x86_64` platform only.

### SCS with Sparse GPU indirect solver (CUDA only)

> Note: as of version 1.0 the support for the GPU solver is broken (see
[this issue](https://github.com/jump-dev/SCS.jl/issues/245)).

To enable the indirect linear solver on GPU one needs to load `CUDA_jll`
**before** `SCS`:

Expand Down

2 comments on commit 56b55fd

@odow
Copy link
Member Author

@odow odow commented on 56b55fd Apr 19, 2023

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 created: JuliaRegistries/General/81944

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 v1.1.4 -m "<description of version>" 56b55fde3d87d466008e1c69d0c5fb74aed55d9a
git push origin v1.1.4

Please sign in to comment.