Skip to content

Commit

Permalink
Fix argument buffer tier2 layout computation. (#6101)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 16, 2025
1 parent 519239c commit dfa0351
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions benchmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
{
"name": "closesthit : mono : dxil",
"unit": "milliseconds",
"value": 1887.1875
"value": 1884.4375
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 492.9375
"value": 492.375
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 495.1875
"value": 492.3125
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1856.875
"value": 1859.125
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 492.8125
"value": 489.5
},
{
"name": "shadow : module : dxil",
Expand All @@ -32,6 +32,6 @@
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 583.25
"value": 581.9375
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Inline global constants that contains opaque handles for legalization. (#6098)
387f2be1e48a805ef0da34510a5ae0ebc0ba9c3e
Fix argument buffer tier2 layout computation. (#6101)
edf5e9f97015a09fa0f2bed58d6a04744992d23f

0 comments on commit dfa0351

Please sign in to comment.