Skip to content

Commit

Permalink
Fix resource specialization with -embed-dxil (#4990)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 5, 2024
1 parent eaf5401 commit d701284
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": 4945.6875
"value": 5223.625
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 1016.9375
"value": 1297.0625
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 1158.25
"value": 1189.0
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 3198.0
"value": 4782.9375
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 815.25
"value": 1216.3125
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 814.1875
"value": 859.0
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 947.4375
"value": 1521.4375
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Open existential on arguments after overload resolution. (#4982)
599dae52e85d2a86bf3cae1ebd0883fedf44a76e
Fix resource specialization with `-embed-dxil` (#4990)
dc3f2d65848837afaf528beefc305534a29540c8

0 comments on commit d701284

Please sign in to comment.