Skip to content

Building against latest cusplibrary (git) #1

@pkestene

Description

@pkestene

Hello,

I just want to let you know that building against lastest (git) cusplibrary is broken, but you just need to change (in example.cu)

include <cusp/blas/blas.h>

into

include <cusp/blas.h>

and

thrust::device_vector
into
cusp::array1d<double, cusp::device_memory>

Best regards.
Pierre.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions