Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbezuljTT committed Dec 23, 2024
1 parent d43dccb commit e7246fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/unittests/OpModel/TTNN/Conversion/TestConversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
#include "Conversion.hpp"
#include "OpModelFixture.h"

#include "gtest/gtest.h"
#include <llvm/ADT/SmallVector.h>

#include "gtest/gtest.h"

class MlirToTtnnConversion : public OpModelFixture {};

//================================================================================
Expand Down Expand Up @@ -536,4 +537,4 @@ TEST_F(MlirToTtnnConversion, TensorSpec) {
EXPECT_EQ(tensorSpec.page_config().get_layout(),
tt::tt_metal::Layout::ROW_MAJOR);
}
}
}

0 comments on commit e7246fc

Please sign in to comment.