Skip to content

Commit

Permalink
Update get_pointer ggml-sycl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed Jul 3, 2024
1 parent 4be214f commit 9865df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-sycl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,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));
});
});
}
Expand Down

0 comments on commit 9865df7

Please sign in to comment.