Skip to content

Commit 9897da7

Browse files
committed
Use scope_op_debug_print
1 parent 0f5d8d9 commit 9897da7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ggml/src/ggml-sycl/element_wise.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,9 +1481,8 @@ void ggml_sycl_gelu_quick(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
14811481
}
14821482

14831483
void ggml_sycl_gelu_erf(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
1484-
GGML_SYCL_DEBUG("call %s: DST Tensor type: %s\n", __func__, ggml_type_name(dst->type));
1484+
scope_op_debug_print scope_dbg_print(__func__, dst, /*num_src=*/1);
14851485
ggml_sycl_op_gelu_erf(ctx, dst);
1486-
GGML_SYCL_DEBUG("call %s done\n", __func__);
14871486
}
14881487

14891488
void ggml_sycl_tanh(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {

0 commit comments

Comments
 (0)