18 lines
252 B
Python
18 lines
252 B
Python
|
|
from .decode import BatchDecodeWithPagedKVCacheWrapper
|
||
|
|
from .prefill import (
|
||
|
|
BatchPrefillWithPagedKVCacheWrapper,
|
||
|
|
BatchPrefillWithRaggedKVCacheWrapper,
|
||
|
|
)
|
||
|
|
|
||
|
|
|
||
|
|
def bmm_fp8():
|
||
|
|
pass
|
||
|
|
|
||
|
|
|
||
|
|
def SegmentGEMMWrapper():
|
||
|
|
pass
|
||
|
|
|
||
|
|
|
||
|
|
def bmm_fp8():
|
||
|
|
pass
|