Searched refs:priority_low (Results 1 – 1 of 1) sorted by relevance
1230 int priority_low, priority_high; in CreateDevices() local1231 cudaDeviceGetStreamPriorityRange(&priority_low, &priority_high); in CreateDevices()1238 << "): " << priority_high << "," << priority_low; in CreateDevices()1241 std::make_pair(priority_low, priority_high))); in CreateDevices()1255 int priority_low, priority_high; in CreateDevices()1256 hipDeviceGetStreamPriorityRange(&priority_low, &priority_high); in CreateDevices()1263 << "): " << priority_high << "," << priority_low; in CreateDevices()1266 std::make_pair(priority_low, priority_high))); in CreateDevices()