Skip to content

Commit

Permalink
Execution for quad swaps (#3990)
Browse files Browse the repository at this point in the history
* Data types
* compute: uniform and non-uniform
* fragment: uniform
  • Loading branch information
alan-baker authored Oct 18, 2024
1 parent 9a1cb0c commit 6a79ce2
Show file tree
Hide file tree
Showing 2 changed files with 671 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/webgpu/listing_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,11 @@
"webgpu:shader,execution,expression,call,builtin,quadBroadcast:data_types:*": { "subcaseMS": 29.144 },
"webgpu:shader,execution,expression,call,builtin,quadBroadcast:fragment,all_active:*": { "subcaseMS": 317.251 },
"webgpu:shader,execution,expression,call,builtin,quadBroadcast:fragment,split:*": { "subcaseMS": 0.206 },
"webgpu:shader,execution,expression,call,builtin,quadSwap:compute,all_active:*": { "subcaseMS": 1658.818 },
"webgpu:shader,execution,expression,call,builtin,quadSwap:compute,split:*": { "subcaseMS": 3082.458 },
"webgpu:shader,execution,expression,call,builtin,quadSwap:data_types:*": { "subcaseMS": 1532.129 },
"webgpu:shader,execution,expression,call,builtin,quadSwap:fragment,all_active:*": { "subcaseMS": 28.025 },
"webgpu:shader,execution,expression,call,builtin,quadSwap:fragment,split:*": { "subcaseMS": 0.542 },
"webgpu:shader,execution,expression,call,builtin,quantizeToF16:f32:*": { "subcaseMS": 11.063 },
"webgpu:shader,execution,expression,call,builtin,radians:abstract_float:*": { "subcaseMS": 12268.988 },
"webgpu:shader,execution,expression,call,builtin,radians:f16:*": { "subcaseMS": 18.707 },
Expand Down
Loading

0 comments on commit 6a79ce2

Please sign in to comment.