Skip to content

Commit

Permalink
#9059: Add fallback for getting matmul program config (#9077)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbradelTT authored Jun 3, 2024
1 parent 8e3cd8f commit 7d68124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_eager/tt_dnn/op_library/bmm/bmm_op.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ tt::operations::primary::MatmulProgramConfig get_matmul_program_config(
.per_core_N = per_core_N,
};
}
TT_FATAL(false, "Matmul program config could not be determined for given input shapes!");
return tt::operations::primary::create_matmul_program_config(input_tensor_a, input_tensor_b, grid_size, fused_activation, compute_kernel_config);
}

tuple<uint32_t, uint32_t> get_subblock_sizes(
Expand Down

0 comments on commit 7d68124

Please sign in to comment.