cont : fix the fix

Co-authored-by: Aman Gupta <amangupta052@gmail.com>
This commit is contained in:
Georgi Gerganov 2026-03-10 12:28:59 +02:00 committed by GitHub
parent 79541c0a93
commit 46c693dcb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4999,7 +4999,7 @@ static bool ggml_backend_cuda_device_supports_op(ggml_backend_dev_t dev, const g
#ifdef GGML_USE_MUSA
return false;
#else
KDA is faster using the AR kernel even when n_tokens >= 512.
// KDA is faster using the AR kernel even when n_tokens >= 512.
//TODO: Add chunked kernel
return op->src[0]->ne[2] == 1 || op->src[3]->ne[0] == op->src[2]->ne[0];
#endif // GGML_USE_MUSA