Skip to content

Commit 616b140

Browse files
author
hongtaozhang
committed
Fix lint issue and break the long line.
1 parent 060b4de commit 616b140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

superbench/benchmarks/micro_benchmarks/cuda_gemm_flops_performance.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ def __init__(self, name, parameters=''):
2424

2525
self._bin_name = 'cutlass_profiler'
2626

27-
# TODO - To support more architecutres, currently only support compute capability = 7.0, 7.5, 8.0, 8.6, 8.9, 9.0, 10.0
27+
# TODO - To support more architectures,
28+
# currently only support compute capability = 7.0, 7.5, 8.0, 8.6, 8.9, 9.0, 10.0
2829
self.__kernel_map = {
2930
7.0: {
3031
'fp64': 'cutlass_simt_dgemm_128x128_8x2_*',

0 commit comments

Comments
 (0)