Skip to content

Commit

Permalink
#14032: init bfp8_pack_precise to false
Browse files Browse the repository at this point in the history
  • Loading branch information
rdjogoTT committed Nov 13, 2024
1 parent abcbdf0 commit 9582534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tt_metal/jit_build/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ namespace tt::tt_metal

JitBuildOptions::JitBuildOptions(const JitBuildEnv& env) :
build_env(env),
fp32_dest_acc_en(false) {}
fp32_dest_acc_en(false),
bfp8_pack_precise(false) {}

void JitBuildOptions::set_name(const string& n)
{
Expand Down

0 comments on commit 9582534

Please sign in to comment.