Skip to content

Creating DeviceMemory from HostMemory does not set size attribute #341

Description

@loostrum

Describe the bug
cu::DeviceMemory d_a(h_a);, where h_a is a cu::HostMemory object, does not set the size attribute of theDeviceMemory object.

Expected behavior
size should be set to the size value of the HostMemory object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions