Skip to content

Commit

Permalink
Fix handling of pointer logic in wgsl backend. (#5129)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 21, 2024
1 parent 7b063cd commit acc4cbb
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": 1799.75
"value": 1793.0625
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 489.875
"value": 489.1875
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 488.375
"value": 488.0625
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1794.3125
"value": 1792.5
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 489.5
"value": 486.4375
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 487.375
"value": 488.0625
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 590.8125
"value": 592.125
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
WGSL implement texture intrinsics except gather and sampler-less (#5123)
c42b5e24b5b9d6b03352d809e0a49485d361154f
Fix handling of pointer logic in wgsl backend. (#5129)
53684ed919ff2f5f3656aed2e95a111207452392

0 comments on commit acc4cbb

Please sign in to comment.