Skip to content

Commit

Permalink
Added TODO to remind supporting FP32 im2col
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcpz committed Sep 10, 2024
1 parent 1d5a2df commit ee97254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ggml/src/ggml-sycl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5146,6 +5146,7 @@ GGML_CALL static bool ggml_backend_sycl_supports_op(ggml_backend_t backend, cons
case GGML_OP_ROPE:
return ggml_is_contiguous(op->src[0]);
case GGML_OP_IM2COL:
// TODO: add support for the new F32 operations
return op->src[0]->type == GGML_TYPE_F16;
case GGML_OP_POOL_2D:
case GGML_OP_SUM_ROWS:
Expand Down

0 comments on commit ee97254

Please sign in to comment.