Skip to content

Instantly share code, notes, and snippets.

@swolchok
Created March 8, 2023 19:13
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 swolchok/d9f06e2d9545a49c3181c713a36362c3 to your computer and use it in GitHub Desktop.
Save swolchok/d9f06e2d9545a49c3181c713a36362c3 to your computer and use it in GitHub Desktop.
output for annotation_str benchmark with https://github.com/pytorch/pytorch/pull/96215
Nesting level: 1
output: Dict[str, Tuple[str, str]]
<torch.utils.benchmark.utils.common.Measurement object at 0x7f6969bb1f40>
x.annotation_str
Median: 18.42 us
IQR: 1.04 us (17.86 to 18.90)
108 measurements, 100 runs per measurement, 1 thread
Nesting level: 3
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[str, str]], Dict[str,
<torch.utils.benchmark.utils.common.Measurement object at 0x7f6969bb1e80>
x.annotation_str
Median: 61.76 us
IQR: 3.67 us (60.64 to 64.31)
27 measurements, 100 runs per measurement, 1 thread
Nesting level: 5
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[s
<torch.utils.benchmark.utils.common.Measurement object at 0x7f6969bb1f40>
x.annotation_str
Median: 241.53 us
IQR: 18.48 us (234.81 to 253.29)
75 measurements, 10 runs per measurement, 1 thread
Nesting level: 10
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[s
<torch.utils.benchmark.utils.common.Measurement object at 0x7f6969bb1e80>
x.annotation_str
Median: 7.94 ms
IQR: 0.34 ms (7.71 to 8.05)
25 measurements, 1 runs per measurement, 1 thread
second run:
Nesting level: 1
output: Dict[str, Tuple[str, str]]
<torch.utils.benchmark.utils.common.Measurement object at 0x7f6a1b243f40>
x.annotation_str
Median: 18.33 us
IQR: 1.06 us (17.73 to 18.79)
109 measurements, 100 runs per measurement, 1 thread
Nesting level: 3
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[str, str]], Dict[str,
<torch.utils.benchmark.utils.common.Measurement object at 0x7f6a1b243e80>
x.annotation_str
Median: 63.19 us
IQR: 4.14 us (61.83 to 65.97)
28 measurements, 100 runs per measurement, 1 thread
Nesting level: 5
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[s
<torch.utils.benchmark.utils.common.Measurement object at 0x7f6a1b243f40>
x.annotation_str
Median: 247.22 us
IQR: 13.91 us (240.06 to 253.97)
74 measurements, 10 runs per measurement, 1 thread
Nesting level: 10
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[s
<torch.utils.benchmark.utils.common.Measurement object at 0x7f6a1b243e80>
x.annotation_str
Median: 7.67 ms
IQR: 0.30 ms (7.56 to 7.86)
26 measurements, 1 runs per measurement, 1 thread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment