Skip to content

Commit 5ea78fb

Browse files
committed
change ifndef to ifdef
1 parent 91cd070 commit 5ea78fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3120,7 +3120,7 @@ static void evaluate_and_capture_cuda_graph(ggml_backend_cuda_context * cuda_ctx
31203120
ggml_tensor * node = cgraph->nodes[i];
31213121

31223122

3123-
#ifndef GGML_CUDA_DEBUG
3123+
#ifdef GGML_CUDA_DEBUG
31243124
const int nodes_fused = i - prev_i - 1;
31253125
prev_i = i;
31263126
if (nodes_fused > 0) {

0 commit comments

Comments
 (0)