Skip to content

Commit

Permalink
delete outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marty1885 committed Jul 21, 2024
1 parent c3d5d62 commit 9fac0e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ggml/src/ggml-metalium.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -606,10 +606,6 @@ static bool ggml_backend_metalium_activations(ggml_backend_metalium_context * ct
case GGML_UNARY_OP_NEG:
ret = ttnn::neg(*src_tensor);
break;
// Not supported in TTNN
// case GGML_UNARY_OP_STEP:
// ret = tt::tt_metal::step(*src_tensor);
// break;
// Not accurate enough to pass unit tests
case GGML_UNARY_OP_TANH:
ret = ttnn::tanh(*src_tensor);
Expand Down

0 comments on commit 9fac0e7

Please sign in to comment.