Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try parallelizing independent barrier procedures #21

Open
chriscoey opened this issue Aug 5, 2018 · 1 comment
Open

try parallelizing independent barrier procedures #21

chriscoey opened this issue Aug 5, 2018 · 1 comment
Labels

Comments

@chriscoey
Copy link
Collaborator

chriscoey commented Aug 5, 2018

in particular:

  • cone barrier procedures (one per primitive cone)
  • for WSOS cones specifically, the n+1 indepedent cholesky factorizations
  • linear system solves (two independent sub-solves) LAPACK does it for us now

these are the most expensive operations

@chriscoey chriscoey changed the title Try parallelizing primitive cone barrier procedures Try parallelizing independent barrier procedures and linear system solves Aug 20, 2018
@chriscoey chriscoey added the help wanted Extra attention is needed label Sep 25, 2018
@chriscoey chriscoey changed the title Try parallelizing independent barrier procedures and linear system solves try parallelizing independent barrier procedures Nov 12, 2018
@chriscoey
Copy link
Collaborator Author

waiting on PARTR to work nicely with BLAS and LAPACK multithreading (JuliaLang/julia#32786)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants