Skip to content

Commit 885bd4c

Browse files
committed
fix type
1 parent a83dc46 commit 885bd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cann/ggml-cann.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ static void weight_format_to_nz(ggml_tensor *tensor, size_t offset, int device)
11771177
&workspaceSize, &executor));
11781178
// Avoid frequent malloc/free of the workspace.
11791179
relloc_nz_workspace(device, workspaceSize);
1180-
1180+
11811181
void* g_nz_workspace = get_nz_workspace(device);
11821182

11831183
ACL_CHECK(aclnnTransMatmulWeight(g_nz_workspace, workspaceSize, executor, nullptr));

0 commit comments

Comments
 (0)