Skip to content

Commit 26c04fa

Browse files
committed
deprecate GGML_TASK_FINALIZE and cleanup
1 parent 447ccbe commit 26c04fa

File tree

3 files changed

+74
-117
lines changed

3 files changed

+74
-117
lines changed

ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,7 @@ bool ggml_cuda_compute_forward(struct ggml_compute_params * params, struct ggml_
27152715
if (params->ith != 0) {
27162716
return true;
27172717
}
2718-
if (params->type == GGML_TASK_INIT || params->type == GGML_TASK_FINALIZE) {
2718+
if (params->type == GGML_TASK_INIT) {
27192719
return true;
27202720
}
27212721
func(tensor->src0, tensor->src1, tensor);

0 commit comments

Comments
 (0)