Skip to content

Commit

Permalink
Prevent constant folding for specialization constants (#5953)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Dec 29, 2024
1 parent f4b34fe commit ad1aa44
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": 1869.5625
"value": 1870.25
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 496.4375
"value": 494.0
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 494.4375
"value": 491.25
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1871.125
"value": 1855.5
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 491.3125
"value": 488.8125
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 494.8125
"value": 491.4375
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 588.6875
"value": 585.1875
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Implement HLSL pack/unpack math intrinsics (#5934)
7a6de4aea1973b379d9f3b7db248ad260d3ee024
Prevent constant folding for specialization constants (#5953)
71cd967f7ec6e5b50daecfa628cc34f6d7016a6a

0 comments on commit ad1aa44

Please sign in to comment.