mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
sync : ggml (#0)
This commit is contained in:
parent
6fb50ebbf0
commit
8f8ddfcfad
@ -10146,7 +10146,7 @@ static void ggml_cuda_cpy(const ggml_tensor * src0, const ggml_tensor * src1, gg
|
|||||||
const int64_t ne00 = src0->ne[0];
|
const int64_t ne00 = src0->ne[0];
|
||||||
const int64_t ne01 = src0->ne[1];
|
const int64_t ne01 = src0->ne[1];
|
||||||
const int64_t ne02 = src0->ne[2];
|
const int64_t ne02 = src0->ne[2];
|
||||||
|
|
||||||
//GGML_ASSERT(src0->ne[3] == 1);
|
//GGML_ASSERT(src0->ne[3] == 1);
|
||||||
|
|
||||||
const int64_t nb00 = src0->nb[0];
|
const int64_t nb00 = src0->nb[0];
|
||||||
|
@ -1 +1 @@
|
|||||||
f2a9472b23cf27e672ed70a2a6eb078f7b060f18
|
475cbad5c1c834e31e26a2283bc1413181644360
|
||||||
|
Loading…
Reference in New Issue
Block a user