You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--device', type=str, default=default_device, help='Device to use')
377
387
parser.add_argument('--precision', type=lambdax: getattr(torch, x.split(".")[-1]), default=torch.bfloat16, help='dtype precision to use')
388
+
parser.add_argument('--print_autoquant_m_n_k', action='store_true', help='Whether to print the M, N, K shapes in AUTOQUANT_CACHE for micro benchmarking.')
378
389
parser.add_argument('--write_result', type=Path, default=None, help='Path where to write the result')
0 commit comments