Skip to content

Commit

Permalink
Fix matrix comparison operators on CPU (#6296)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Feb 6, 2025
1 parent 04a83fe commit f678595
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": 1932.625
"value": 1927.5
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 534.5
"value": 532.25
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 536.125
"value": 532.3125
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1913.6875
"value": 1913.0
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 531.6875
"value": 533.3125
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 531.5625
"value": 534.8125
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 689.0625
"value": 690.8125
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
maxtessfactor attribute should take a floating point value (#6289)
d8a8559a5baebb81361b15cf86d28c9e8019b177
Fix matrix comparison operators on CPU (#6296)
bbaaab48af8a48daca23ed97f006855b03798b0f

0 comments on commit f678595

Please sign in to comment.