Skip to content

Commit

Permalink
Remove use of Variable Pointer capability. (#5352)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 19, 2024
1 parent 4b6dd45 commit 9b5b340
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": 2079.0625
"value": 1867.3125
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 538.0
"value": 507.6875
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 541.4375
"value": 508.875
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 2055.1875
"value": 1857.5625
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 541.9375
"value": 507.0625
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 540.375
"value": 508.0625
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 675.0625
"value": 631.375
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Make slang-llvm fetching and failure more robust (#5346)
b2386f36ee3ac253457e9e532b0373a5ce1ee687
Remove use of Variable Pointer capability. (#5352)
9936178dd3efb026bfa142512a2bf061d7a75ab5

0 comments on commit 9b5b340

Please sign in to comment.