Skip to content

Commit 15f7dc7

Browse files
YaelGitAccountCISC
andauthored
Update ggml/src/ggml-cuda/set.cu
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent d25b5bc commit 15f7dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-cuda/set.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ void ggml_cuda_op_set(ggml_backend_cuda_context & ctx, ggml_tensor * dst) {
3535
dst_view.nb[2] = nb2;
3636
dst_view.nb[3] = nb3;
3737

38-
ggml_cuda_cpy(ctx, src1, &dst_view, true);
39-
}
38+
ggml_cuda_cpy(ctx, src1, &dst_view);
39+
}

0 commit comments

Comments
 (0)