Skip to content

Commit 810c0ac

Browse files
committed
add format
1 parent 23c0169 commit 810c0ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tritonbench/operators/launch_latency/operator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import triton.language as tl
22
from torch import zeros
33
from torch._C import _cuda_getCurrentRawStream as get_raw_stream
4+
5+
from torch._inductor.utils import triton_version_uses_attrs_dict
46
from triton.compiler import CompiledKernel
57

68
from tritonbench.utils.triton_op import (
@@ -10,7 +12,6 @@
1012
register_metric,
1113
)
1214

13-
from torch._inductor.utils import triton_version_uses_attrs_dict
1415
from .kernels import get_trivial_add_kernel, nop_kernel, nop_with_args_kernel
1516

1617

0 commit comments

Comments
 (0)