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

Add interface to all AMGX C API functions for single-GPU #5

Open
36 of 39 tasks
shwina opened this issue Mar 5, 2018 · 2 comments
Open
36 of 39 tasks

Add interface to all AMGX C API functions for single-GPU #5

shwina opened this issue Mar 5, 2018 · 2 comments

Comments

@shwina
Copy link
Owner

shwina commented Mar 5, 2018

  • Initialize

  • Finalize

  • Initialize Plugins

  • Finalize Plugins

  • Get API Version

  • Get Error String

  • Get Build Info Strings

  • Pin Memory

  • Unpin Memory

  • Install Signal Handler

  • Reset Signal Handler

  • Register Print Callback

  • Read System

  • Write System

  • Config Create

  • Config Create From File

  • Config Destroy

  • Resources Create Simple

  • Resources Destroy

  • Solver Create

  • Solver Destroy

  • Solver Setup

  • Solver Solve With 0 Initial Guess

  • Solver Solve

  • Solver Get Iterations Number

  • Solver Get Iterations Residual

  • Solver Get Status

  • Matrix Create

  • Matrix Destroy

  • Matrix Upload All

  • Matrix Replace Coefficients

  • Matrix Get Size

  • Vector Create

  • Vector Destroy

  • Vector Upload

  • Vector Download

  • Vector Set Zero

  • Vector Get Size

Functions not listed in the API reference:

  • Config Add Parameters
@pyramidpoint
Copy link

@shwina @wd15
image

@shwina
Copy link
Owner Author

shwina commented Apr 13, 2019

@pyramidpoint Could you please open a new issue for this?

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

No branches or pull requests

2 participants