Skip to content

Commit

Permalink
#8364: Disable implicit fallback for ttnn.repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
ayerofieiev-tt committed May 22, 2024
1 parent e2c5f52 commit 443ba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttnn/ttnn/operations/data_movement.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def _repeat_validate_input_tensors(operation_name, input_tensor, *args, **kwargs
name="ttnn.repeat",
validate_input_tensors=_repeat_validate_input_tensors,
golden_function=_golden_function,
allow_to_fallback_to_golden_function_on_failure=True,
allow_to_fallback_to_golden_function_on_failure=False,
)
def repeat(
input_tensor: ttnn.Tensor,
Expand Down

0 comments on commit 443ba55

Please sign in to comment.