Skip to content

CL_MIGRATE_MEM_OBJECT_HOST is not implemented #302

@BrannonKing

Description

@BrannonKing

You're supposed to be able to use CL_MIGRATE_MEM_OBJECT_HOST with clEnqueueMigrateMemObjects to reverse the copy direction, to make the copy go device-to-host. However, it's not actually implemented in this code stack. The flag is not used to reverse the copy direction. The flag exists, and a unit test verifies that it doesn't throw an exception when used (but it doesn't verify the data copy). You can see that the flag (and flags parameter) is unused in clEnqueueMigrateMemObjectsIntelFPGA.

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

        Participants

        @BrannonKing

        Issue actions

          CL_MIGRATE_MEM_OBJECT_HOST is not implemented · Issue #302 · intel/fpga-runtime-for-opencl