Skip to content

Commit

Permalink
Update CTS status (#5019)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker authored Dec 12, 2024
1 parent 73a75f5 commit 327948d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions proposals/subgroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Status: **Draft**

Last modified: 2024-12-02
Last modified: 2024-12-12

Issue: [#4306](https://github.com/gpuweb/gpuweb/issues/4306)

Expand Down Expand Up @@ -264,7 +264,7 @@ D3D12 would have to be proven empricially.

# Appendix C: CTS Status

Last updated: 2024-12-02
Last updated: 2024-12-12

| Built-in value | Validation | Compute | Fragment |
| --- | --- | --- | --- |
Expand All @@ -273,7 +273,7 @@ Last updated: 2024-12-02

| Built-in function | Validation | Compute | Fragment |
| --- | --- | --- | --- |
| `subgroupElect` | ✓ | ✗ | ✗ |
| `subgroupElect` | ✓ | ✓ | ✓ |
| `subgroupAll` | ✓ | ✓ | ✓ |
| `subgroupAny` | ✓ | ✓ | ✓ |
| `subgroupBroadcast` | ✓ | ✓ | ✓ |
Expand All @@ -292,8 +292,8 @@ Last updated: 2024-12-02
| `subgroupAnd` | ✓ | ✓ | ✓ |
| `subgroupOr` | ✓ | ✓ | ✓ |
| `subgroupXor` | ✓ | ✓ | ✓ |
| `subgroupMin` | ✓ | ✗ | ✗ |
| `subgroupMax` | ✓ | ✗ | ✗ |
| `subgroupMin` | ✓ | ✓ | ✓ |
| `subgroupMax` | ✓ | ✓ | ✓ |
| `quadBroadcast` | ✓ | ✓ | ✓ |
| `quadSwapX` | ✓ | ✓ | ✓ |
| `quadSwapY` | ✓ | ✓ | ✓ |
Expand Down

0 comments on commit 327948d

Please sign in to comment.