Comb icon indicating copy to clipboard operation
Comb copied to clipboard

Can't use arbitrary memory spaces with buffers

Open MrBurmark opened this issue 3 years ago • 0 comments

You can't use arbitrary memory spaces with buffers, currently the code will only allows using one or two memory spaces if the execution space is host or device. For example with cuda you can only use device or pinned memory for communication buffers.

MrBurmark avatar Nov 28 '22 21:11 MrBurmark