Skip to content

Commit 4d89e62

Browse files
author
Aidan
committed
Update get_pointer ggml-sycl.cpp
1 parent 59e318b commit 4d89e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ static void soft_max_f32_submitter(const float * x, const float * mask, float *
19041904
soft_max_f32<vals_smem, ncols_template, block_size_template>(x, mask, dst, ncols_par,
19051905
nrows_y, scale, max_bias, m0,
19061906
m1, n_head_log2, item_ct1,
1907-
local_buf_acc.get_pointer());
1907+
get_pointer(local_buf_acc));
19081908
});
19091909
});
19101910
}

0 commit comments

Comments
 (0)