Skip to content

Commit 6364482

Browse files
YanguanYanguan
authored andcommitted
[Fix]
Enable FlagGems, and the demo output results align with Ascend.
1 parent 66125fa commit 6364482

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

vllm_fl/dispatch/config/ascend.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ op_backends:
5454
# FlagOS operator blacklist
5555
# These operators will NOT use FlagOS implementation even if FlagOS is enabled.
5656
flagos_blacklist:
57+
- isclose
58+
- allclose
59+
- mean_dim
60+
- chunk_gated_delta_rule_fwd
61+
- rsqrt # performance loss
62+
- index_select
63+
- true_divide
64+
- silu
65+
- silu_and_mul # performance loss end
5766
- to_copy
5867
- _to_copy
5968
- zeros

0 commit comments

Comments
 (0)