Skip to content

Commit e7f538d

Browse files
committed
removed GGML_TASK_FINALIZE: resolve issue 284
1 parent c824d2e commit e7f538d

File tree

3 files changed

+117
-144
lines changed

3 files changed

+117
-144
lines changed

ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2982,7 +2982,7 @@ bool ggml_cuda_compute_forward(struct ggml_compute_params * params, struct ggml_
29822982
if (params->ith != 0) {
29832983
return true;
29842984
}
2985-
if (params->type == GGML_TASK_INIT || params->type == GGML_TASK_FINALIZE) {
2985+
if (params->type == GGML_TASK_INIT) {
29862986
return true;
29872987
}
29882988
func(tensor->src0, tensor->src1, tensor);

0 commit comments

Comments
 (0)