/third_party/mesa3d/.gitlab-ci/lava/ |
D | lava_job_submitter.py | 201 def get_job_results(proxy, job_id, test_suite, test_case): argument 203 results_yaml = _call_proxy(proxy.results.get_testjob_results_yaml, job_id) 210 print_log("LAVA job {} failed with Infrastructure Error. Retry.".format(job_id)) 213 … print_log("LAVA job {} failed validation (possible download error). Retry.".format(job_id)) 216 … results_yaml = _call_proxy(proxy.results.get_testcase_results_yaml, job_id, test_suite, test_case) 227 def wait_until_job_is_started(proxy, job_id): argument 232 job_state = _call_proxy(proxy.scheduler.job_state, job_id) 238 def follow_job_execution(proxy, job_id): argument 243 (finished, data) = _call_proxy(proxy.scheduler.jobs.logs, job_id, line_count) 256 print_log("LAVA job {} doesn't advance (machine got hung?). Retry.".format(job_id)) [all …]
|
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/ |
D | test_parallel_compilation.py | 44 job_id = compile_result_json["job_id"] 58 job_id = job_id + 1 61 query_job_json["job_id"] = job_id 77 job_id = job_id + 1 110 job_id = job_id + 1 113 finalize_job_json["job_id"] = job_id
|
D | Initialize.info | 40 "job_id": 1,
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/model_utils/ |
D | moxing_adapter.py | 41 job_id = os.getenv('JOB_ID') 42 job_id = job_id if job_id != "" else "default" 43 return job_id
|
/third_party/mindspore/mindspore/_extends/parallel_compile/tbe_compiler/ |
D | tbe_job_manager.py | 102 job_id = job_json["job_id"] 108 …job = TbeJob(source_id, job_id, job_type, job_json["job_content"], fusion_op_name, job_str, sys_in… 366 job_id = new_job["task_id"] 367 target_job = get_job(self._running_jobs, source_id, job_id) 369 query_job.error("Can't get job, source id:{}, job id:{}".format(source_id, job_id)) 451 def get_job(jobs, source_id, job_id): argument 462 if job_id not in jobs[source_id].keys(): 464 return jobs[source_id][job_id] 481 def del_job(jobs, source_id, job_id): argument 491 if job_id not in jobs[source_id].keys(): [all …]
|
D | tbe_job.py | 76 def __init__(self, source_id, job_id, job_type, content, fusion_op_name, json_str, sys_info): argument 78 self.id = job_id
|
/third_party/mindspore/mindspore/profiler/ |
D | profiling.py | 265 job_id = self._get_profiling_job_id() 266 logger.info("Profiling: job id is %s ", job_id) 268 source_path = os.path.join(self._output_path, job_id) 278 framework_parser = FrameworkParser(job_id, self._dev_id, self._rank_id, self._output_path) 446 job_id=self._job_id_env, 525 job_id = "" 558 job_id = dir_name 561 if not job_id: 568 return job_id
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/ |
D | profiling_manager.cc | 82 string job_id = std::to_string(GetJobId()); in GetProfConf() local 83 if (memcpy_s(prof->jobId, sizeof(prof->jobId), job_id.c_str(), strlen(job_id.c_str())) != EOK) { in GetProfConf()
|
D | profiling_utils.cc | 302 auto job_id = ProfilingManager::GetInstance().GetJobId(); in InsertProfilingTraceJobId() local 303 ProfilingContent job_profiling_context = {false, job_id, 0}; in InsertProfilingTraceJobId()
|
/third_party/mesa3d/src/intel/vulkan/tests/ |
D | block_pool_no_free.c | 45 uint32_t job_id = job - jobs; in alloc_blocks() local 46 uint32_t block_size = 16 * ((job_id % 4) + 1); in alloc_blocks()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | ascend_kernel_compile.cc | 129 void PrintInfo(const nlohmann::json &info, const std::string &job_name, const int job_id, int adjus… in PrintInfo() argument 134 MS_LOG(DEBUG) << "Job id:" << job_id << ", name :" << job_name << ", message:" << message; in PrintInfo() 136 MS_LOG(INFO) << "Job id:" << job_id << ", name :" << job_name << ", message:" << message; in PrintInfo() 138 MS_LOG(WARNING) << "Job id:" << job_id << ", name :" << job_name << ", message:" << message; in PrintInfo() 140 MS_LOG(ERROR) << "Job id:" << job_id << ", name :" << job_name << ", message:" << message; in PrintInfo() 288 auto job_id = GetJsonValue<int>(json, kJobId); in PrintProcessLog() local 292 PrintInfo(item, json_name, job_id, adjust_log_level); in PrintProcessLog() 482 static size_t job_id = 0; in JsonAssemble() local 487 (*dst_json)[kJobId] = job_id++; in JsonAssemble()
|
/third_party/boost/tools/build/src/engine/ |
D | execnt.cpp | 116 static void register_wait( int job_id ); 860 static void register_wait( int job_id ) in register_wait() argument 864 RegisterWaitForSingleObject( &cmdtab[ job_id ].wait_handle, in register_wait() 865 cmdtab[ job_id ].pi.hProcess, in register_wait() 866 &try_wait_callback, &cmdtab[ job_id ], INFINITE, in register_wait()
|
/third_party/cef/patch/patches/ |
D | printing_context_2196.patch | 19 int job_id() const { return job_id_; }
|
/third_party/mindspore/mindspore/profiler/parser/ |
D | step_trace_parser.py | 54 def __init__(self, input_dir, output_file_path, job_id=0, skip_first_step=False, argument 58 self._job_id = job_id
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 521 JobDetails* job_details = GetJobDetails(job_id); 523 @@ -171,8 +172,11 @@ void BackgroundFetchDelegateBase::CancelDownload(std::string job_id) { 524 Abort(job_id); 526 if (auto client = GetClient(job_id)) { 530 - job_id, blink::mojom::BackgroundFetchFailureReason::CANCELLED_FROM_UI); 531 + job_id, "" /* download_guid */, 536 @@ -242,14 +246,15 @@ void BackgroundFetchDelegateBase::MarkJobComplete(const std::string& job_id) { 540 -void BackgroundFetchDelegateBase::FailFetch(const std::string& job_id) { 541 +void BackgroundFetchDelegateBase::FailFetch(const std::string& job_id, 544 const std::string unique_id = job_id; [all …]
|