reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
725 r = generate_gpu(ctx, input, cuda.host_c, options, &print_cuda, &cuda);
tools/polly/lib/External/ppcg/cuda_common.c29 info->host_c = fopen(name, "w"); 36 fprintf(info->host_c, "#include <assert.h>\n"); 37 fprintf(info->host_c, "#include <stdio.h>\n"); 38 fprintf(info->host_c, "#include \"%s\"\n", name); 49 fclose(info->host_c);