Skip to content

Commit

Permalink
Quad broadcast execution tests (gpuweb#3987)
Browse files Browse the repository at this point in the history
* Data types
* compute tests: uniform and split
* fragment tests: uniform
  • Loading branch information
alan-baker authored and teoxoy committed Oct 25, 2024
1 parent c79c913 commit 8e069f2
Show file tree
Hide file tree
Showing 3 changed files with 663 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/webgpu/listing_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,11 @@
"webgpu:shader,execution,expression,call,builtin,pow:abstract_float:*": { "subcaseMS": 30535.000 },
"webgpu:shader,execution,expression,call,builtin,pow:f16:*": { "subcaseMS": 816.063 },
"webgpu:shader,execution,expression,call,builtin,pow:f32:*": { "subcaseMS": 151.269 },
"webgpu:shader,execution,expression,call,builtin,quadBroadcast:compute,all_active:*": { "subcaseMS": 734.565 },
"webgpu:shader,execution,expression,call,builtin,quadBroadcast:compute,split:*": { "subcaseMS": 2001.058 },
"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,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 8e069f2

Please sign in to comment.