> -----Original Message----- > From: Thomas Schwinge <tho...@codesourcery.com> > Sent: 24 March 2023 15:50 > To: gcc-patches@gcc.gnu.org; Andrew Stubbs <a...@codesourcery.com>; > Tobias Burnus <tob...@codesourcery.com> > Subject: [og12] libgomp: Document OpenMP 'pinned' memory (was: [PATCH] > libgomp, openmp: pinned memory > > Hi! > > On 2022-01-04T15:32:17+0000, Andrew Stubbs <a...@codesourcery.com> > wrote: > > This patch implements the OpenMP pinned memory trait [...] > > I figure it may be helpful to document the current og12 state of affairs; does > the attached "libgomp: Document OpenMP 'pinned' memory" look good to > you?
I don't really know what "allocated via the device" means? I mean, I presume you mean "via CUDA", but I don't think this is obvious to the average reader. Maybe "allocation is optimized for the device" or some such thing? Andrew