Skip to content

Commit dd2914d

Browse files
authored
ggml-webgpu: support for SSM_SCAN and disable set_rows error checking (#22327)
* Implement ssm_scan * Remove blocking in graph_compute and check for set rows * Fix bindings * Update op support
1 parent 0adede8 commit dd2914d

5 files changed

Lines changed: 4168 additions & 1669 deletions

File tree

docs/ops.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Legend:
2626
| CLAMP |||||| 🟡 | 🟡 | 🟡 ||||
2727
| CONCAT |||| 🟡 || 🟡 ||||||
2828
| CONT || 🟡 |||| 🟡 | 🟡 || 🟡 |||
29-
| CONV_2D ||||||||| |||
29+
| CONV_2D ||||||||| |||
3030
| CONV_2D_DW ||||||||||||
3131
| CONV_3D ||||||||||||
3232
| CONV_TRANSPOSE_1D ||||||||||||
@@ -60,7 +60,7 @@ Legend:
6060
| GROUP_NORM ||||||||||||
6161
| HARDSIGMOID |||| 🟡 |||| 🟡 ||||
6262
| HARDSWISH |||| 🟡 |||| 🟡 ||||
63-
| IM2COL ||||||||| |||
63+
| IM2COL ||||||||| |||
6464
| IM2COL_3D ||||||||||||
6565
| L2_NORM ||||||||||||
6666
| LEAKY_RELU ||||| 🟡 ||| 🟡 ||||
@@ -105,7 +105,7 @@ Legend:
105105
| SQR ||||||| 🟡 | 🟡 ||||
106106
| SQRT ||||||| 🟡 | 🟡 ||||
107107
| SSM_CONV ||||||||||||
108-
| SSM_SCAN |||||||| 🟡 | |||
108+
| SSM_SCAN |||||||| 🟡 | |||
109109
| STEP |||| 🟡 |||| 🟡 ||||
110110
| SUB ||||| 🟡 |||||||
111111
| SUM || 🟡 || 🟡 | 🟡 || 🟡 | 🟡 | 🟡 |||

0 commit comments

Comments
 (0)