[Kernel] Move sgl-kernel under sglang.kernels.aot (#32648)
This commit is contained in:
+5
-3
@@ -9,12 +9,14 @@ model-gateway:
|
||||
# Kernel specific
|
||||
sgl-kernel:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: 'sgl-kernel/**/*'
|
||||
- any-glob-to-any-file: 'python/sglang/kernels/aot/**/*'
|
||||
|
||||
# JIT kernel specific
|
||||
jit-kernel:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: 'python/sglang/kernels/**/*'
|
||||
- any-glob-to-any-file:
|
||||
- 'python/sglang/kernels/!(*.md)'
|
||||
- 'python/sglang/kernels/!(aot)/**/*'
|
||||
|
||||
# Documentation
|
||||
documentation:
|
||||
@@ -90,7 +92,7 @@ blackwell:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- '**/*nvfp4*'
|
||||
- 'sgl-kernel/csrc/attention/cutlass_sm100_mla/**/*'
|
||||
- 'python/sglang/kernels/aot/csrc/attention/cutlass_sm100_mla/**/*'
|
||||
- 'python/sglang/srt/layers/attention/trtllm_mla_backend.py'
|
||||
- 'python/sglang/srt/layers/attention/trtllm_mha_backend.py'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user