Skip to content

Commit

Permalink
#8364: disable implicit fallback for ttnn.split
Browse files Browse the repository at this point in the history
  • Loading branch information
ayerofieiev-tt committed May 22, 2024
1 parent b84ce16 commit 44e4238
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 @@ -77,7 +77,7 @@ def _pad_validate_input_tensors(operation_name, input_tensor, *args, **kwargs):
golden_function=_golden_function,
preprocess_golden_function_inputs=_preprocess_golden_function_inputs,
postprocess_golden_function_outputs=_postprocess_golden_function_outputs,
allow_to_fallback_to_golden_function_on_failure=True,
allow_to_fallback_to_golden_function_on_failure=False,
)
def pad(
input_tensor: ttnn.Tensor,
Expand Down

0 comments on commit 44e4238

Please sign in to comment.