You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/flag_gems/runtime/backend/_iluvatar/op_black_list.yaml
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,17 @@
2
2
# Description: List of operators unsupported (FALSE) in the current environment
3
3
# test based: 2026-03-11
4
4
# Source: Operator Compatibility Test Table
5
-
5
+
#
6
6
unsupported_operators:
7
7
- name: grouped_topk
8
-
reason: "All dtypes failed"
8
+
reason: All dtypes failed
9
9
10
10
- name: topk_softmax
11
-
reason: "vllm not supported"
11
+
reason: vllm not supported
12
12
13
13
summary:
14
14
total_unsupported: 2
15
-
note: "This list is based on items explicitly marked as FALSE in the provided table. Certain operators (e.g., conv1d, index_add) have blank entries in some columns and are therefore excluded; their support status requires further verification."
15
+
note: |
16
+
This list is based on items explicitly marked as FALSE in the provided table.
17
+
Certain operators (e.g., `conv1d`, `index_add`) have blank entries in some columns and
18
+
are therefore excluded; their support status requires further verification.
0 commit comments