Searched refs:host_c (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | cuda_common.c | 29 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 D | cuda_common.h | 7 FILE *host_c; member
|
| H A D | cuda.c | 725 r = generate_gpu(ctx, input, cuda.host_c, options, &print_cuda, &cuda); in generate_cuda()
|