Skip to content

Commit

Permalink
Non-Runtime build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vprajapati-tt committed Nov 25, 2024
1 parent 374f15f commit af65da4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/lib/ttnn/program.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@
#include "operations/normalization/softmax.h"
#include "operations/pool/maxpool2d.h"
#include "operations/reduction/reduction.h"
#include "tracy/Tracy.hpp"
#include "tt/runtime/detail/debug.h"
#include "tt/runtime/detail/logger.h"
#include "tt/runtime/ttnn/types.h"
#include "tt/runtime/utils.h"
#include "ttmlir/Target/TTNN/program_generated.h"

#ifdef TT_RUNTIME_ENABLE_PERF_TRACE
#include "tracy/Tracy.hpp"
#endif

namespace tt::runtime::ttnn {
using LogType = ::tt::runtime::logger::LogType;

Expand Down

0 comments on commit af65da4

Please sign in to comment.