Home
last modified time | relevance | path

Searched refs:host_c (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dcuda_common.c29 info->host_c = fopen(name, "w"); in cuda_open_files()
36 fprintf(info->host_c, "#include <assert.h>\n"); in cuda_open_files()
37 fprintf(info->host_c, "#include <stdio.h>\n"); in cuda_open_files()
38 fprintf(info->host_c, "#include \"%s\"\n", name); in cuda_open_files()
49 fclose(info->host_c); in cuda_close_files()
H A Dcuda_common.h7 FILE *host_c; member
H A Dcuda.c725 r = generate_gpu(ctx, input, cuda.host_c, options, &print_cuda, &cuda); in generate_cuda()