Skip to content

Commit e565af7

Browse files
committed
fix whitespace
1 parent 744edec commit e565af7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10304,7 +10304,7 @@ static void ggml_vk_rope(ggml_backend_vk_context * ctx, vk_context& subctx, cons
1030410304
dst = cgraph->nodes[node_idx + 2];
1030510305
}
1030610306

10307-
ggml_vk_op_f32<vk_op_rope_push_constants>(ctx, subctx, src0, src1, src2, src3, dst, GGML_OP_ROPE,
10307+
ggml_vk_op_f32<vk_op_rope_push_constants>(ctx, subctx, src0, src1, src2, src3, dst, GGML_OP_ROPE,
1030810308
ggml_vk_make_rope_constants(cgraph->nodes[node_idx], src0, src2 != nullptr, backprop, set_rows_stride), dryrun);
1030910309
}
1031010310

ggml/src/ggml-vulkan/vulkan-shaders/rope_params.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ struct rope_params {
2424
uint set_rows_stride;
2525
};
2626

27-
#endif // !defined(GGML_ROPE_PARAMS)
27+
#endif // !defined(GGML_ROPE_PARAMS)

0 commit comments

Comments
 (0)