|
|
|
|
|
by astrange
1113 days ago
|
|
> I think GP meant zero-copy communication with the GPU, eg. through `newBufferWithBytesNoCopy` [0], which is only possible with unified memory architectures, eg. integrated GPUs. It can still be beneficial on discrete GPUs because it avoids a copy inside the driver. |
|