Searched refs:used_cudaMallocAsync (Results 1 – 2 of 2) sorted by relevance
199 bool& used_cudaMallocAsync) { in parseAllocatorConfig() argument206 used_cudaMallocAsync = (config[i] == "cudaMallocAsync"); in parseAllocatorConfig()209 if (used_cudaMallocAsync) { in parseAllocatorConfig()242 bool used_cudaMallocAsync = false; in parseArgs() local268 i = parseAllocatorConfig(config, i, used_cudaMallocAsync); in parseArgs()319 if (used_cudaMallocAsync && used_native_specific_option) { in parseArgs()
102 bool& used_cudaMallocAsync);