]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Fix too relaxed check on CUDA "fast copy" (can_be_transposed) condition (#17332)
authorPiotr Wilkin (ilintar) <redacted>
Wed, 19 Nov 2025 09:36:33 +0000 (10:36 +0100)
committerGitHub <redacted>
Wed, 19 Nov 2025 09:36:33 +0000 (10:36 +0100)
commit6fd4f953673e6a91041b827c45cdfd1d85e9bb64
treec7c9751ae081bff50b60f24b0fe8b05869e41d52
parent980b7cd17e055c8c587f79ffda7eb4fddf405566
Fix too relaxed check on CUDA "fast copy" (can_be_transposed) condition (#17332)

* Fix too relaxed check on CUDA "fast copy" (can_be_transposed) condition

* Argh.

* Making CISC happy ;)

* Integrate CONT tests

* Use loopy loop

* Skip new tests for (B)F16 for now.
ggml/src/ggml-cuda/cpy.cu
tests/test-backend-ops.cpp