Skip to content

Add bitwise_or operator#26

Merged
voltjia merged 3 commits into
InfiniTensor:masterfrom
stever178:develop-bitwise_or
May 30, 2025
Merged

Add bitwise_or operator#26
voltjia merged 3 commits into
InfiniTensor:masterfrom
stever178:develop-bitwise_or

Conversation

@stever178
Copy link
Copy Markdown
Contributor

@stever178 stever178 commented May 16, 2025

pytest output:

=============================== test session starts ================================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /home/lsj/projects/ntops
configfile: pyproject.toml
plugins: cov-6.1.1
collected 110 items

tests/test_abs.py ........                                                   [  7%]
tests/test_add.py ........                                                   [ 14%]
tests/test_addmm.py ..                                                       [ 16%]
tests/test_bitwise_or.py ................                                    [ 30%]
tests/test_bmm.py ..                                                         [ 32%]
tests/test_cos.py ........                                                   [ 40%]
tests/test_div.py ........                                                   [ 47%]
tests/test_exp.py ........                                                   [ 54%]
tests/test_gelu.py ........                                                  [ 61%]
tests/test_mm.py ..                                                          [ 63%]
tests/test_mul.py ........                                                   [ 70%]
tests/test_relu.py ........                                                  [ 78%]
tests/test_rsqrt.py ........                                                 [ 85%]
tests/test_sigmoid.py ........                                               [ 92%]
tests/test_sin.py ........                                                   [100%]

========================= 110 passed in 116.96s (0:01:56) ==========================

@stever178 stever178 marked this pull request as ready for review May 16, 2025 17:17
@stever178 stever178 force-pushed the develop-bitwise_or branch from 7e853a7 to 9d7a62f Compare May 17, 2025 02:06
@voltjia
Copy link
Copy Markdown
Collaborator

voltjia commented May 30, 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 214 items

tests/test_abs.py ........                                               [  3%]
tests/test_add.py ........                                               [  7%]
tests/test_addmm.py ..                                                   [  8%]
tests/test_bitwise_and.py ................                               [ 15%]
tests/test_bitwise_or.py ................                                [ 23%]
tests/test_bmm.py ..                                                     [ 24%]
tests/test_cos.py ........                                               [ 28%]
tests/test_div.py ........                                               [ 31%]
tests/test_eq.py ........                                                [ 35%]
tests/test_exp.py ........                                               [ 39%]
tests/test_ge.py ........                                                [ 42%]
tests/test_gelu.py ........                                              [ 46%]
tests/test_gt.py ........                                                [ 50%]
tests/test_isinf.py ........                                             [ 54%]
tests/test_isnan.py ........                                             [ 57%]
tests/test_le.py ........                                                [ 61%]
tests/test_lt.py ........                                                [ 65%]
tests/test_mm.py ..                                                      [ 66%]
tests/test_mul.py ........                                               [ 70%]
tests/test_ne.py ........                                                [ 73%]
tests/test_neg.py ........                                               [ 77%]
tests/test_relu.py ........                                              [ 81%]
tests/test_rsqrt.py ........                                             [ 85%]
tests/test_sigmoid.py ........                                           [ 88%]
tests/test_sin.py ........                                               [ 92%]
tests/test_softmax.py ........                                           [ 96%]
tests/test_tanh.py ........                                              [100%]

======================= 214 passed in 733.62s (0:12:13) ========================

@voltjia voltjia merged commit 6939f92 into InfiniTensor:master May 30, 2025
2 checks passed
voltjia added a commit that referenced this pull request May 30, 2025
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