From 8e3d54dc12ac35b104b89b68fc2d4a09c9d6a13d Mon Sep 17 00:00:00 2001 From: hhh Date: Fri, 7 Jul 2023 23:52:22 -0700 Subject: [PATCH] Add converter for acc_op.dtype Differential Revision: D47283348 fbshipit-source-id: 9b6298e0cb831afb06bc1456d50ddd92205810dc --- fx2ait/fx2ait/converters/ait_converters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fx2ait/fx2ait/converters/ait_converters.py b/fx2ait/fx2ait/converters/ait_converters.py index 88f7c8e34..ab4418987 100644 --- a/fx2ait/fx2ait/converters/ait_converters.py +++ b/fx2ait/fx2ait/converters/ait_converters.py @@ -1550,6 +1550,7 @@ def acc_ops_contiguous( @ait_converter(acc_ops.to_dtype) +@ait_converter(acc_ops.dtype) def acc_ops_to_dtype( target: Target, args: Tuple[Argument, ...],