Bug 189025 - [WHLSL] Implement atomic operations and barriers
Summary: [WHLSL] Implement atomic operations and barriers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on:
Blocks: 176199 189202
  Show dependency treegraph
 
Reported: 2018-08-27 16:14 PDT by Myles C. Maxfield
Modified: 2018-10-13 15:15 PDT (History)
6 users (show)

See Also:


Attachments
Patch (26.46 KB, patch)
2018-09-22 04:08 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (27.36 KB, patch)
2018-09-22 04:21 PDT, Myles C. Maxfield
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2018-08-27 16:14:56 PDT
Implement atomic operations and barriers
Comment 1 Radar WebKit Bug Importer 2018-09-12 18:51:24 PDT
<rdar://problem/44403016>
Comment 2 Thomas Denney 2018-09-21 19:32:30 PDT
They also need implementing in the code generation.
Comment 3 Myles C. Maxfield 2018-09-22 04:08:25 PDT
Created attachment 350516 [details]
Patch
Comment 4 Myles C. Maxfield 2018-09-22 04:21:26 PDT
Created attachment 350517 [details]
Patch
Comment 5 Myles C. Maxfield 2018-09-22 16:23:03 PDT
Committed r236387: <https://trac.webkit.org/changeset/236387>
Comment 6 Myles C. Maxfield 2018-10-13 15:15:33 PDT
Migrated to https://github.com/gpuweb/WHLSL/issues/82