gcc/libgomp/plugin
Tobias Burnus f1af7d65ff libgomp: plugin-gcn - support 'unified_address'
Effectively, for GCN (as for nvptx) there is a common address space between
host and device, whether being accessible or not. Thus, this commit
permits to use 'omp requires unified_address' with GCN devices.
(nvptx accepts this requirement since r13-3460-g131d18e928a3ea.)

libgomp/

	* plugin/plugin-gcn.c (GOMP_OFFLOAD_get_num_devices): Regard
	unified_address requirement as supported.
	* libgomp.texi (OpenMP 5.0, AMD Radeon, nvptx): Remove
	'unified_address' from the not-supported requirements.
2023-06-06 18:06:14 +02:00
..
configfrag.ac Update copyright years. 2023-01-16 11:52:17 +01:00
cuda-lib.def libgomp/nvptx: Prepare for reverse-offload callback handling 2022-10-24 17:04:08 +02:00
Makefrag.am Update copyright years. 2023-01-16 11:52:17 +01:00
plugin-gcn.c libgomp: plugin-gcn - support 'unified_address' 2023-06-06 18:06:14 +02:00
plugin-nvptx.c libgomp: Simplify OpenMP reverse offload host <-> device memory copy implementation 2023-05-08 15:58:05 +02:00