Revert "[Feature] Introduce JIT Kernel in sglang (with hicache JIT kernel)" (#13644)

This commit is contained in:
Lianmin Zheng
2025-11-20 02:11:12 -08:00
committed by GitHub
parent 2847e5c4b4
commit 7af9b88c6c
10 changed files with 20 additions and 1589 deletions
-19
View File
@@ -1,19 +0,0 @@
BasedOnStyle: Google
IndentWidth: 2
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: Empty
DerivePointerAlignment: false
PointerAlignment: Left
NamespaceIndentation: None
SortIncludes: true
AllowShortLoopsOnASingleLine: false
BinPackParameters: false # Prevents packing parameters in declarations
BinPackArguments: false # Prevents packing arguments in function calls
AlignAfterOpenBracket: AlwaysBreak # Forces a break after the opening parenthesis
AlignOperands: Align # Aligns arguments vertically
PenaltyBreakBeforeFirstCallParameter: 1 # Encourages breaking before the first argument
PenaltyReturnTypeOnItsOwnLine: 100 # Keeps return type with function name
IncludeCategories:
- Regex: '^<sgl_kernel/.*>$'
Priority: 0