[Kernel] Move CUDA and ROCm speculative kernels to JIT (#40033)
This commit is contained in:
@@ -74,9 +74,9 @@ jobs:
|
||||
if: steps.gate.outputs.run_job == 'true'
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
pytest python/sglang/kernels/aot/tests/speculative/test_eagle_utils.py
|
||||
pytest python/sglang/kernels/aot/tests/speculative/test_ngram_utils.py
|
||||
pytest python/sglang/kernels/aot/tests/speculative/test_speculative_sampling.py
|
||||
pytest test/registered/kernels/ops/speculative/test_eagle_utils.py
|
||||
pytest test/registered/kernels/ops/speculative/test_ngram_utils.py
|
||||
pytest test/registered/kernels/ops/speculative/test_speculative_sampling.py
|
||||
pytest python/sglang/kernels/aot/tests/test_torch_defaults_reset.py
|
||||
|
||||
# ==================== General: multimodal layer ====================
|
||||
|
||||
@@ -321,7 +321,7 @@ jobs:
|
||||
}
|
||||
run_pytest docker exec -w /sglang-checkout/python/sglang/kernels/aot/tests ci_sglang python3 -m pytest test_moe_align.py
|
||||
run_pytest docker exec -w /sglang-checkout/python/sglang/kernels/aot/tests ci_sglang python3 -m pytest test_moe_topk_softmax.py
|
||||
run_pytest docker exec -w /sglang-checkout/python/sglang/kernels/aot/tests/speculative ci_sglang python3 -m pytest test_eagle_utils.py
|
||||
run_pytest docker exec -w /sglang-checkout/test/registered/kernels/ops/speculative ci_sglang python3 -m pytest test_eagle_utils.py
|
||||
run_pytest docker exec -w /sglang-checkout/python/sglang/kernels/aot/tests ci_sglang python3 -m pytest test_apply_token_bitmask_inplace.py
|
||||
run_pytest docker exec -w /sglang-checkout/python/sglang/kernels/aot/tests ci_sglang python3 -m pytest test_activation.py
|
||||
run_pytest docker exec -w /sglang-checkout/python/sglang/kernels/aot/tests ci_sglang python3 -m pytest test_topk.py
|
||||
|
||||
@@ -222,9 +222,9 @@ jobs:
|
||||
- name: Run sgl-kernel test
|
||||
timeout-minutes: 20
|
||||
run: |
|
||||
pytest python/sglang/kernels/aot/tests/speculative/test_eagle_utils.py
|
||||
pytest python/sglang/kernels/aot/tests/speculative/test_ngram_utils.py
|
||||
pytest python/sglang/kernels/aot/tests/speculative/test_speculative_sampling.py
|
||||
pytest test/registered/kernels/ops/speculative/test_eagle_utils.py
|
||||
pytest test/registered/kernels/ops/speculative/test_ngram_utils.py
|
||||
pytest test/registered/kernels/ops/speculative/test_speculative_sampling.py
|
||||
pytest python/sglang/kernels/aot/tests/test_torch_defaults_reset.py
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user