Searched refs:file_host (Results 1 – 2 of 2) sorted by relevance
64 code is stored in file_host.cu and file_kernel.cu.71 is stored in file_host.c and file_kernel.cl.136 gcc -std=c99 file_host.c ocl_utilities.c -lOpenCL
1041 let (_, host_str, remaining) = Parser::file_host(input)?; in get_file_host()1054 let (_, host_str, remaining) = Parser::file_host(input)?; in parse_file_host()1074 pub fn file_host(input: Input) -> ParseResult<(bool, String, Input)> { in file_host() method