File tree Expand file tree Collapse file tree 2 files changed +414
-0
lines changed
src/liger_kernel/ops/backends/_ascend/ops Expand file tree Collapse file tree 2 files changed +414
-0
lines changed Original file line number Diff line number Diff line change 2626from liger_kernel .ops .backends ._ascend .ops .fused_add_rms_norm import LigerFusedAddRMSNormFunction
2727from liger_kernel .ops .backends ._ascend .ops .fused_add_rms_norm import fused_add_rms_norm_backward
2828from liger_kernel .ops .backends ._ascend .ops .fused_add_rms_norm import fused_add_rms_norm_forward
29+ from liger_kernel .ops .backends ._ascend .ops .fused_linear_cross_entropy import LigerFusedLinearCrossEntropyFunction
30+ from liger_kernel .ops .backends ._ascend .ops .fused_linear_cross_entropy import fused_linear_cross_entropy_backward
31+ from liger_kernel .ops .backends ._ascend .ops .fused_linear_cross_entropy import fused_linear_cross_entropy_forward
2932from liger_kernel .ops .backends ._ascend .ops .fused_linear_jsd import LigerFusedLinearJSDFunction
3033from liger_kernel .ops .backends ._ascend .ops .fused_linear_jsd import fused_linear_jsd_backward
3134from liger_kernel .ops .backends ._ascend .ops .fused_linear_jsd import fused_linear_jsd_forward
140143 "sparsemax_backward" ,
141144 "LigerFusedNeighborhoodAttentionFunction" ,
142145 "fused_neighborhood_attention_forward" ,
146+ "LigerFusedLinearCrossEntropyFunction" ,
147+ "fused_linear_cross_entropy_forward" ,
148+ "fused_linear_cross_entropy_backward" ,
143149]
You can’t perform that action at this time.
0 commit comments