Skip to content

Commit

Permalink
WGSL: Enable load & store from byte-addressible buffers (#5252)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 11, 2024
1 parent 789df75 commit 2c08691
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions benchmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
{
"name": "closesthit : mono : dxil",
"unit": "milliseconds",
"value": 1786.4375
"value": 1803.0
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 486.125
"value": 491.8125
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 488.5
"value": 491.875
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1785.4375
"value": 1793.5
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 488.8125
"value": 490.3125
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 487.4375
"value": 490.6875
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 591.0625
"value": 595.3125
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
slang-test: retry failed test at the end. (#5255)
466fb5bd79c46863dc50817372cb852838a9a807
WGSL: Enable load & store from byte-addressible buffers (#5252)
5fa35fcce532267a2ae5779dee9ff4d07fab6bf4

0 comments on commit 2c08691

Please sign in to comment.