Convert MIOpen driver to ckProfiler script typos fix (#1476)

This commit is contained in:
Bartłomiej Kocot
2024-08-20 19:04:14 +02:00
committed by GitHub
parent a94113a941
commit dc82daa86e
2 changed files with 1 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ def run_ck_profiler_cmd(cmd):
def parse_data_type(args):
if args.data_type == "fp32":
if args.ck_profier_op == "grouped_conv_bwd_weight" or \
args.ck_profier_op == "grouped_conv_bwd_weight" or \
args.ck_profier_op == "grouped_conv_bwd_data" or \
args.ck_profier_op == "grouped_conv_fwd":
args.data_type = 0
if args.data_type == "fp16":