adapt tensorrt llm custom all reduce to sgl-kernel (#2481)
Co-authored-by: Yineng Zhang <me@zhyncs.com>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
from .ops import warp_reduce
|
||||
from .ops import custom_dispose, custom_reduce, init_custom_reduce, warp_reduce
|
||||
|
||||
__all__ = ["warp_reduce"]
|
||||
__all__ = [
|
||||
"warp_reduce",
|
||||
"init_custom_reduce",
|
||||
"custom_dispose",
|
||||
"custom_reduce",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user