Skip to content

Building against latest cusplibrary (git) #1

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.

Activity

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

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