We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3482b4e commit a1bd1ceCopy full SHA for a1bd1ce
clang/test/OpenMP/metadirective_ast_print.c
@@ -27,16 +27,16 @@ void foo1(void) {
27
: parallel) otherwise()
28
bar();
29
#pragma omp metadirective when(implementation = {vendor(score(0) \
30
- : llvm)}, \
+ : amd)}, \
31
device = {kind(cpu)} \
32
: parallel) otherwise(target teams)
33
34
#pragma omp metadirective when(device = {kind(gpu)} \
35
- : target teams) when(implementation = {vendor(llvm)} \
+ : target teams) when(implementation = {vendor(amd)} \
36
37
38
#pragma omp metadirective otherwise(target) when(implementation = {vendor(score(5) \
39
40
device = {kind(cpu, host)} \
41
: parallel)
42
0 commit comments