]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl : fix `ulong` kernel args were set from `int` variables (#12174)
authorHenry Linjamäki <redacted>
Thu, 6 Mar 2025 01:31:14 +0000 (03:31 +0200)
committerGitHub <redacted>
Thu, 6 Mar 2025 01:31:14 +0000 (02:31 +0100)
commitf79243992cd31e4e4844d5158d2f3325b1d2d811
treee21f75617a631e4c6264932fd4d3949454fc206e
parented4ce0dda24986c80d58e2ce112049af00f632f4
opencl : fix `ulong` kernel args were set from `int` variables (#12174)

... which left garbage bits in the upper half of the kernel args. This
caused segmentation faults when running PoCL.
ggml/src/ggml-opencl/ggml-opencl.cpp