Diff: origin/master...HEAD, staged and unstaged changes
| Source File | Diff Coverage (%) | Missing Lines |
|---|---|---|
| hyper_parallel/core/context_parallel/context_parallel.py | 0.0% | 861 |
| hyper_parallel/core/shard/_op_dispatch.py | 100% | |
| hyper_parallel/core/shard/api.py | 100% | |
| hyper_parallel/core/shard/custom_shard.py | 100% | |
| hyper_parallel/core/shard/ops/parallel_gather.py | 50.0% | 164 |
| hyper_parallel/core/shard/ops/parallel_getitem.py | 85.7% | 53 |
| hyper_parallel/core/shard/ops/parallel_npu_flash_attention_score.py | 100% | |
| hyper_parallel/core/shard/ops/parallel_reshape.py | 100% | |
| hyper_parallel/core/shard/ops/parallel_scaled_dot_product_attention.py | 75.0% | 184 |
| hyper_parallel/core/shard/ops/parallel_setitem.py | 50.0% | 344 |
| hyper_parallel/core/shard/ops/parallel_unbind.py | 97.1% | 83 |
| hyper_parallel/core/shard/utils.py | 27.2% | 47-49,66,78-81,88,104,129-138,144,150-156,161-162,167,172-173,178-180,182-185,198-202,204-205,207-208,210-214,216-220,222,226-232,234,236-238,240,259-263,265-266,270-274,277-287,289-292,301-309,311,320-328,333-337,339-343,345-348,350,352-357,359-361,363-367,369-371,373-375,377-378,380,394-396,398-400,404-406,408-410,422-423,428-432,434-436,454-461,463 |
140 141 142 143 144 145 146 147 148 |