Skip to content

Instantly share code, notes, and snippets.

@syl20bnr
Last active January 12, 2024 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syl20bnr/b0fdbbf0c3877b9e4ddf262a9cc388ac to your computer and use it in GitHub Desktop.
Save syl20bnr/b0fdbbf0c3877b9e4ddf262a9cc388ac to your computer and use it in GitHub Desktop.
Burn backend comparison benchmark serialization example
{
"backend": "fusion<wgpu>",
"device": "BestAvailable",
"gitHash": "7a8bc990cc257c51d6a8dc449c13353f931e8081",
"max": 2844,
"mean": 2783,
"median": 2776,
"min": 2757,
"name": "matmul",
"numRepeats": 3,
"numSamples": 10,
"options": null,
"rawDurations": [
{
"secs": 0,
"nanos": 2794800
},
{
"secs": 0,
"nanos": 2771000
},
{
"secs": 0,
"nanos": 2773500
},
{
"secs": 0,
"nanos": 2776700
},
{
"secs": 0,
"nanos": 2757100
},
{
"secs": 0,
"nanos": 2791100
},
{
"secs": 0,
"nanos": 2772900
},
{
"secs": 0,
"nanos": 2844700
},
{
"secs": 0,
"nanos": 2773500
},
{
"secs": 0,
"nanos": 2780400
}
],
"shapes": [
[
3,
1024,
2048
],
[
3,
2048,
1024
]
],
"timestamp": 1705007855627,
"variance": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment