Skip to content

Commit

Permalink
Removed pragma optimize off that I accidentally left in the file
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomezTT committed Feb 26, 2025
1 parent f4e1bf7 commit bac4b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttnn/cpp/ttnn/graph/graph_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <typeindex>
#include <unordered_map>
#include "ttnn/core.hpp"
#pragma optimize("", off)

using namespace tt::tt_metal;

namespace {
Expand Down

0 comments on commit bac4b25

Please sign in to comment.