mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 20:40:34 +00:00
refactor kernel (#142)
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
from .jit.bias_dropout_add import bias_dropout_add_fused_train, bias_dropout_add_fused_inference
|
||||
from .jit.bias_gelu import bias_gelu_impl
|
||||
from .cuda_native import LayerNorm, FusedScaleMaskSoftmax, MultiHeadAttention
|
||||
|
||||
__all__ = [
|
||||
"bias_dropout_add_fused_train", "bias_dropout_add_fused_inference", "bias_gelu_impl",
|
||||
"LayerNorm", "FusedScaleMaskSoftmax", "MultiHeadAttention"
|
||||
]
|
||||
|
Reference in New Issue
Block a user