Skip to content
Snippets Groups Projects
Commit cb366731 authored by Tobias Burnus's avatar Tobias Burnus
Browse files

libgomp.c/declare-variant-4.h: Fix used variant function for gfx1030/gfx1100


libgomp/ChangeLog:

	* testsuite/libgomp.c/declare-variant-4.h: Use gfx1100/gfx1030
	function not gfx90a for gfx1100/gfx1030 context selector.

Signed-off-by: default avatarTobias Burnus <tburnus@baylibre.com>
parent b338fdbc
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ gfx1100 (void)
#pragma omp declare variant(gfx906) match(device = {isa("gfx906")})
#pragma omp declare variant(gfx908) match(device = {isa("gfx908")})
#pragma omp declare variant(gfx90a) match(device = {isa("gfx90a")})
#pragma omp declare variant(gfx90a) match(device = {isa("gfx1030")})
#pragma omp declare variant(gfx90a) match(device = {isa("gfx1100")})
#pragma omp declare variant(gfx1030) match(device = {isa("gfx1030")})
#pragma omp declare variant(gfx1100) match(device = {isa("gfx1100")})
__attribute__ ((noipa))
int
f (void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment