Skip to content

Commit

Permalink
include header rather than fwd declare
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Jan 14, 2025
1 parent 7d21e48 commit d3c6898
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/ttmlir/Target/TTKernel/TTKernelToCpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@

#include "mlir/IR/Operation.h"
#include "mlir/Support/LogicalResult.h"
#include "ttmlir/Dialect/TTKernel/IR/TTKernelOpsTypes.h"

namespace mlir::tt::ttkernel {

enum class ThreadType : uint32_t;

// Translates a TTKernel operation to C++ and writes it to the given
// stream.

Expand Down

0 comments on commit d3c6898

Please sign in to comment.