Re: [Patch] libgomp: Add reverse-offload splay tree

2022-09-09 Thread Jakub Jelinek via Gcc-patches
On Fri, Aug 26, 2022 at 01:15:24PM +0200, Tobias Burnus wrote: > For reverse-offload data handling, we need to support: > (a) device fn addr -> host fn address > (b) finding already mapped host -> device vars via their device address > > For (a), the functions addrs, we need some extra code (cf. p

[Patch] libgomp: Add reverse-offload splay tree

2022-08-26 Thread Tobias Burnus
For reverse-offload data handling, we need to support: (a) device fn addr -> host fn address (b) finding already mapped host -> device vars via their device address For (a), the functions addrs, we need some extra code (cf. previous patches) as this information does not exist already. For (b), th