You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address PR review feedback: Keep GGML_ASSERT for early misconfiguration detection
- Add GGML_LOG_DEBUG message to warn when no suitable kernel is available
- Keep GGML_ASSERT(ctx.kernels) to catch misconfigurations early as suggested by chaxu01
- This provides both debugging information and early error detection
0 commit comments