ggml : remove redundant src in ggml_cast
This commit is contained in:
parent
0cdce38a97
commit
2a615b27e4
|
|
@ -3418,7 +3418,6 @@ struct ggml_tensor * ggml_cast(
|
||||||
|
|
||||||
result->op = GGML_OP_CPY;
|
result->op = GGML_OP_CPY;
|
||||||
result->src[0] = a;
|
result->src[0] = a;
|
||||||
result->src[1] = result;
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue