Skip to content

Commit fe5ae2c

Browse files
committed
SYCL: Add support for FLOOR,CEIL,ROUND and TRUNC unary operators (ggml-org#16613)
* SYCL: Add support for FLOOR,CEIL,ROUND and TRUNC unary operators Clean up unrelated changes from previous commit * Chore: remove empty lines and fix indentation * Clean up: remove leftover blank lines and fix spacing * chore: fix trailing whitespace and ensure final newline * Cleanup: remove redundant declarations already defined in header * Sync docs/ops.md with updated backend operation support * docs: update ops.md after rebase * docs: update ops.md - Vulkan supports SSM_CONV and SSM_SCAN
1 parent 0dc6d82 commit fe5ae2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/element_wise.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,4 +1241,4 @@ void ggml_sycl_round(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
12411241
void ggml_sycl_trunc(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
12421242
scope_op_debug_print scope_dbg_print(__func__, dst, /*num_src=*/1);
12431243
ggml_sycl_op_trunc(ctx, dst);
1244-
}
1244+
}

0 commit comments

Comments
 (0)