Skip to content

Use DMA engine for large memory copies #158

Open
@maleadt

Description

@maleadt

We currently use a single global queue, but large memory transfers should probably use a special queue with FLAG_COPY set so that the DMA copy engines can be used. We'll probably need to order operations on that queue wrt. to the global queue (using events?).

Metadata

Metadata

Assignees

No one assigned

    Labels

    arraysThings about the array abstraction.performanceGotta go fast.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions