Skip to content

Commit e46275c

Browse files
jeffbolznvCISC
andauthored
Apply suggestions from code review
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent d9c972b commit e46275c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ggml/src/ggml-vulkan/ggml-vulkan.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6647,7 +6647,7 @@ static void ggml_vk_mul_mat_vec_q_f16(ggml_backend_vk_context * ctx, vk_context&
66476647

66486648
vk_buffer d_D;
66496649
uint64_t d_buf_offset = 0;
6650-
6650+
66516651
if (ctx->num_additional_fused_ops > 0) {
66526652
const ggml_tensor * add = cgraph->nodes[node_idx + 1];
66536653
ggml_backend_vk_buffer_context * dst_buf_ctx = (ggml_backend_vk_buffer_context *)add->buffer->context;
@@ -6861,7 +6861,7 @@ static void ggml_vk_mul_mat_vec_p021_f16_f32(ggml_backend_vk_context * ctx, vk_c
68616861

68626862
vk_buffer d_D;
68636863
uint64_t d_buf_offset = 0;
6864-
6864+
68656865
if (ctx->num_additional_fused_ops > 0) {
68666866
const ggml_tensor * add = cgraph->nodes[node_idx + 1];
68676867
ggml_backend_vk_buffer_context * dst_buf_ctx = (ggml_backend_vk_buffer_context *)add->buffer->context;
@@ -6997,7 +6997,7 @@ static void ggml_vk_mul_mat_vec_nc_f16_f32(ggml_backend_vk_context * ctx, vk_con
69976997

69986998
vk_buffer d_D;
69996999
uint64_t d_buf_offset = 0;
7000-
7000+
70017001
if (ctx->num_additional_fused_ops > 0) {
70027002
const ggml_tensor * add = cgraph->nodes[node_idx + 1];
70037003
ggml_backend_vk_buffer_context * dst_buf_ctx = (ggml_backend_vk_buffer_context *)add->buffer->context;

0 commit comments

Comments
 (0)