Skip to content

Commit

Permalink
Add converter for acc_op.dtype
Browse files Browse the repository at this point in the history
Differential Revision: D47283348

fbshipit-source-id: 9b6298e0cb831afb06bc1456d50ddd92205810dc
  • Loading branch information
henryhu6 authored and facebook-github-bot committed Jul 8, 2023
1 parent 8653901 commit 8e3d54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fx2ait/fx2ait/converters/ait_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...],
Expand Down

0 comments on commit 8e3d54d

Please sign in to comment.