Skip to content

Commit

Permalink
Fixed TTNN Enums conflicting with TT (#1194)
Browse files Browse the repository at this point in the history
* Fixed TTNN Enums conflicting with TT

* Changed CMake Flag to correct build
  • Loading branch information
vprajapati-tt authored Nov 7, 2024
1 parent 0ee309b commit 7122775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ declare_mlir_dialect_python_bindings(
ROOT_DIR "${TTMLIR_PYTHON_ROOT_DIR}"
TD_FILE dialects/TTBinding.td
GEN_ENUM_BINDINGS ON
GEN_ENUM_TD_FILE dialects/TTEnumBinding.td
GEN_ENUM_BINDINGS_TD_FILE dialects/TTEnumBinding.td
SOURCES dialects/tt.py
DIALECT_NAME tt
)
Expand All @@ -52,7 +52,7 @@ declare_mlir_dialect_python_bindings(
ROOT_DIR "${TTMLIR_PYTHON_ROOT_DIR}"
TD_FILE dialects/TTNNBinding.td
GEN_ENUM_BINDINGS ON
GEN_ENUM_TD_FILE dialects/TTNNEnumBinding.td
GEN_ENUM_BINDINGS_TD_FILE dialects/TTNNEnumBinding.td
SOURCES dialects/ttnn.py
DIALECT_NAME ttnn
)
Expand Down

0 comments on commit 7122775

Please sign in to comment.