]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
opencl : fix `ulong` kernel args were set from `int` variables (llama/12174)
authorHenry Linjamäki <redacted>
Thu, 6 Mar 2025 01:31:14 +0000 (03:31 +0200)
committerGeorgi Gerganov <redacted>
Sat, 8 Mar 2025 13:13:01 +0000 (15:13 +0200)
commit442cd1d2e7a975f5845e38cf0d6350e5c1cc1daa
treed1c43451965f36a5292163402604a6b4109a76ca
parentbc8cb97e0283e3f43af70d165db83b4ed2790589
opencl : fix `ulong` kernel args were set from `int` variables (llama/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