Skip to content

Commit

Permalink
Note GH issue in TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctodTT committed Jan 14, 2025
1 parent 63e3623 commit 3c3c4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/python/golden/test_ttir_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_logical_not(in0: Operand, builder: TTIRBuilder):


# TODO: uncomment once we have control over generated input types (bitwise ops
# don't support floats)
# don't support floats) (see issue #1765)
# @compile_to_flatbuffer([(128, 128)], targets=["ttnn"])
# def test_bitwise_not(in0: Operand, builder: TTIRBuilder):
# return builder.bitwise_not(in0)
Expand Down Expand Up @@ -191,7 +191,7 @@ def test_logical_xor(in0: Operand, in1: Operand, builder: TTIRBuilder):


# TODO: uncomment once we have control over generated input types (bitwise ops
# don't support floats)
# don't support floats) (see issue #1765)
# @compile_to_flatbuffer(
# [
# (64, 64),
Expand Down

0 comments on commit 3c3c4a2

Please sign in to comment.