Skip to content

Commit

Permalink
kompute : fix -Wswitch warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cebtenzzre committed Oct 9, 2024
1 parent b3b5c05 commit 58a55ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ggml/src/ggml-kompute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,8 @@ static bool ggml_vk_supports_op(const struct ggml_tensor * op) {
case GGML_OP_TRANSPOSE:
case GGML_OP_PERMUTE:
return true; // noop -> dst type does not matter
default:
;
}

switch (op->type) {
Expand Down

0 comments on commit 58a55ef

Please sign in to comment.