CN105335226A - Iterative static task list scheduling algorithm for multi-processor system - Google Patents

Iterative static task list scheduling algorithm for multi-processor system Download PDF

Info

Publication number
CN105335226A
CN105335226A CN201510623063.7A CN201510623063A CN105335226A CN 105335226 A CN105335226 A CN 105335226A CN 201510623063 A CN201510623063 A CN 201510623063A CN 105335226 A CN105335226 A CN 105335226A
Authority
CN
China
Prior art keywords
task
outer circulation
optimal
scheduling
priority sequence
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510623063.7A
Other languages
Chinese (zh)
Other versions
CN105335226B (en
Inventor
宋宇鲲
杨俊�
张多利
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hefei University of Technology
Original Assignee
Hefei University of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hefei University of Technology filed Critical Hefei University of Technology
Priority to CN201510623063.7A priority Critical patent/CN105335226B/en
Publication of CN105335226A publication Critical patent/CN105335226A/en
Application granted granted Critical
Publication of CN105335226B publication Critical patent/CN105335226B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses an iterative static task list scheduling algorithm for a multi-processor system. The algorithm is characterized by being executed by the following steps: 1, setting an initial value of a current optimal task priority sequence, and taking a corresponding static list scheduling length as an initial value of a current optimal scheduling length; 2, obtaining a new task priority sequence from the current optimal task priority sequence, and if the corresponding static list scheduling length is less than the current optimal scheduling length, updating the current optimal scheduling length and the current optimal task priority sequence; 3, repeatedly executing the step 2 until the frequency of execution reaches a specified upper limit; 4, executing the steps 1 to 3 for each optimal task priority sequence; and 4, selecting a minimum value from all optimal scheduling lengths as a final scheduling result. According to the algorithm, the scheduling length is further reduced on the basis of a conventional static task list scheduling algorithm, so that the application execution efficiency is effectively improved.

Description

For the iterative static task list scheduling algorithm of multicomputer system
Technical field
The present invention relates to task scheduling field, specifically a kind of based on the iterative static task list scheduling algorithm on multicomputer system.
Background technology
In prior art, multicomputer system can meet the demand that application program performs Multi-task Concurrency to a greater extent, and the task scheduling how more effectively realized on multicomputer system still needs to be probed into further.At present, the list scheduling technology of Static task scheduling algorithm many employings task based access control graph model of main flow.In task graph model, represent application program with directed acyclic graph G=(V, E, W, C), a point represents a task, directed edge E between points a,brepresent the follow-up restriction relation of forerunner between predecessor task a and subsequent tasks b, some weights W arepresent the time of executing the task needed for a, directed edge E a,bweight C a,btime needed for expression task a communicates with b.Detailed introduction about task image model sees the research background declaratives of list of references " DynamicCriticalPathScheduling:AnEffectiveTechniqueforAll ocatingTaskGraphstoMultiprocessors ".Be generally model with task image due to Mission Scheduling, therefore, task scheduling also can be described as task image scheduling.
The implementation procedure of traditional static task static list dispatching algorithm is comparatively simple: according to task priority list, each task is scheduled in makes it obtain on the processing unit of earliest start time successively.Task priority list is obtained by special algorithm, and in priority list, the position at task place is more forward, and the priority that this task is scheduled is higher.About the detailed description of described static task static list dispatching algorithm see document " TaskSchedulingforParallelSystems " to the elaboration of Algorithm9 and Algorithm10.Static list dispatching algorithm only considers this kind of task priority sequence of task priority list, but task priority list may not be exactly OPTIMAL TASK priority sequence.Here, task priority sequence represents the precedence that task is scheduled.Therefore, only consider that a kind of static list dispatching algorithm of task priority sequence easily obtains poor scheduling result, namely larger scheduling length, thus cause application program execution efficiency lower.Described scheduling length represents the time of complete all required by task.
Summary of the invention
The present invention is for avoiding above-mentioned the deficiencies in the prior art, propose a kind of iterative static task list scheduling algorithm for multicomputer system, to on the basis of traditional static list dispatching algorithm, reduce scheduling length further, thus improve application program execution efficiency.
The present invention is that technical solution problem adopts following technical scheme:
A kind of iterative static task list scheduling algorithm for multicomputer system of the present invention, the feature that described multicomputer system performs N number of task on P processor is carried out in accordance with the following steps:
Step 1, definition outer circulation number of times are s; The threshold value of setting outer circulation number of times is S; Definition Inner eycle number of times is k; The threshold value of setting Inner eycle number of times is K;
Outer circulation number of times s=1 described in step 2, initialization;
Step 3, the task priority sequence of described task image is set at random under the s time outer circulation, thus obtains the OPTIMAL TASK priority sequence of described N number of task under the s time outer circulation, be designated as represent the OPTIMAL TASK priority sequence under described the s time outer circulation in m to be scheduled task; 1≤m≤N;
Step 4, with the OPTIMAL TASK priority sequence under described the s time outer circulation for task priority list, static task static list dispatching algorithm is utilized to dispatch task image, described in acquisition optimal scheduling length under the s time outer circulation, is designated as
Inner eycle number of times k=1 described in step 5, initialization;
Step 6, obtain two random number i and j from tandom number generator, and exchange the OPTIMAL TASK priority sequence under described the s time outer circulation in i-th task that is scheduled be scheduled task individual with jth thus the kth task priority sequence obtained under the s time outer circulation, be designated as represent the kth task priority sequence T under described s outer circulation (s) (k)in l to be scheduled task; 1≤i≤N, 1≤j≤N, 1≤l≤N;
Step 7, with the task priority sequence T of the kth under described the s time outer circulation (s) (k)for task priority list, utilize static task static list dispatching algorithm to dispatch task image, obtain the kth scheduling length under the s time outer circulation, be designated as SL (s) (k);
Step 8, to the kth scheduling length SL under described the s time outer circulation (s) (k)with the optimal scheduling length under the s time outer circulation compare; If optimal scheduling length then under described the s time outer circulation with OPTIMAL TASK priority sequence assignment is SL respectively (s) (k)and T (s) (k); If optimal scheduling length under described the s time outer circulation with OPTIMAL TASK priority sequence all remain unchanged;
Step 9, by k+1 assignment to k, judge whether k≤K sets up; If set up, represent the optimal scheduling length under described the s time outer circulation not yet complete iteration, return step 6 and perform; Otherwise, perform step 10;
Step 10, by s+1 assignment to s, judge whether s≤S sets up; If set up, return step 3 and perform; Otherwise, represent S optimal scheduling length all complete iteration, and perform step 11;
Step 11, from described S optimal scheduling length in select the scheduling result of minimum value as described iterative static task list scheduling algorithm, be designated as SL best, namely thus complete described iterative static task list scheduling algorithm, and with SL bestweigh the performance height of described iterative static task list scheduling algorithm.
Compared with prior art, beneficial effect of the present invention is embodied in:
1, the present invention further considers multiple-task priority sequence on the basis of traditional static task static list dispatching algorithm, thus obtains less scheduling length, effectively improves application program execution efficiency.
2, the present invention adopts exchange in the priority of two Random Tasks generate T (s) (k), this task priority generation strategy the most easily realizes.
3, the present invention in the s time outer circulation kth time Inner eycle with T (s) (k)for task priority list, static list dispatching algorithm is adopted to dispatch task image, by comparing SL (s) (k)with determine whether upgrading with this method makes monotone decreasing in an iterative process, thus ensure that the scheduling length that iterative static task list scheduling algorithm obtains must be not more than static task static list dispatching algorithm.
4, the present invention uses for reference the basic thought of particle cluster algorithm, take S as population scale, for particle status, S particle upgrades through K iteration completion status separately, optimum solution is chosen again, so just by adopting multiple-task priority sequence to avoid single task role priority sequence to be easily absorbed in the defect of locally optimal solution from the end-state of population;
5, the present invention can adjust the size of S and K according to the restriction of algorithm actual run time; Thus there is higher flexibility.
6, algorithm realization of the present invention clusters relative to employing task, the Static task scheduling algorithm of Task Duplication and dynamic priority list technique is more simple.
Accompanying drawing explanation
Fig. 1 is task image used in example of the present invention;
Fig. 2 is algorithm flowchart of the present invention.
Embodiment
In the present embodiment, on the multicomputer system that has four processors, the implementation of iterative static task list scheduling algorithm is roughly as follows:
1, set the initial value of current OPTIMAL TASK priority sequence, corresponding static list scheduling length is as the initial value of current optimal scheduling length;
2 generate new task priority sequence from current OPTIMAL TASK priority sequence, if the static list scheduling length of correspondence is less than current optimal scheduling length, then upgrade current optimal scheduling length and current OPTIMAL TASK priority sequence;
3 repeated execution of steps 2, until perform number of times to reach the appointment upper limit;
4 perform step 1 to 3 for each OPTIMAL TASK priority sequence;
5 select minimum value, as final scheduling result from all optimal scheduling length.
Specifically, as shown in Figure 2, dispatching the task image shown in Fig. 1, is carry out as follows:
Step 1, definition outer circulation number of times are s; Setting outer circulation threshold value is S; Contrast particle cluster algorithm, the scheduling length of a kind of task priority sequence and correspondence thereof can be regarded as the state of a particle in population, so S is the scale of this population; After S outer circulation, in population, the state of all particles all upgrades complete, from the end-state of all particles, select minimum scheduling length, and this scheduling length is final task scheduling result; In the present embodiment, S value is 4;
Definition Inner eycle number of times is k; Setting Inner eycle threshold value is K; K represents the upper limit of each particle state iterations; In the present embodiment, K value is 256; In general, S and K is larger, and the dispatching effect of described iterative Static task scheduling algorithm is better, but for the restriction of Riming time of algorithm, the value of S and K can not be too large;
Outer circulation number of times s=1 described in step 2, initialization;
Step 3, the task priority sequence of described task image is set at random under the s time outer circulation, thus obtains the OPTIMAL TASK priority sequence under the s time outer circulation of N number of task in described task image, be designated as represent the OPTIMAL TASK priority sequence under described the s time circulation in m to be scheduled task; 1≤m≤N;
For the task image shown in Fig. 1, a node corresponds to a task, as node V 0corresponding to task 0; The weights of each node are tasks carrying and complete the required time, as described in the task 0 complete required time be 99; Article one, directed edge represents the follow-up restriction relation of forerunner on it between two tasks, as directed edge E 0,8on task 0 be the forerunner of task 8, task 8 is the follow-up of task 0, and namely the dispatching priority of task 8 can not higher than task 0; Weights on directed edge are relevant with call duration time required between two tasks on it, for example, if task 0 and 8 is scheduled in two different processing units respectively, then from task 0 to the time needed for the communication of task 8 be 55, if task 0 and 8 is all scheduled on same treatment unit, then from task 0 to the time needed for the communication of task 8 be 0;
Here task priority sequence represents the sequencing that in task image, each task is scheduled, and task priority sequence does not meet the follow-up constraint condition of forerunner and refers in task image that at least there is follow-up that a directed edge makes on it obtains higher priority than forerunner; For example, for the task image shown in Fig. 1, { 8,1,2,3,4,5,6,7,0,9,10,11,12,13,14} does not meet the follow-up constraint condition of forerunner to task priority sequence, because E 0,8on the priority of subsequent tasks 8 higher than predecessor task 0;
Here obtain the just initial value of s OPTIMAL TASK priority sequence, this value constantly monotone decreasing in subsequent step; For the task priority sequence not meeting the follow-up constraint of forerunner, forerunner can not be had precedence over be scheduled due to follow-up, thus can think that corresponding static list scheduling length is positive infinity; So, do not meet the task priority sequence of the follow-up constraint of forerunner and be not suitable as s OPTIMAL TASK priority sequence initial value;
In the present embodiment, in order to obtain the task priority sequence that four kinds meet the follow-up constraint of forerunner, four outer circulations adopt following four kinds of task priority sequence numerical procedures respectively: TL-Scheme, BL-Scheme, BL_TL-Scheme and Random-Scheme; Four to obtain the mode of task priority sequence different: TL-Scheme arranges each task according to TL weights ascending order, BL-Scheme is according to each task of BL weights descending sort, BL_TL-Scheme arranges each task according to status of a sovereign key word BL weights descending and secondary position key word TL weights ascending order, and Random-Scheme stochastic generation one meets the task priority sequence of forerunner's constraint.The computing method of task TL and BL weights are as shown in the formula shown in (1) and (2):
In the present embodiment, according to the computing method of described four kinds of task priority sequences, the initial value of each self-corresponding OPTIMAL TASK priority sequence of four outer circulations is as shown in table 1; The task image of contrast shown in Fig. 1, these four kinds of task priority sequences meet the follow-up constraint condition of forerunner really.
Table 1: four kinds of each self-corresponding task priority sequences of static task priority computing method
The present invention can adopt the task priority sequence computing method in paper " having the senior list dispatching method of communication contention Mission Scheduling in parallel embedded system " and " Listscheduling:extensionforcontentionawarenessandevaluat ionofnodeprioritiesforheterogeneousclusterarchitectures ", to ensure OPTIMAL TASK priority sequence initial value meets the follow-up constraint condition of forerunner;
Step 4, with described the s time circulation under OPTIMAL TASK priority sequence for task priority list, utilize static list dispatching algorithm to dispatch task image, obtain the optimal scheduling length under the s time circulation, be designated as
With certain task priority sequence for task priority list, static task static list dispatching algorithm is utilized to dispatch task image and the scheduling length obtained also can be called as the static list scheduling length that this task priority sequence pair is answered; Here, corresponding static list scheduling length the just initial value of s optimal scheduling length, to constantly be updated in an iterative process; In the present embodiment, with corresponding static list scheduling length with be respectively 824,731,731 and 829;
Inner eycle number of times k=1 described in step 5, initialization; K represents iterations;
Step 6, obtain two random number i and j from tandom number generator, then exchange the task priority sequence under described the s time circulation in i-th task that is scheduled be scheduled task individual with jth thus the kth exploratory task priority sequence obtained under the s time circulation; Be designated as represent the kth task priority sequence T under described the s time circulation (s) (k)in l to be scheduled task; 1≤i≤N, 1≤j≤N, 1≤l≤N;
In the present embodiment, as s=1 and k=1 time, from random number, two random numbers are obtained to generator: 1 and 4, exchange in the priority of task 1 and 4, obtain first task priority sequence T under first time outer circulation (1) (1)={ 0,4,2,3,1,5,6,7,8,10,9,11,13,12,14};
Step 7, with described the s time circulation under a kth task priority sequence T (s) (k)for task priority list, utilize static list dispatching algorithm to dispatch task image, obtain the kth scheduling length under the s time circulation, be designated as SL (s) (k);
In the present embodiment, T (1) (1)meet forerunner's constraint condition, with T (1) (1)for task priority list, obtain corresponding scheduling length SL according to static list dispatching algorithm (1) (1)=819, alternatively, T (1) (1)corresponding static list scheduling length SL (1) (1)=819; Illustrate in step 3, if T (s) (k)do not meet forerunner's constraint condition, then SL (s) (k)=+∞;
Step 8, to described the s time circulation under a kth scheduling length SL (s) (k)with the optimal scheduling length under the s time circulation compare; If optimal scheduling length under described the s time circulation with OPTIMAL TASK priority sequence assignment is SL respectively (s) (k)and T (s) (k); If optimal scheduling length under described the s time circulation with OPTIMAL TASK priority sequence all remain unchanged;
This step makes monotone decreasing in the process of iteration, and then ensure that the scheduling length that iterative static task list scheduling algorithm obtains must be not more than static task static list dispatching algorithm; In the present embodiment, SL ( 1 ) ( 1 ) = 819 < SL b e s t ( 1 ) = 824 , Thus renewal is made: SL b e s t ( 1 ) = SL ( 1 ) ( 1 ) And T b e s t ( 1 ) = T ( 1 ) ( 1 ) ;
Step 9, by k+1 assignment to k, judge whether k≤K sets up.If set up, represent the optimal scheduling length under described the s time outer circulation iteration also do not complete, return step 6 and perform; Otherwise, perform step 10;
Step 10, by s+1 assignment to s, judge whether s≤S sets up; If set up, then return step 3 and perform; Otherwise represent S optimal scheduling length all iteration completes, and continues to perform step 11;
Step 11, from described S optimal scheduling length in select the optimal scheduling length of minimum value as described iterative list scheduling algorithm, be designated as SL best; Namely thus complete described iterative list scheduling algorithm; And with the optimal scheduling length SL of described iterative list scheduling algorithm bestthe performance weighing described iterative list scheduling algorithm is good and bad; Scheduling length is all tasks carryings and completes required time loss, and thus the size of scheduling length weighs most important performance index of task scheduling algorithm performance;
In the present embodiment, four optimal scheduling length obtaining of described iterative static task list scheduling algorithm with be 690,690,595 and 622 respectively, and then obtain iterative static task list scheduling algorithmic dispatching result SL b e s t = m i n { SL b e s t ( 1 ) , SL b e s t ( 2 ) , SL b e s t ( 3 ) , SL b e s t ( 4 ) } = 595.

Claims (1)

1., for an iterative static task list scheduling algorithm for multicomputer system, described multicomputer system performs N number of task on P processor, it is characterized in that carrying out in accordance with the following steps:
Step 1, definition outer circulation number of times are s; The threshold value of setting outer circulation number of times is S; Definition Inner eycle number of times is k; The threshold value of setting Inner eycle number of times is K;
Outer circulation number of times s=1 described in step 2, initialization;
Step 3, the task priority sequence of described task image is set at random under the s time outer circulation, thus obtains the OPTIMAL TASK priority sequence of described N number of task under the s time outer circulation, be designated as represent the OPTIMAL TASK priority sequence under described the s time outer circulation in m to be scheduled task; 1≤m≤N;
Step 4, with the OPTIMAL TASK priority sequence under described the s time outer circulation for task priority list, static task static list dispatching algorithm is utilized to dispatch task image, described in acquisition optimal scheduling length under the s time outer circulation, is designated as
Inner eycle number of times k=1 described in step 5, initialization;
Step 6, obtain two random number i and j from tandom number generator, and exchange the OPTIMAL TASK priority sequence under described the s time outer circulation in i-th task that is scheduled be scheduled task individual with jth thus the kth task priority sequence obtained under the s time outer circulation, be designated as represent the kth task priority sequence T under described s outer circulation (s) (k)in l to be scheduled task; 1≤i≤N, 1≤j≤N, 1≤l≤N;
Step 7, with the task priority sequence T of the kth under described the s time outer circulation (s) (k)for task priority list, utilize static task static list dispatching algorithm to dispatch task image, obtain the kth scheduling length under the s time outer circulation, be designated as SL (s) (k);
Step 8, to the kth scheduling length SL under described the s time outer circulation (s) (k)with the optimal scheduling length under the s time outer circulation compare; If optimal scheduling length then under described the s time outer circulation with OPTIMAL TASK priority sequence assignment is SL respectively (s) (k)and T (s) (k); If optimal scheduling length under described the s time outer circulation with OPTIMAL TASK priority sequence all remain unchanged;
Step 9, by k+1 assignment to k, judge whether k≤K sets up; If set up, represent the optimal scheduling length under described the s time outer circulation not yet complete iteration, return step 6 and perform; Otherwise, perform step 10;
Step 10, by s+1 assignment to s, judge whether s≤S sets up; If set up, return step 3 and perform; Otherwise, represent S optimal scheduling length all complete iteration, and perform step 11;
Step 11, from described S optimal scheduling length in select the scheduling result of minimum value as described iterative static task list scheduling algorithm, be designated as SL best, namely thus complete described iterative static task list scheduling algorithm, and with SL bestweigh the performance height of described iterative static task list scheduling algorithm.
CN201510623063.7A 2015-09-24 2015-09-24 For the iterative static task list scheduling method of multicomputer system Active CN105335226B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510623063.7A CN105335226B (en) 2015-09-24 2015-09-24 For the iterative static task list scheduling method of multicomputer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510623063.7A CN105335226B (en) 2015-09-24 2015-09-24 For the iterative static task list scheduling method of multicomputer system

Publications (2)

Publication Number Publication Date
CN105335226A true CN105335226A (en) 2016-02-17
CN105335226B CN105335226B (en) 2018-10-02

Family

ID=55285782

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510623063.7A Active CN105335226B (en) 2015-09-24 2015-09-24 For the iterative static task list scheduling method of multicomputer system

Country Status (1)

Country Link
CN (1) CN105335226B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111062646A (en) * 2019-12-31 2020-04-24 芜湖哈特机器人产业技术研究院有限公司 Multilayer nested loop task dispatching method
CN112817731A (en) * 2021-02-25 2021-05-18 合肥工业大学 Heterogeneous multi-core system task scheduling method based on node replication

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8250548B2 (en) * 2006-06-06 2012-08-21 Waseda University Method for controlling heterogeneous multiprocessor and multigrain parallelizing compiler
CN102866912A (en) * 2012-10-16 2013-01-09 首都师范大学 Single-instruction-set heterogeneous multi-core system static task scheduling method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8250548B2 (en) * 2006-06-06 2012-08-21 Waseda University Method for controlling heterogeneous multiprocessor and multigrain parallelizing compiler
CN102866912A (en) * 2012-10-16 2013-01-09 首都师范大学 Single-instruction-set heterogeneous multi-core system static task scheduling method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111062646A (en) * 2019-12-31 2020-04-24 芜湖哈特机器人产业技术研究院有限公司 Multilayer nested loop task dispatching method
CN111062646B (en) * 2019-12-31 2023-11-24 芜湖哈特机器人产业技术研究院有限公司 Multi-level nested circulation task dispatching method
CN112817731A (en) * 2021-02-25 2021-05-18 合肥工业大学 Heterogeneous multi-core system task scheduling method based on node replication
CN112817731B (en) * 2021-02-25 2022-12-06 合肥工业大学 Heterogeneous multi-core system task scheduling method based on node replication

Also Published As

Publication number Publication date
CN105335226B (en) 2018-10-02

Similar Documents

Publication Publication Date Title
CN106339351B (en) A kind of SGD algorithm optimization system and method
CN105700959B (en) A kind of multithreading division and static equilibrium dispatching method towards multi-core platform
CN109561148A (en) Distributed task dispatching method in edge calculations network based on directed acyclic graph
CN111079921A (en) Efficient neural network training and scheduling method based on heterogeneous distributed system
US11205134B2 (en) Numerical quantum experimentation
CN107291550B (en) A kind of Spark platform resource dynamic allocation method and system for iterated application
CN102866912A (en) Single-instruction-set heterogeneous multi-core system static task scheduling method
CN112685153A (en) Micro-service scheduling method and device and electronic equipment
CN111027708A (en) Distributed machine learning-oriented parameter communication optimization method
CN103473134A (en) Dependent task scheduling method of heterogeneous multi-core processor
CN103745225A (en) Method and system for training distributed CTR (Click To Rate) prediction model
CN111400010B (en) Task scheduling method and device
CN103473120A (en) Acceleration-factor-based multi-core real-time system task partitioning method
CN102364447A (en) Operation scheduling method for optimizing communication energy consumption among multiple tasks
CN109193807A (en) A kind of Economic Dispatch method and system
CN103077083A (en) Method and system for processing tasks
CN101593132A (en) Multi-core parallel simulated annealing method based on thread constructing module
CN103455131B (en) A kind of based on method for scheduling task energy consumption minimized in the embedded system of probability
CN108509280A (en) A kind of Distributed Calculation cluster locality dispatching method based on push model
CN111860867A (en) Model training method and system for hybrid heterogeneous system and related device
CN108983712A (en) A kind of optimization mixes the method for scheduling task of crucial real-time system service life
CN105335226A (en) Iterative static task list scheduling algorithm for multi-processor system
CN108897625A (en) Method of Scheduling Parallel based on DAG model
CN117909061A (en) Model task processing system and resource scheduling method based on GPU hybrid cluster
CN106844024B (en) GPU/CPU scheduling method and system of self-learning running time prediction model

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant