Skip to content

Commit

Permalink
#11962: API naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdjogoTT committed Sep 26, 2024
1 parent 94b90ae commit 638a5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/include/compute_kernel_api/reconfig_data_format.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ALWI void reconfig_data_format_srca(const uint32_t srca_old_operand, const uint3
* Helper function to reconfigure srcb input data format.
*/
template <bool float_only = true, bool reconfig_math = true>
ALWI void econfig_data_format_srcb(const uint32_t srcb_new_operand) {
ALWI void reconfig_data_format_srcb(const uint32_t srcb_new_operand) {
unpack_reconfig_data_format_srcb<float_only>(srcb_new_operand);
if constexpr (reconfig_math) {
math_reconfig_data_format_srcb<float_only>(srcb_new_operand);
Expand Down

0 comments on commit 638a5af

Please sign in to comment.