SG11202010574PA - Task scheduling - Google Patents

Task scheduling

Info

Publication number
SG11202010574PA
SG11202010574PA SG11202010574PA SG11202010574PA SG11202010574PA SG 11202010574P A SG11202010574P A SG 11202010574PA SG 11202010574P A SG11202010574P A SG 11202010574PA SG 11202010574P A SG11202010574P A SG 11202010574PA SG 11202010574P A SG11202010574P A SG 11202010574PA
Authority
SG
Singapore
Prior art keywords
task scheduling
scheduling
task
Prior art date
Application number
SG11202010574PA
Inventor
Yingrui Wang
Zhelong Li
Original Assignee
Shanghai Sensetime Intelligent Tech Co Ltd
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 Shanghai Sensetime Intelligent Tech Co Ltd filed Critical Shanghai Sensetime Intelligent Tech Co Ltd
Publication of SG11202010574PA publication Critical patent/SG11202010574PA/en

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/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • 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
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5038Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
    • 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/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • 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/54Interprogram communication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/483Multiproc
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/06Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons
    • G06N3/063Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons using electronic means
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
SG11202010574PA 2019-03-15 2019-12-11 Task scheduling SG11202010574PA (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910200097.3A CN111694675B (en) 2019-03-15 2019-03-15 Task scheduling method and device and storage medium
PCT/CN2019/124494 WO2020186836A1 (en) 2019-03-15 2019-12-11 Task scheduling

Publications (1)

Publication Number Publication Date
SG11202010574PA true SG11202010574PA (en) 2020-11-27

Family

ID=72475505

Family Applications (1)

Application Number Title Priority Date Filing Date
SG11202010574PA SG11202010574PA (en) 2019-03-15 2019-12-11 Task scheduling

Country Status (7)

Country Link
US (1) US11347546B2 (en)
JP (1) JP7050957B2 (en)
KR (1) KR20200136468A (en)
CN (1) CN111694675B (en)
SG (1) SG11202010574PA (en)
TW (1) TW202036306A (en)
WO (1) WO2020186836A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114567520B (en) * 2020-11-26 2023-06-02 华为技术有限公司 Method for realizing collective communication, computer equipment and communication system
CN112463334B (en) * 2020-12-04 2023-08-18 苏州浪潮智能科技有限公司 Training task queuing reason analysis method, system, equipment and medium
CN112612615B (en) * 2020-12-28 2022-12-06 中孚安全技术有限公司 Data processing method and system based on multithreading memory allocation and context scheduling
US20220269528A1 (en) * 2021-02-24 2022-08-25 Huawei Technologies Co., Ltd. System, method and apparatus for intelligent heterogeneous computation
CN113220480B (en) * 2021-04-29 2023-03-10 西安易联趣网络科技有限责任公司 Distributed data task cross-cloud scheduling system and method

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1121635B1 (en) * 1998-08-24 2004-11-24 Advanced Micro Devices, Inc. Mechanism for load block on store address generation and universal dependency vector
CN102129390B (en) * 2011-03-10 2013-06-12 中国科学技术大学苏州研究院 Task scheduling system of on-chip multi-core computing platform and method for task parallelization
CN102354289B (en) * 2011-09-21 2012-10-10 苏州大学 Concurrent transaction scheduling method and related device
CN102360309B (en) * 2011-09-29 2013-12-18 中国科学技术大学苏州研究院 Scheduling system and scheduling execution method of multi-core heterogeneous system on chip
US9280395B2 (en) 2012-05-30 2016-03-08 Intel Corporation Runtime dispatching among a heterogeneous group of processors
WO2016004075A1 (en) * 2014-06-30 2016-01-07 Amazon Technologies, Inc. Interactive interfaces for machine learning model evaluations
CN104156264B (en) 2014-08-01 2017-10-10 西北工业大学 A kind of base band signal process tasks in parallel real-time scheduling method based on many GPU
WO2016041126A1 (en) * 2014-09-15 2016-03-24 华为技术有限公司 Method and device for processing data stream based on gpu
CN104965761B (en) 2015-07-21 2018-11-02 华中科技大学 A kind of more granularity divisions of string routine based on GPU/CPU mixed architectures and dispatching method
US10437649B2 (en) * 2016-03-11 2019-10-08 Intel Corporation Task mapping for heterogeneous platforms
CN106227507B (en) * 2016-07-11 2019-10-18 北京深鉴智能科技有限公司 Computing system and its controller
CN107766144A (en) * 2016-08-17 2018-03-06 中兴通讯股份有限公司 A kind of method for scheduling task, apparatus and system
CN106648846A (en) * 2016-09-23 2017-05-10 郑州云海信息技术有限公司 Improved heterogeneous multi-core task scheduling method
CN107886167B (en) * 2016-09-29 2019-11-08 北京中科寒武纪科技有限公司 Neural network computing device and method
CN108021563B (en) * 2016-10-31 2021-09-07 华为技术有限公司 Method and device for detecting data dependence between instructions
US10503671B2 (en) * 2016-12-29 2019-12-10 Oath Inc. Controlling access to a shared resource
JP6753521B2 (en) * 2017-04-27 2020-09-09 日本電気株式会社 Computational resource management equipment, computational resource management methods, and programs
WO2018223330A1 (en) * 2017-06-08 2018-12-13 Alibaba Group Holding Limited Method and apparatus for distributed machine learning system

Also Published As

Publication number Publication date
US11347546B2 (en) 2022-05-31
WO2020186836A1 (en) 2020-09-24
CN111694675B (en) 2022-03-08
JP7050957B2 (en) 2022-04-08
US20210042155A1 (en) 2021-02-11
JP2021520578A (en) 2021-08-19
CN111694675A (en) 2020-09-22
TW202036306A (en) 2020-10-01
KR20200136468A (en) 2020-12-07

Similar Documents

Publication Publication Date Title
DK3958977T3 (en) Camptothecinderivater
CA196372S (en) Soundbar
GB202005105D0 (en) n
CA190078S (en) Case
CA189498S (en) Showerbase
SG11202010574PA (en) Task scheduling
CA191618S (en) Floorwasher - nozzle
CA187781S (en) Banquette
DK3980417T3 (en) PRMT5-Inhibitorer
CA190552S (en) Hand-dryer
CA189795S (en) Handshower
CA189673S (en) Uroflowmeter
GB201905256D0 (en) Object classificaytion
CA195194S (en) Can
CA193248S (en) Mandoline
GB202002530D0 (en) N
CA190385S (en) Beverageware
CA190384S (en) Beverageware
EP3689729C0 (en) Anti-skid-pedal
CA189047S (en) Hammock-tent
GB201900347D0 (en) Blazeloc
GB201703721D0 (en) Scheduling
CA194482S (en) Kick-scooter
CA189432S (en) Case
CA189431S (en) Case