We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17a0df commit 663fee0Copy full SHA for 663fee0
ggml/src/ggml-cuda/ggml-cuda.cu
@@ -2664,7 +2664,9 @@ static void evaluate_and_capture_cuda_graph(ggml_backend_cuda_context * cuda_ctx
2664
ggml_backend_buft_is_cuda_split(node->src[j]->buffer->buft) || (integrated && ggml_backend_buft_is_cuda_host(node->src[j]->buffer->buft)));
2665
}
2666
2667
-#endif
+#else
2668
+ GGML_UNUSED(integrated);
2669
+#endif // NDEBUG
2670
2671
bool ok = ggml_cuda_compute_forward(*cuda_ctx, node);
2672
if (!ok) {
0 commit comments