Home
last modified time | relevance | path

Searched refs:stage_id (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/auto_scheduler/search_policy/
H A Dsketch_policy_rules.cc484 for (int stage_id = static_cast<int>((*state)->stages.size()) - 1; stage_id >= 0; stage_id--) { in Apply() local
578 for (size_t stage_id = 0; stage_id < (*state)->stages.size(); ++stage_id) { in Apply() local
594 for (size_t stage_id = 0; stage_id < (*state)->stages.size(); ++stage_id) { in Apply() local
633 state->pragma(stage_id, (*state)->stages[stage_id]->iters[0], in Apply()
644 for (size_t stage_id = 0; stage_id < (*state)->stages.size(); ++stage_id) { in Apply() local
694 state->vectorize(stage_id, state->fuse(stage_id, to_fuse)); in Apply()
704 for (size_t stage_id = 0; stage_id < (*state)->stages.size(); ++stage_id) { in Apply() local
721 for (int stage_id = (*state)->stages.size() - 1; stage_id >= 0; --stage_id) { in Apply() local
841 Iterator fused = state->fuse(stage_id, (*state)->stages[stage_id]->iters); in Apply()
1099 int stage_id = fuse_step->stage_id; in Apply() local
[all …]
H A Dutils.h394 if (stage_id == ps->stage_id) { in HasCacheReadStage()
400 if (stage_id > s->transform_steps[i]->stage_id) { in HasCacheReadStage()
401 stage_id--; in HasCacheReadStage()
412 if (stage_id == ps->stage_id) { in HasCacheWriteStage()
418 if (stage_id > s->transform_steps[i]->stage_id) { in HasCacheWriteStage()
419 stage_id--; in HasCacheWriteStage()
430 if (stage_id == ps->stage_id) { in HasRfactorStage()
436 if (stage_id > s->transform_steps[i]->stage_id) { in HasRfactorStage()
437 stage_id--; in HasRfactorStage()
558 if (stage_id == ps->stage_id) { in GetSplitStepIds()
[all …]
H A Dutils.cc33 const auto& stage = s->stages[stage_id]; in GetSpatialSplitStepIds()
50 if (stage_id > s->transform_steps[i]->stage_id) { in GetSpatialSplitStepIds()
51 stage_id--; in GetSpatialSplitStepIds()
54 if (stage_id == ps->stage_id) { in GetSpatialSplitStepIds()
263 tmp_s.reorder(stage_id, order); in DoMultiLevelTiling()
348 tmp_s.reorder(stage_id, tmp_order); in FollowTiling()
368 IterKey iter_key(stage_id, i); in HasNestedParallel()
378 for (size_t stage_id = 0; stage_id < state->stages.size(); ++stage_id) { in HasNestedParallel() local
508 .set_body_typed([](const State& s, int stage_id) { return HasCacheReadStage(s, stage_id); }); in __anonf652c8760502() argument
511 .set_body_typed([](const State& s, int stage_id) { return HasCacheWriteStage(s, stage_id); }); in __anonf652c8760602() argument
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/auto_scheduler/
H A Dloop_state.cc101 DeleteStageEntry(pnode, stage_id); in SetComputeAtIter()
109 void AttachMap::DeleteStage(int stage_id) { in DeleteStage() argument
112 DeleteStageEntry(pnode, stage_id); in DeleteStage()
254 FuseStep step = FuseStep(stage_id, indices); in fuse()
321 void State::compute_inline(int stage_id) { in compute_inline() argument
327 void State::compute_root(int stage_id) { in compute_root() argument
391 IterKey iter_key(stage_id, i); in PrintStage()
486 state.pragma(stage_id, it, pragma_type); in __anon42f1274b0702()
492 state.reorder(stage_id, order); in __anon42f1274b0802()
533 state.compute_inline(stage_id); in __anon42f1274b0e02()
[all …]
H A Dtransform_step.cc276 node->stage_id = stage_id; in AnnotationStep()
411 node->stage_id = stage_id; in FuseStep()
567 node->stage_id = stage_id; in PragmaStep()
675 node->stage_id = stage_id; in ReorderStep()
909 node->stage_id = stage_id; in SplitStep()
972 node->stage_id = stage_id; in FollowSplitStep()
1070 node->stage_id = stage_id; in FollowFusedSplitStep()
1150 node->stage_id = stage_id; in StorageAlignStep()
1217 node->stage_id = stage_id; in ComputeAtStep()
1290 node->stage_id = stage_id; in ComputeInlineStep()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/test/trace_processor/graphics/
H A Dgpu_render_stages.py67 stage_id=0,
76 stage_id=0,
88 stage_id=0,
108 stage_id=0,
128 stage_id=0,
146 stage_id=0,
165 stage_id=0,
184 stage_id=0,
198 stage_id=0,
206 stage_id=0,
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/crm/doc/
H A Dstage_status.rst12 field has been totally removed and replaced by stages, using ``stage_id``. The
18 - ``new``: ``stage_id and stage_id.sequence = 1``
19 - ``won``: ``stage_id and stage_id.probability = 100 and stage_id.on_change = True``
20 - ``lost``: ``stage_id and stage_id.probability = 0 and stage_id.on_change = True
21 and stage_id.sequence != 1``
34 datetime field. This field is updated everytime ``stage_id`` is updated.
50 - ``mt_lead_create``: new leads. Condition: ``obj.probability == 0 and obj.stage_id
51 and obj.stage_id.sequence == 1``
52 - ``mt_lead_stage``: stage changed. Condition: ``(obj.stage_id and obj.stage_id.sequence != 1)
55 and obj.stage_id and obj.stage_id.on_change``
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/auto_scheduler/
H A Dloop_state.h189 void SetComputeAtIter(int stage_id, int target_stage_id, int target_iter_id);
195 void DeleteStage(int stage_id);
227 static void DeleteStageEntry(AttachMapNode* pnode, int stage_id);
304 TVM_DLL Iterator parallel(int stage_id, const Iterator& it);
320 TVM_DLL Iterator vectorize(int stage_id, const Iterator& it);
329 TVM_DLL Iterator fuse(int stage_id, const Array<Iterator>& iters);
342 TVM_DLL void reorder(int stage_id, const Array<Iterator>& order);
353 TVM_DLL Array<Iterator> split(int stage_id, const Iterator& it,
405 TVM_DLL void compute_inline(int stage_id);
414 TVM_DLL void compute_root(int stage_id);
[all …]
H A Dtransform_step.h167 int stage_id;
285 AnnotationStep(int stage_id, int iter_id, IteratorAnnotation ann);
347 FuseStep(int stage_id, const Array<Integer>& fused_ids);
408 PragmaStep(int stage_id, int iter_id, String pragma_type);
469 ReorderStep(int stage_id, const Array<Integer>& after_ids);
547 SplitStep(int stage_id, int iter_id, Optional<PrimExpr> extent,
773 StorageAlignStep(int stage_id, int iter_id, int factor, int offset);
895 explicit ComputeInlineStep(int stage_id);
954 explicit ComputeRootStep(int stage_id);
1098 CacheWriteStep(int stage_id, String scope_name);
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/cpp/
H A Dauto_scheduler_test.cc77 for (size_t stage_id = 0; stage_id < dag->ops.size(); stage_id++) { in TEST() local
78 if (needs_multi_level_tiling.count(stage_id)) { in TEST()
87 for (size_t stage_id = 0; stage_id < dag->ops.size(); stage_id++) { in TEST() local
88 if (is_simple_access.count(stage_id)) { in TEST()
89 CHECK(dag->access_analyzer.IsSimpleAccess(dag->ops[stage_id])); in TEST()
96 for (size_t stage_id = 0; stage_id < dag->ops.size(); stage_id++) { in TEST() local
97 if (is_strictly_inlinable.count(stage_id)) { in TEST()
105 for (size_t stage_id = 0; stage_id < dag->ops.size(); stage_id++) { in TEST() local
106 if (is_output.count(stage_id)) { in TEST()
107 CHECK(dag->access_analyzer.IsOutput(dag->ops[stage_id])); in TEST()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/ci/
H A Dstage_spec.rb14 create(:ci_build, stage_id: stage.id)
15 create(:commit_status, stage_id: stage.id)
110 create(:ci_build, :success, stage_id: stage.id)
111 create(:ci_build, :running, stage_id: stage.id)
125 create(:ci_build, :created, stage_id: stage.id)
135 create(:ci_build, :skipped, stage_id: stage.id)
147 create(:ci_build, :scheduled, stage_id: stage.id)
179 create(:ci_build, :failed, stage_id: stage.id)
228 stage_id: stage.id,
244 stage_id: stage.id,
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/project/doc/
H A Dstage_status.rst12 field has been totally removed and replaced by stages, using ``stage_id``. The
19 - ``stage_id and stage_id.sequence = 1``
32 datetime field. This field is updated everytime ``stage_id`` is updated.
48 - ``mt_task_new``: new tasks. Condition: ``obj.stage_id and obj.stage_id.sequence == 1``
49 - ``mt_task_stage``: stage changed. Condition: ``obj.stage_id and obj.stage_id.sequence != 1``
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/crm/tests/
H A Dtest_crm_lead_merge.py38 self.assertEqual(self.lead_1.stage_id, self.stage_team1_1)
40 self.assertEqual(self.lead_w_partner.stage_id, self.env['crm.stage'])
44 self.assertEqual(self.lead_w_partner_company.stage_id, self.stage_team1_1)
48 self.assertEqual(self.lead_w_contact.stage_id, self.stage_gen_1)
52 self.assertEqual(self.lead_w_email.stage_id, self.stage_gen_1)
56 self.assertEqual(self.lead_w_email_lost.stage_id, self.stage_team1_2)
98 self.assertEqual(merge_opportunity.stage_id, self.stage_gen_1)
112 self.assertEqual(self.lead_w_partner_company.stage_id.sequence, 1)
113 self.assertEqual(self.lead_1.stage_id.sequence, 1)
143 self.assertEqual(merge_opportunity.stage_id, self.stage_team_convert_1)
H A Dtest_crm_lead_convert.py78 self.assertEqual(self.lead_1.stage_id, self.stage_team1_1)
90 self.assertEqual(lead.stage_id, self.stage_team1_1)
100 self.assertEqual(lead.stage_id, self.stage_team1_1)
122 self.assertEqual(lead.stage_id, self.stage_gen_won)
257 self.assertEqual(self.lead_1.stage_id, self.stage_team1_1)
410 self.assertEqual(self.lead_1.stage_id, self.stage_team1_1)
412 self.assertEqual(self.lead_w_partner.stage_id, self.env['crm.stage'])
416 self.assertEqual(self.lead_w_partner_company.stage_id, self.stage_team1_1)
420 self.assertEqual(self.lead_w_contact.stage_id, self.stage_gen_1)
424 self.assertEqual(self.lead_w_email.stage_id, self.stage_gen_1)
[all …]
/dports/games/dangen/dangen-0.5/spqr/
H A Dstage-list.c14 stage_plan_new(int stage_id) in stage_plan_new() argument
27 switch(stage_id) in stage_plan_new()
119 new->stage_id = stage_id; in stage_plan_new()
298 if (a_temp->stage_id > b_temp->stage_id) in stage_compare()
300 else if (a_temp->stage_id < b_temp->stage_id) in stage_compare()
H A Dshow-record.c98 if (max_id < (list->p[i])->stage_id) in show_record()
99 max_id = (list->p[i])->stage_id; in show_record()
124 if (max_id < record->total_p->stage_id[i]) in show_record()
125 max_id = record->total_p->stage_id[i]; in show_record()
411 p_rec = record->plan_p[(list->p[head + cursor - 1])->stage_id]; in show_record()
628 n = record->total_p->stage_id[i]; in show_record()
632 || (list_full->p[n])->stage_id == record->total_p->stage_id[i]) in show_record()
721 if (p->stage_id < 0) in show_result_rule()
723 if (p->stage_id > record->plan_n) in show_result_rule()
726 if ((record->plan_p[p->stage_id])->number_play > 0) in show_result_rule()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/flatpak/
H A Dgbp-flatpak-pipeline-addin.c172 guint stage_id;
189 ide_pipeline_addin_track (IDE_PIPELINE_ADDIN (self), stage_id);
307 guint stage_id;
408 stage_id = ide_pipeline_attach (pipeline,
412 ide_pipeline_addin_track (IDE_PIPELINE_ADDIN (self), stage_id);
424 guint stage_id;
435 ide_pipeline_addin_track (IDE_PIPELINE_ADDIN (self), stage_id);
455 guint stage_id;
532 guint stage_id;
583 guint stage_id;
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/finders/analytics/cycle_analytics/
H A Dstage_finder.rb6 def initialize(parent:, stage_id:) argument
8 @stage_id = stage_id
26 hash[:name].eql?(stage_id)
29 …raise(ActiveRecord::RecordNotFound, "Stage with id '#{stage_id}' could not be found") unless raw_s…
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/autotools/
H A Dide-autotools-pipeline-addin.c40 guint stage_id; in register_autoreconf_stage() local
55 stage_id = ide_pipeline_attach (pipeline, IDE_PIPELINE_PHASE_AUTOGEN, 0, stage); in register_autoreconf_stage()
57 ide_pipeline_addin_track (IDE_PIPELINE_ADDIN (self), stage_id); in register_autoreconf_stage()
212 guint stage_id; in register_configure_stage() local
314 ide_pipeline_addin_track (IDE_PIPELINE_ADDIN (self), stage_id); in register_configure_stage()
329 guint stage_id; in register_make_stage() local
345 stage_id = ide_pipeline_attach (pipeline, phase, 0, stage); in register_make_stage()
346 ide_pipeline_addin_track (IDE_PIPELINE_ADDIN (self), stage_id); in register_make_stage()
357 guint stage_id; in register_makecache_stage() local
367 stage_id = ide_pipeline_attach (pipeline, in register_makecache_stage()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/finders/analytics/cycle_analytics/
H A Dstage_finder_spec.rb10 subject { described_class.new(parent: project, stage_id: stage_id[:id]).execute }
14 it { expect(subject.name).to eq(stage_id[:id]) }
19 stage_id[:id] = 'unknown_default_stage'
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/foundry/
H A Dide-pipeline-addin.c90 guint stage_id = g_array_index (ar, guint, i); in ide_pipeline_addin_unload() local
92 ide_pipeline_detach (pipeline, stage_id); in ide_pipeline_addin_unload()
116 guint stage_id) in ide_pipeline_addin_track() argument
121 g_return_if_fail (stage_id > 0); in ide_pipeline_addin_track()
132 g_array_append_val (ar, stage_id); in ide_pipeline_addin_track()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/ci/
H A Densure_stage_service_spec.rb16 job.assign_attributes(stage_id: stage.id)
24 job.assign_attributes(stage_id: nil, stage: 'test')
32 job.assign_attributes(stage_id: nil, ref: nil)
45 job.assign_attributes(stage_id: nil)
/dports/cad/uranium/Uranium-3ed9c4de/UM/Qt/Bindings/
H A DStageModel.py34 for stage_id, stage in stages.items():
35 view_meta_data = PluginRegistry.getInstance().getMetaData(stage_id).get("stage", {})
42 name = view_meta_data.get("name", stage_id)
46 "id": stage_id,
/dports/games/dangen/dangen-0.5/record/
H A Drecord_data.c95 new->stage_id = NULL; in total_record_new()
102 if (new->stage_id == NULL) in total_record_new()
127 new->stage_id[i] = -1; in total_record_new()
149 new->stage_id[i] = -1; in total_record_new()
163 if (p->stage_id != NULL) in total_record_delete()
164 free(p->stage_id); in total_record_delete()
380 if (p->stage_id == NULL) in total_record_valid()
427 if (p->stage_id[i] < 0) in total_record_valid()
444 if (p->stage_id[j] >= 0) in total_record_valid()
552 i + 1, p->stage_id[i]); in print_total_record()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/auto_scheduler/
H A Dloop_state.py587 def _resolve_stage_id(self, stage_id): argument
588 if isinstance(stage_id, Operation):
589 return self.stage_id_map[stage_id]
590 if isinstance(stage_id, Tensor):
591 return self.stage_id_map[stage_id.op]
592 if isinstance(stage_id, int):
593 return stage_id
595 "Invalid stage: " + stage_id + " . Expect to be a int, Operation or Tensor"

12345678