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 73472d1 commit 2ab5defCopy full SHA for 2ab5def
ggml/src/ggml-cuda/ggml-cuda.cu
@@ -2645,7 +2645,7 @@ static void update_cuda_graph_executable(ggml_backend_cuda_context * cuda_ctx) {
2645
2646
static void evaluate_and_capture_cuda_graph(ggml_backend_cuda_context * cuda_ctx, ggml_cgraph * cgraph,
2647
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
+ // flag used to determine whether it is an integrated_gpu
2649
const bool integrated = ggml_cuda_info().devices[cuda_ctx->device].integrated;
2650
2651
while (!graph_evaluated_or_captured) {
0 commit comments