We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07d8e6 commit 50a7855Copy full SHA for 50a7855
ggml/src/ggml-hexagon/ggml-hexagon.cpp
@@ -647,6 +647,7 @@ static constexpr const qnn_op_caps ggmlqnn_k_op_caps[] = {
647
{false, GGML_OP_CONV_TRANSPOSE_1D, 0, nullptr},
648
{false, GGML_OP_IM2COL, 0, nullptr},
649
{false, GGML_OP_IM2COL_BACK, 0, nullptr},
650
+ {false, GGML_OP_IM2COL_3D, 0, nullptr},
651
{false, GGML_OP_CONV_2D, 0, nullptr},
652
{false, GGML_OP_CONV_3D, 0, nullptr},
653
{false, GGML_OP_CONV_2D_DW, 0, nullptr},
@@ -747,6 +748,7 @@ static constexpr const hexagon_op_caps ggmlhexagon_k_op_caps[] = {
747
748
{false, GGML_OP_CONV_TRANSPOSE_1D, 0, nullptr, nullptr},
749
{false, GGML_OP_IM2COL, 0, nullptr, nullptr},
750
{false, GGML_OP_IM2COL_BACK, 0, nullptr, nullptr},
751
+ {false, GGML_OP_IM2COL_3D, 0, nullptr, nullptr},
752
{false, GGML_OP_CONV_2D, 0, nullptr, nullptr},
753
{false, GGML_OP_CONV_3D, 0, nullptr, nullptr},
754
{false, GGML_OP_CONV_2D_DW, 0, nullptr, nullptr},
0 commit comments