Skip to content

Commit 536f9b4

Browse files
committed
fix: missed pointer access to GPUindex
1 parent c64beb4 commit 536f9b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/milk-extra-src/linalgebra/MVMextractModes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ static MILK_HOT errno_t __attribute__((unused)) compute_function()
473473
}
474474
#else
475475
processinfo_WriteMessage(processinfo, "NO CUDA - CPU fallback");
476-
*GPUindex = 99;
476+
GPUindex = 99;
477477
#endif
478478
}
479479
}

0 commit comments

Comments
 (0)