Re: [PATCH v2 1/8] libgomp: Disentangle shared memory from managed

2024-09-18 Thread Tobias Burnus
Hi Andrew, → https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655947.html On June 28, 2024, Andrew Stubbs wrote: Some GPU compute systems allow the GPU to access host memory without much prior setup, but that's not necessarily the fast way to do it. For shared memory APUs this is almost cer

[PATCH v2 1/8] libgomp: Disentangle shared memory from managed

2024-06-28 Thread Andrew Stubbs
Some GPU compute systems allow the GPU to access host memory without much prior setup, but that's not necessarily the fast way to do it. For shared memory APUs this is almost certainly the correct choice, but for AMD there is the difference between "fine-grained" and "coarse-grained" memory, and f