Skip to content

Update element_wise.arrangement to flatten the tensors before tiling#45

Merged
voltjia merged 1 commit intomasterfrom
update-element-wise-arrangement-to-flatten-before-tiling
Jul 11, 2025
Merged

Update element_wise.arrangement to flatten the tensors before tiling#45
voltjia merged 1 commit intomasterfrom
update-element-wise-arrangement-to-flatten-before-tiling

Conversation

@voltjia
Copy link
Copy Markdown
Collaborator

@voltjia voltjia commented Jul 11, 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 494 items

tests/test_abs.py ........                                               [  1%]
tests/test_add.py ........                                               [  3%]
tests/test_addmm.py ..                                                   [  3%]
tests/test_bitwise_and.py ................                               [  6%]
tests/test_bitwise_not.py ................                               [ 10%]
tests/test_bitwise_or.py ................                                [ 13%]
tests/test_bmm.py ..                                                     [ 13%]
tests/test_clamp.py ........                                             [ 15%]
tests/test_cos.py ........                                               [ 17%]
tests/test_div.py ........                                               [ 18%]
tests/test_dropout.py ........                                           [ 20%]
tests/test_eq.py ........                                                [ 21%]
tests/test_exp.py ........                                               [ 23%]
tests/test_ge.py ........                                                [ 25%]
tests/test_gelu.py ........                                              [ 26%]
tests/test_gt.py ........                                                [ 28%]
tests/test_isinf.py ........                                             [ 29%]
tests/test_isnan.py ........                                             [ 31%]
tests/test_le.py ........                                                [ 33%]
tests/test_lt.py ........                                                [ 34%]
tests/test_mm.py ..                                                      [ 35%]
tests/test_mul.py ........                                               [ 36%]
tests/test_ne.py ........                                                [ 38%]
tests/test_neg.py ........                                               [ 40%]
tests/test_pow.py ........                                               [ 41%]
tests/test_relu.py ........                                              [ 43%]
tests/test_rms_norm.py ................................................. [ 53%]
...............                                                          [ 56%]
tests/test_rotary_position_embedding.py ................................ [ 62%]
........................................................................ [ 77%]
........................                                                 [ 82%]
tests/test_rsqrt.py ........                                             [ 83%]
tests/test_scaled_dot_product_attention.py ............................. [ 89%]
...                                                                      [ 90%]
tests/test_sigmoid.py ........                                           [ 91%]
tests/test_silu.py ........                                              [ 93%]
tests/test_sin.py ........                                               [ 95%]
tests/test_softmax.py ........                                           [ 96%]
tests/test_sub.py ........                                               [ 98%]
tests/test_tanh.py ........                                              [100%]

======================= 494 passed in 2046.56s (0:34:06) =======================

@voltjia voltjia merged commit 7a96cb5 into master Jul 11, 2025
4 checks passed
@voltjia voltjia deleted the update-element-wise-arrangement-to-flatten-before-tiling branch July 11, 2025 09:28
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.

1 participant