Skip to content

Commit 891a00d

Browse files
author
103yiran
committed
fix(ascend): remove pre
1 parent 836d814 commit 891a00d

2 files changed

Lines changed: 0 additions & 578 deletions

File tree

src/flag_gems/runtime/backend/_ascend/fused/mhc/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
mhc_post_backward,
2424
mhc_post_backward_ref,
2525
)
26-
from flag_gems.runtime.backend._ascend.fused.mhc.mhc_pre import mhc_pre, mhc_pre_ref
2726
from flag_gems.runtime.backend._ascend.fused.mhc.mhc_pre_clamp_sinkhorn import (
2827
mhc_pre_clamp_sinkhorn,
2928
)
@@ -37,8 +36,6 @@
3736
"mhc_post_ref",
3837
"mhc_post_backward",
3938
"mhc_post_backward_ref",
40-
"mhc_pre",
41-
"mhc_pre_ref",
4239
"mhc_pre_clamp_sinkhorn",
4340
"mhc_pre_clamp_sinkhorn_backward",
4441
"mhc_pre_clamp_sinkhorn_backward_ref",

0 commit comments

Comments
 (0)