Skip to content

Commit

Permalink
enable tile recompute UT
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwa committed Dec 4, 2023
1 parent 7c3bbc3 commit 30aebbc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ TEST(MemoryOptimizerTests, GeluRecompute) {
ASSERT_EQ(original_gelu_node->Priority(), static_cast<int>(ExecutionPriority::DEFAULT));
}

// Disable this UT for now. It has strong dependency on graph topological order, which is not correct logically.
TEST(MemoryOptimizerTests, DISABLED_TileRecompute) {
TEST(MemoryOptimizerTests, TileRecompute) {
const logging::Logger* logger = &logging::LoggingManager::DefaultLogger();
auto model_uri = MODEL_FOLDER "recompute_tile.onnx";
std::shared_ptr<Model> model;
Expand Down

0 comments on commit 30aebbc

Please sign in to comment.