Skip to content

input GPU data directly into CUDA solver #253

@MakotoChiba

Description

@MakotoChiba

Hi,
How can I use my matrix data(I, J, N, val) on CUDA memory to the AMGCL CUDA solver?
Currently, I copy those data from CUDA memory to main mamory once time and use make_tuple for initialize.
But it is really waist. I want to use GPU data directory for the solver.
Can I make it??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions