mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-02-21 14:32:09 +00:00
* [feat] refactored extension module * polish * polish * polish * polish * polish * polish * polish * polish * polish * polish
4 lines
271 B
Python
4 lines
271 B
Python
from .scaled_masked_softmax_cuda import ScaledMaskedSoftmaxCudaExtension
|
|
from .scaled_upper_triangle_masked_softmax_cuda import ScaledUpperTriangleMaskedSoftmaxCudaExtension
|
|
|
|
__all__ = ['ScaledMaskedSoftmaxCudaExtension', 'ScaledUpperTriangleMaskedSoftmaxCudaExtension'] |