oneAPI.jl icon indicating copy to clipboard operation
oneAPI.jl copied to clipboard

Use DMA engine for large memory copies

Open maleadt opened this issue 4 years ago • 0 comments

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?).

maleadt avatar Mar 16 '22 15:03 maleadt