Skip to content

Add sub operator#35

Merged
voltjia merged 1 commit intomasterfrom
develop-sub
Jun 20, 2025
Merged

Add sub operator#35
voltjia merged 1 commit intomasterfrom
develop-sub

Conversation

@voltjia
Copy link
Copy Markdown
Collaborator

@voltjia voltjia commented Jun 20, 2025

pytest output:

============================= test session starts ==============================
platform linux -- Python 3.10.12, pytest-8.3.3, pluggy-1.5.0
rootdir: /home/huangjiacheng/ntops
configfile: pyproject.toml
plugins: cov-6.0.0
collected 262 items

tests/test_abs.py ........                                               [  3%]
tests/test_add.py ........                                               [  6%]
tests/test_addmm.py ..                                                   [  6%]
tests/test_bitwise_and.py ................                               [ 12%]
tests/test_bitwise_not.py ................                               [ 19%]
tests/test_bitwise_or.py ................                                [ 25%]
tests/test_bmm.py ..                                                     [ 25%]
tests/test_clamp.py ........                                             [ 29%]
tests/test_cos.py ........                                               [ 32%]
tests/test_div.py ........                                               [ 35%]
tests/test_dropout.py ........                                           [ 38%]
tests/test_eq.py ........                                                [ 41%]
tests/test_exp.py ........                                               [ 44%]
tests/test_ge.py ........                                                [ 47%]
tests/test_gelu.py ........                                              [ 50%]
tests/test_gt.py ........                                                [ 53%]
tests/test_isinf.py ........                                             [ 56%]
tests/test_isnan.py ........                                             [ 59%]
tests/test_le.py ........                                                [ 62%]
tests/test_lt.py ........                                                [ 65%]
tests/test_mm.py ..                                                      [ 66%]
tests/test_mul.py ........                                               [ 69%]
tests/test_ne.py ........                                                [ 72%]
tests/test_neg.py ........                                               [ 75%]
tests/test_pow.py ........                                               [ 78%]
tests/test_relu.py ........                                              [ 81%]
tests/test_rsqrt.py ........                                             [ 84%]
tests/test_sigmoid.py ........                                           [ 87%]
tests/test_sin.py ........                                               [ 90%]
tests/test_softmax.py ........                                           [ 93%]
tests/test_sub.py ........                                               [ 96%]
tests/test_tanh.py ........                                              [100%]

======================= 262 passed in 285.13s (0:04:45) ========================

@voltjia voltjia merged commit ba321c4 into master Jun 20, 2025
4 checks passed
@voltjia voltjia deleted the develop-sub branch June 20, 2025 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants