Skip to content

Commit

Permalink
Remove ARCH_NAME sp header tensix.h from tt_memory.cpp (#15332)
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt authored Nov 21, 2024
1 parent 5af17a6 commit e91bb43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 2 additions & 5 deletions tt_metal/llrt/tt_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@

#include "tt_memory.h"

#include <cassert>
#include <cstdio>
#include <fstream>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <stdexcept>

#include "tensix.h"
#include "tt_elffile.hpp"
#include "tt_metal/common/assert.hpp"

Expand Down
8 changes: 2 additions & 6 deletions tt_metal/llrt/tt_memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@

#pragma once

#include <functional>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <istream>
#include <sstream>
#include <functional>
#include <string>
#include <vector>

// #include "command_assembler/memory.h"

namespace ll_api {

class memory {
Expand Down

0 comments on commit e91bb43

Please sign in to comment.