We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8f977 commit aa20ee1Copy full SHA for aa20ee1
ggml/src/ggml-sycl/repeat_back.cpp
@@ -71,7 +71,6 @@ void ggml_sycl_op_repeat_back(ggml_backend_sycl_context & ctx, ggml_tensor * dst
71
j2 -= carry * nr2;
72
j3 += carry;
73
}
74
-
75
dst_dd[i] = acc;
76
});
77
0 commit comments