mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-06 05:53:39 +00:00
[SYCL] Use multi_ptr to clean up deprecated warnings (#8256)
This commit is contained in:
@ -136,7 +136,7 @@ static void soft_max_f32_submitter(const float * x, const float * mask, float *
|
||||
soft_max_f32<vals_smem, ncols_template, block_size_template>(x, mask, dst, ncols_par,
|
||||
nrows_y, scale, max_bias, m0,
|
||||
m1, n_head_log2, item_ct1,
|
||||
local_buf_acc.get_pointer());
|
||||
get_pointer(local_buf_acc));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user