@@ -41,7 +41,7 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
41
41
| target construct | P | device clause not supported |
42
42
| target update construct | P | device clause not supported |
43
43
| declare target directive | P | |
44
- | teams construct | P | reduction clause not supported |
44
+ | teams construct | Y | |
45
45
| distribute construct | P | dist_schedule clause not supported |
46
46
| distribute simd construct | P | dist_schedule and linear clauses are not supported |
47
47
| distribute parallel loop construct | P | dist_schedule clause not supported |
@@ -51,15 +51,15 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
51
51
| atomic construct extensions | Y | |
52
52
| cancel construct | Y | |
53
53
| cancellation point construct | Y | |
54
- | parallel do simd construct | P | linear clause is not supported |
55
- | target teams construct | P | device and reduction clauses are not supported |
56
- | teams distribute construct | P | reduction and dist_schedule clauses not supported |
57
- | teams distribute simd construct | P | reduction, dist_schedule and linear clauses are not supported |
58
- | target teams distribute construct | P | device, reduction and dist_schedule clauses are not supported |
59
- | teams distribute parallel loop construct | P | reduction and dist_schedule clauses are not supported |
60
- | target teams distribute parallel loop construct | P | device, reduction and dist_schedule clauses are not supported |
61
- | teams distribute parallel loop simd construct | P | reduction, dist_schedule, and linear clauses are not supported |
62
- | target teams distribute parallel loop simd construct | P | device, reduction, dist_schedule and linear clauses are not supported |
54
+ | parallel do simd construct | P | linear clause not supported |
55
+ | target teams construct | P | device clause not supported |
56
+ | teams distribute construct | P | dist_schedule clause not supported |
57
+ | teams distribute simd construct | P | dist_schedule and linear clauses are not supported |
58
+ | target teams distribute construct | P | device and dist_schedule clauses are not supported |
59
+ | teams distribute parallel loop construct | P | dist_schedule clause not supported |
60
+ | target teams distribute parallel loop construct | P | device and dist_schedule clauses are not supported |
61
+ | teams distribute parallel loop simd construct | P | dist_schedule and linear clauses are not supported |
62
+ | target teams distribute parallel loop simd construct | P | device, dist_schedule and linear clauses are not supported |
63
63
64
64
## Extensions
65
65
### ATOMIC construct
0 commit comments