Skip to content

Commit

Permalink
#11756: update preserve_fp32_precision vector for moreh matmul
Browse files Browse the repository at this point in the history
  • Loading branch information
rdjogoTT committed Sep 23, 2024
1 parent 2397c5b commit f17a040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ MorehMatmulOperation::MultiCoreProgramFactory::cached_program_t MorehMatmulOpera
vector<PreserveFP32Target> preserve_fp32_precision(NUM_CIRCULAR_BUFFERS, PreserveFP32Target::Disabled);
if (fp32_dest_acc_en) {
compute_defines["FP32_DEST_ACC_EN"] = "1";
// set appropriate indices 'i' of preserve_fp32_precision[i] to PreserveFP32Target::DEST
preserve_fp32_precision[tt::CB::c_intermed0] = PreserveFP32Target::DEST;
}

const auto compute_kernel_1_id = tt::operations::primary::CreateComputeKernel(
Expand Down

0 comments on commit f17a040

Please sign in to comment.