Skip to content

Commit

Permalink
Shader execution tests for memory layout (#3322)
Browse files Browse the repository at this point in the history
* Tests to read and write correct bytes for many layouts
* add to listing meta
  • Loading branch information
alan-baker authored Jan 29, 2024
1 parent 4b8cec0 commit 0d1754f
Show file tree
Hide file tree
Showing 2 changed files with 1,061 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webgpu/listing_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1647,6 +1647,8 @@
"webgpu:shader,execution,flow_control,while:while_continue:*": { "subcaseMS": 5.650 },
"webgpu:shader,execution,flow_control,while:while_nested_break:*": { "subcaseMS": 12.701 },
"webgpu:shader,execution,flow_control,while:while_nested_continue:*": { "subcaseMS": 5.450 },
"webgpu:shader,execution,memory_layout:read_layout:*": { "subcaseMS": 0 },
"webgpu:shader,execution,memory_layout:write_layout:*": { "subcaseMS": 0 },
"webgpu:shader,execution,memory_model,adjacent:f16:*": { "subcaseMS": 23.625 },
"webgpu:shader,execution,memory_model,atomicity:atomicity:*": { "subcaseMS": 77.201 },
"webgpu:shader,execution,memory_model,barrier:workgroup_barrier_load_store:*": { "subcaseMS": 65.850 },
Expand Down
Loading

0 comments on commit 0d1754f

Please sign in to comment.