Skip to content

Commit

Permalink
C++ files should not be part of the API of a library (#16123)
Browse files Browse the repository at this point in the history
### Ticket
None

### Problem description
Very very rarely should we include a .cpp file (if intended, should call
it .ipp, generally).
This one looks like a typo and doesn't seem to break anything when
removing.

### What's changed
rm -rf

### Checklist
- [x] Post commit CI passes
https://github.com/tenstorrent/tt-metal/actions/runs/12379363947
  • Loading branch information
afuller-TT authored Dec 18, 2024
1 parent a0857c2 commit 51bedc8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "moreh_dot_device_operation.hpp"
#include "ttnn/operations/moreh/moreh_helper_functions.hpp"
#include "tt_metal/common/constants.hpp"
#include "tt_metal/tt_metal.cpp"

namespace ttnn::operations::moreh::moreh_dot {
MorehDotOperation::SingleCore::cached_program_t MorehDotOperation::SingleCore::create(
Expand Down

0 comments on commit 51bedc8

Please sign in to comment.