gcc/libgomp/plugin
Richard Biener c34ab549d8 Avoid registering unsupported OMP offload devices
The following avoids registering unsupported GCN offload devices
when iterating over available ones.  With a Zen4 desktop CPU
you will have an IGPU (unspported) which will otherwise be made
available.  This causes testcases like
libgomp.c-c++-common/non-rect-loop-1.c which iterate over all
decives to FAIL.

libgomp/
	* plugin/plugin-gcn.c (suitable_hsa_agent_p): Filter out
	agents with unsupported ISA.
2024-01-26 15:36:35 +01:00
..
configfrag.ac Update copyright years. 2024-01-03 12:19:35 +01:00
cuda-lib.def OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rect 2023-07-26 16:22:35 +02:00
Makefrag.am Update copyright years. 2024-01-03 12:19:35 +01:00
plugin-gcn.c Avoid registering unsupported OMP offload devices 2024-01-26 15:36:35 +01:00
plugin-nvptx.c Update copyright years. 2024-01-03 12:19:35 +01:00