Searched refs:gpu_freq_file (Results 1 – 1 of 1) sorted by relevance
67 auto const gpu_freq_file = std::string(gpu_node_dir) + "/cur_freq"; in init_gpu_capacity_node() local68 auto const frequency_fd = fd_interface->open(gpu_freq_file.c_str(), O_RDONLY | fd_flags_common); in init_gpu_capacity_node()71 LOG(ERROR) << "could not open gpu capacity path: " << gpu_freq_file << ": " in init_gpu_capacity_node()