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: 601c3833ec95f0077d4b6b6ad34aba96f715be12
  • Loading branch information
henryhu6 authored and facebook-github-bot committed Jul 7, 2023
1 parent 8653901 commit 125cf41
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 125cf41

Please sign in to comment.