Skip to content

Commit

Permalink
Document remaining eltwise ops to implement
Browse files Browse the repository at this point in the history
  • Loading branch information
ctodTT committed Jan 10, 2025
1 parent 7d388f5 commit 4f1aa3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/test_infra/ttir_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ def eltwise_proxy(
) -> OpView:
return self.op_proxy(op_golden_function, op_ttir_function, inputs)

# TODO: implement `scatter`, `clamp`, `cbrt`, & `typecast`

def exp(self, in0: Operand) -> OpView:
return self.eltwise_proxy(torch.exp, ttir.ExpOp, [in0])

Expand Down

0 comments on commit 4f1aa3f

Please sign in to comment.