Skip to content

Commit 2ab5def

Browse files
Update ggml/src/ggml-cuda/ggml-cuda.cu
Fix ci bug: add a spaces Co-authored-by: Johannes Gäßler <[email protected]>
1 parent 73472d1 commit 2ab5def

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
@@ -2645,7 +2645,7 @@ static void update_cuda_graph_executable(ggml_backend_cuda_context * cuda_ctx) {
26452645

26462646
static void evaluate_and_capture_cuda_graph(ggml_backend_cuda_context * cuda_ctx, ggml_cgraph * cgraph,
26472647
bool & graph_evaluated_or_captured, bool & use_cuda_graph, bool & cuda_graph_update_required) {
2648-
//flag used to determine whether it is an integrated_gpu
2648+
// flag used to determine whether it is an integrated_gpu
26492649
const bool integrated = ggml_cuda_info().devices[cuda_ctx->device].integrated;
26502650

26512651
while (!graph_evaluated_or_captured) {

0 commit comments

Comments
 (0)