Skip to content

Avoid vector<bool>, use thrust::host_vector<bool> instead. #823

Closed

Description

In tests where you compare against device data, just use a thrust::device_vector or thrust::host_vector.

Originally posted by @harrism in #750 (comment)

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

Metadata

Assignees

No one assigned

    Labels

    improvementImprovement / enhancement to an existing functionlibcuspatialRelates to the cuSpatial C++ librarytestsRelating to tests and test automation

    Type

    No type

    Projects

    • Status

      Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions