Skip to content

Commit 019120d

Browse files
committed
Apply code-format changes
Signed-off-by: Molly Sophia <[email protected]>
1 parent 94b62e7 commit 019120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-vulkan/vulkan-shaders/wkv7.comp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ void main() {
8888
dst[T * C + batch_id * state_size + head_id * head_size * head_size
8989
+ tid * head_size + i] = state[i];
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)