WO2011070506A2 - Computer-implemented method of processing resource management - Google Patents

Computer-implemented method of processing resource management Download PDF

Info

Publication number
WO2011070506A2
WO2011070506A2 PCT/IB2010/055626 IB2010055626W WO2011070506A2 WO 2011070506 A2 WO2011070506 A2 WO 2011070506A2 IB 2010055626 W IB2010055626 W IB 2010055626W WO 2011070506 A2 WO2011070506 A2 WO 2011070506A2
Authority
WO
WIPO (PCT)
Prior art keywords
processor
data
computer
implemented method
instructing
Prior art date
Application number
PCT/IB2010/055626
Other languages
English (en)
French (fr)
Other versions
WO2011070506A3 (en
Inventor
Hillery C. Hunter
Ronald P. Luijten
Phillip Stanley-Marbell
Original Assignee
International Business Machines Corporation
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 International Business Machines Corporation filed Critical International Business Machines Corporation
Priority to CN201080055635.1A priority Critical patent/CN102652309B/zh
Priority to GB1207124.7A priority patent/GB2488260B/en
Priority to DE112010004735.9T priority patent/DE112010004735B4/de
Publication of WO2011070506A2 publication Critical patent/WO2011070506A2/en
Publication of WO2011070506A3 publication Critical patent/WO2011070506A3/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/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/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • G06F9/4856Task life-cycle, e.g. stopping, restarting, resuming execution resumption being on a different machine, e.g. task migration, virtual machine migration
    • 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/5033Allocation 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 data affinity
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/27Using a specific cache architecture
    • G06F2212/271Non-uniform cache access [NUCA] architecture

Definitions

  • This shared thread state allows the system to schedule threads from a shared pool onto individual cores, allowing for rapid movement of threads between cores.
  • the paper demonstrates and evaluates benefits of this architecture.
  • PEVI processors and memory macros integrated onto a chip
  • IRAM Intelligent RAM
  • the computerized system includes at least a first processor and a second processor, each of the processors operatively interconnected to a memory adapted to store a set of data.
  • the computer-implemented method includes monitoring data of a set which are processed as at least one of input data or output data by the first processor while executing. The computer-implemented method also includes instructing to interrupt an execution at the first processor and resume the execution at the second processor if, based on the monitoring, the second processor is found to be at a shorter distance than the first processor from the monitored data.
  • the computerized system includes a plurality of processors, amongst which a first processor and a second processor, each of the processors operatively interconnected to a memory adapted to store a set of data to be processed by a processor.
  • the computer-implemented method includes monitoring data of the set which are processed as at least one of input data or output data by the first processor while executing.
  • the computer-implemented method includes instructing to interrupt an execution at the first processor, the first processor in a given processor state, and resume the execution at the second processor, starting from a processor state at least partly determined by the given processor state.
  • FIG. 1 is a flowchart of one embodiment of a method for managing processing resources of a computerized system
  • FIG. 2 is a more detailed flowchart, illustrating a specific embodiment of a method for managing processing resources of a computerized system
  • FIG. 3 illustrates schematically one embodiment of the
  • FIG. 4 is a schematic representation of a computer system implementing one embodiment of a method for managing processing resources of a computerized system.
  • FIGS. 5 and 6 are variant embodiments to FIG. 4.
  • a computer-implemented method for managing processing resources of a computerized system breaks a classical paradigm according to which processors are the center of the world and input/output data are brought to/from the processors.
  • embodiments of the computer-implemented method propose to move the "compute" state information to where the data is, e.g. by moving a core state to a closest core, instead of moving data to CPU. Basically, this results in moving Kbytes instead of Mbytes in practice.
  • DIMM dual in-line memory module
  • I/O input/output
  • FIG. 1 is a flowchart of one embodiment of a method for managing processing resources of a computerized system.
  • the method aims at proposing a new way of management of processing resources in a computerized system wherein several processors are operatively interconnected to a memory.
  • the latter is adapted to store a set of data, which may be used by one or more of the processors.
  • the data at stake is read ('input data') and/or generated by the core and written back (Output data').
  • the method comprises two major steps, which are discussed now.
  • step 100 First, input and/or output data processed by a first one of the processor are monitored, step 100.
  • the data monitored can be input and/or output data.
  • embodiments hereafter are based on examples of monitoring input data only, i.e. data read by the processor, for the sake of simplicity only. Yet, be it input and/or output data, principles of the invention remain the same.
  • Instruction is resumed at a processor that is at a shorter distance from the monitored data.
  • the distance at issue can for instance be a measure of how far a processor is from the data it processes.
  • CPU cores are on 3D stacks with memory: here the distance from a given core to its respective memory is physically short, whereas distance to the memory of another 3D stack is much larger. More generally, the distance at issue reflects a cost, e.g. a cost of energy or time.
  • the distance may further reflect a cost of time.
  • the distance considered can vary like a latency (or an expected latency) of data to reach a given processor.
  • Latency i.e. access time
  • Latency is the time the memory delays in providing back data that a processor asks for. Roughly, the farther to a processor, the longer it takes to reach it. Waiting reduces the processor performance: if a processor has to wait five memory clock cycles to receive data it asks for, its performance will only be 1/5 of the performance it would have if it were using memory capable of immediately delivering data. Thus, resuming execution at a closer processor may result in better performances.
  • the distance to given data can be estimated based on their memory addresses and the processor locations.
  • monitoring input data accessed by a first processor may be carried out based on the memory addresses of the input data as stored on
  • interconnects e.g. a bus.
  • the last 100 memory addresses accessed are monitored. If it turns that e.g. a majority of the monitored addresses pertains to a memory or a memory sector closer to a second processor, then it is decided to resume execution at the second processor.
  • Monitoring which data is accessed by a processor can else be performed via the processor's registers or other means.
  • the distance can be determined as a vector involving several data read/written by the first processor (e.g. the last 100 read/write memory addresses), in order to determine whether the second processor is closer than the first processor.
  • the controllers at stake can be software, or hardware, e.g. a hardware circuit. In the latter case, the hardware circuit is suitably interconnected to both the processors and memory (e.g. via one or more switches).
  • the control logic may further be centralized (one controller decides) or distributed, i.e. several controllers (e.g. one per processor) may competitively decide, as shall be illustrated later.
  • the memory cache does not have Nl readily available to answer PI 's request (the size of a cache line is typically 64 bytes - 1 Kbytes).
  • LI shall successively query memory locations where different parts ofNl are stored (e.g. in contiguous blocks), in order to properly feed PI while executing.
  • the addresses of the parts of Nl are accordingly logged e.g. in a bus (or in some other interconnect). Meanwhile, the stored addresses are monitored (the same would happen with output data, instead of input data). If such addresses correspond to a remote memory location, closer to another processor P2, then execution is moved to P2, as recited above.
  • embodiments of the method can very well apply without cache memory at all.
  • principles of embodiments of the method remain the same if no cache is used, i.e. when a processor directly queries the input data in the memory. For instance, addresses of the queried data can be monitored in essentially the same way.
  • registers of the processor can be contemplated as an infra-level of cache, "closer" to the processor, such that the above example extends to a case where no cache memory (in the usual sense) is relied upon.
  • some of the processors may have cache memory, while one or more other processors do not.
  • the processors having cache memory may serve to cover setup of computation at other processors, in the same way that main memory serves processor for initial cold misses.
  • execution can begin at P I (the latter equipped with cache), and when a more suitable processor Pn is found, moved to the latter (most suitable processors are not known beforehand).
  • P I the latter equipped with cache
  • Pn the processors are not known beforehand.
  • a seamless transition can for instance be achieved by resuming execution at the second processor, starting from a processor state which is (at least partly) determined by that of the first processor, i.e. when execution was interrupted.
  • the "processor state” usually refers to a state of the processor as reflected at some point in time by (at least) the processor registers, including e.g. the state flags. More broadly, it may refer to processor registers, latches and memory (e.g. the cache memory), or more. Typically, the code executed at the processor and input data accessed by the processor are part of a current state of this processor.
  • a subset of the register data is imported in the second processor, in those cases where state information data are known to be partly the same. However, it remains that the state of the second processor at resuming is at least partly determined by the first (initial) processor's state.
  • state information data can be populated with part or all the data from processor registers of the first processor and e.g. conveniently formatted, prior to import them to the second processor.
  • any data suitably capturing part or all of processor states can be relied upon (hereafter state information data, or state data for short).
  • state information data or state data for short.
  • execution at the second processor is resumed after loading some convenient state information data in the second processor, the key point remaining to move the "compute" state data to the (input/output) data, rather than moving the data to the compute.
  • FIG. 2 shows a more detailed flowchart, illustrating a detailed embodiment of a method for managing processing resources of a computerized system.
  • lazy migrations can be contemplated, in order to further improve the efficiency of the scheme of the embodiment described in relation to FIG. 1.
  • it can be instructed to populate (step 112) state data from registers of the first processor; the loading of the populated data starting before actually interrupting execution at the first processor (steps 112, 114).
  • a controller may scan the processor's registers, identify the most persistent state data and decide to move such data to a closer processor.
  • an early version of the first processor's state is sent to the second processor.
  • a delta file is sent which codes the differences between the early and very last state.
  • very few data need be moved in fine (a few Kbytes or less), ensuring fast transitions.
  • step 1 14 Upon completion of the migration (step 1 14), execution can be resumed (step 130) at the second processor.
  • Embodiments of the present invention allow for safely getting rid of data caches, inasmuch as high memory bandwidth allows for very short connections. Yet, it doesn't necessarily need to be so in practice.
  • a further refinement is obtained by migrating a cache used by the first processor, in addition to the state data.
  • the "environment" of the first processor is thus more completely recreated at the second processor.
  • data of a memory cache storing copies of the data the most frequently accessed by the first processor can be written (step 1 16) in a memory cache used by the second processor.
  • the synchronization would preferably be the same as that used for the state data, for consistency.
  • the memory cache migrated is typically the smallest, i.e. LI memory cache used by the first processor. More efficient, one memory cache (LI) can be relied upon, instead of the usual LI - L3 trilogy. Indeed, the high memory bandwidth achieved in embodiments of the invention allows for safely removing data caches. In addition, relying on e.g. 'through silicon via' or TSV technology allows for very short connections. Incidentally, the freed up area can be used for more cores.
  • the compute core state can itself be treated like a line in a cache.
  • the compute core has Kbytes of state. Hence, execution can be suspended at a first processor, and core registers and LI cache be moved to a more appropriate core.
  • the processor state of the first processor can be maintained until other state data are loaded therein (step 1 12'). This could for instance be a default behavior. Again, the controller could ensure updating the state at the first processor via a delta file, in due time and if necessary.
  • the first processor can be turned off (step 140) after a temporization delay, if no new state is instructed to be loaded therein. Power consumption is thereby optimized.
  • the best suited scale of computational tasks to be interrupted and resumed depends e.g. on the reactivity of the monitoring algorithm. Finding the most efficient scale depends on the context, the number of processors, the architecture, the type of processes, tasks, the nature of the input data, etc. Provided that an efficient monitoring scheme is available, the invention is advantageously implemented at the scale of a single thread of execution. One would accordingly instruct to continue a thread of execution at the second processor (step 130) after suspending a thread of execution at the first processor (step 120).
  • a thread of execution can be seen as a part of a running task.
  • a thread is contained inside a process and several threads may occur within a same process, sharing resources such as memory, at variance with processes. It is known from multithreading techniques, how to make a single processor switch between different threads (as in multitasking). Similarly here, embodiments of the invention make a thread to stop at one processor. Yet, instead of resuming it at the same processor, the thread is continued at another.
  • FIG. 3 This point is illustrated in FIG. 3.
  • the y-axis is the timeline.
  • the two parallel lines inside the circle denote a respective processor, PI and P2.
  • the thread t belongs to a given process p.
  • a thread t is started and executed at PI .
  • the controller detects that PI is using resources closer to P2 and decides to interrupt the thread t, the processor PI being in state si .
  • the thread t is then resumed at P2, starting from the state s 1. Execution continues until the thread terminates or even, is interrupted at P2 (in state s2) to be imported back to PI, as illustrated in FIG. 3, and this, if the context makes it advantageous. Details as to thread management can for instance be found in the publication cited above, namely "Adaptive Data Placement in an Embedded Multiprocessor Thread Library.”
  • embodiments of the present invention allow for moving computation state to memory instead of having a collection of hierarchical caches moving the data from main memory.
  • some embodiments of the method are performed under hardware control (the controller is embodied as a hardware circuit), for transparency to software.
  • FIG. 4 is a schematic representation of a computer system implementing one embodiment of a method for managing processing resources of a computerized system.
  • processors PI - PN are connected to a memory M via suitable interconnects B, the latter comprising a bus B or a crossbar and possibly a switch. They are otherwise connected to a memory D (e.g. hard-disk), and under control of controller C.
  • switches are distributed, e.g. one switch per core or subset of cores.
  • controller C is part of the interconnect. In all cases, the controller C is suitably coupled to processors and memory such as to be able to instruct to move execution from one processor to another.
  • FIG. 5 is a variant embodiment to FIG. 4, wherein controllers CI - CN are distributed amongst the processors, e.g. one controller Cn per processor.
  • controllers may concurrently decide to move/receive processor states from one processor to another.
  • a test based on monitoring input data, which is performed at CI, may thus lead to move PI state to P2.
  • C2 may then decide whether to accept, based on a current activity (or state) of P2. For instance, if P2 is inactive, then C2 confirms moving PI state to P2.
  • switches may be distributed.
  • FIG. 6 is another variant embodiment to FIG. 4, wherein the memory now comprise at least two memory chips Ml, ...M , each of the first and second processors PI , P2 being a processor core operatively interconnected to a chip Ml , M2 of the memory, such as a DIMM, the controller interconnected to the processors via suitable interconnect.
  • the memory now comprise at least two memory chips Ml, ...M , each of the first and second processors PI , P2 being a processor core operatively interconnected to a chip Ml , M2 of the memory, such as a DIMM, the controller interconnected to the processors via suitable interconnect.
  • the processors PI - PN are in some embodiments quad- core arrangement on top of respective 3D memory stack Ml - MN, e.g. DIMM memory chips.
  • the overall principle remains however the same: if, in operation, a first, given core of PI (let call it PI 1), turns to access a given data d frequently, the controller may move the PI 1 state to one core of P2.
  • a goal hereby achieved is to put a reasonable amount of computing very close to DRAM and exploit 3D stacking e.g. with 'through silicon via' (TSV) technology, leading to packages which are faster, smaller and consume less power, together with a truly distributed system.
  • TSV 'through silicon via'
  • processor cores are on respective DIMM memory buffers.
  • An application concerns for instance a database scan, wherein processors must inspect a large fraction of memory.
  • the sequence of operations may for instance be the following:
  • the memory scans begin and counters monitor the memory accesses.
  • a "lazy" migration code is began between the DIMMs (i.e. the controller instructs to start loading state data at a second processor core before instructing to interrupt execution at a first core);
  • the controller triggers migration of a thread state and halts execution on the first core.
  • the method at least partially solves the memory bandwidth problem, as well as memory capacity problems.
  • the principles at the core of some embodiments of the method are furthermore inherently scalable. Also, since some embodiments of the method enable fewer levels of cache, they are therefore simpler in nature.
  • the approach proposed herein although it may require adapting the OS and memory controller design in some cases, is transparent to at least some applications. Yet, adapting the OS is not inherently necessary. Furthermore, adapting the memory controller is to include additional hardware for e.g. monitoring accesses per core and for migrating execution from one processor to the other and this, when the controller is embodied as a hardware circuitry. However, in a "software" only implementation of the method, no adaptation is required.
  • instruction operations that the controller performs may be implemented in programs that are executable on a system including at least two programmable processors.
  • Each computer program may be implemented in a high-level (e.g. procedural or object-oriented) programming language, or in assembly or machine language if desired; and in any case, the language may be a compiled or interpreted language.
  • Suitable processors include, by way of example, both general and special purpose microprocessors.
  • instruction operations that the controller performs may be stored on a computer program product tangibly embodied in a machine -readable storage device for execution by a programmable processor; and method steps of the invention may be performed by a programmable processor executing instructions to perform functions of the invention. In all case, the present invention encompasses the resulting computer system.
  • embodiments of the above method may be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them.
  • a processor will receive instructions and data from a readonly memory and/or a random access memory.
  • Storage devices suitable for tangibly embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto -optical disks; and CD-ROM disks or the like.
  • the present invention is advantageously applied to large computers, with up to thousands of processors, high-speed interconnects, and specialized hardware.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)
  • Multi Processors (AREA)
  • Hardware Redundancy (AREA)
  • Debugging And Monitoring (AREA)
PCT/IB2010/055626 2009-12-10 2010-12-07 Computer-implemented method of processing resource management WO2011070506A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201080055635.1A CN102652309B (zh) 2009-12-10 2010-12-07 处理资源管理的计算机实现的方法
GB1207124.7A GB2488260B (en) 2009-12-10 2010-12-07 Computer-implemented method of processing resource management
DE112010004735.9T DE112010004735B4 (de) 2009-12-10 2010-12-07 Auf einem Computer ausgeführtes Verfahren für das Verarbeiten der Ressourcen-Verwaltung

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/635,544 2009-12-10
US12/635,544 US8473723B2 (en) 2009-12-10 2009-12-10 Computer program product for managing processing resources

Publications (2)

Publication Number Publication Date
WO2011070506A2 true WO2011070506A2 (en) 2011-06-16
WO2011070506A3 WO2011070506A3 (en) 2011-08-11

Family

ID=43982369

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2010/055626 WO2011070506A2 (en) 2009-12-10 2010-12-07 Computer-implemented method of processing resource management

Country Status (5)

Country Link
US (2) US8473723B2 (de)
CN (1) CN102652309B (de)
DE (1) DE112010004735B4 (de)
GB (1) GB2488260B (de)
WO (1) WO2011070506A2 (de)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016133598A1 (en) * 2015-02-17 2016-08-25 Qualcomm Incorporated Process scheduling to improve victim cache mode

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102955716B (zh) * 2011-08-19 2016-05-18 苏州简约纳电子有限公司 一种多线程处理器和处理方法
US8756601B2 (en) * 2011-09-23 2014-06-17 Qualcomm Incorporated Memory coherency acceleration via virtual machine migration
US9575806B2 (en) * 2012-06-29 2017-02-21 Intel Corporation Monitoring accesses of a thread to multiple memory controllers and selecting a thread processor for the thread based on the monitoring
WO2014021995A1 (en) * 2012-07-31 2014-02-06 Empire Technology Development, Llc Thread migration across cores of a multi-core processor
US9063906B2 (en) * 2012-09-27 2015-06-23 International Business Machines Corporation Thread sparing between cores in a multi-threaded processor
US20150095614A1 (en) * 2013-09-27 2015-04-02 Bret L. Toll Apparatus and method for efficient migration of architectural state between processor cores
RU2633985C2 (ru) * 2014-09-30 2017-10-20 Общество С Ограниченной Ответственностью "Яндекс" Способ и система обработки данных
CN105607891A (zh) * 2014-11-14 2016-05-25 中国航空工业第六一八研究所 一种基于虚拟中断的处理器资源使用解藕方法
RU2632416C2 (ru) * 2015-05-14 2017-10-04 Общество С Ограниченной Ответственностью "Яндекс" Способ (варианты) передачи объекта от первого процесса на второй процесс, машиночитаемый носитель (варианты) и система обработки данных
US10261690B1 (en) * 2016-05-03 2019-04-16 Pure Storage, Inc. Systems and methods for operating a storage system
EP3282357B1 (de) * 2016-08-09 2023-10-11 Huawei Technologies Co., Ltd. Vorrichtung und verfahren zum führen mehrerer fäden
US10963310B2 (en) * 2018-07-19 2021-03-30 International Business Machines Corporation Intelligent contentionless processing resource reduction in a multiprocessing system
US10802988B2 (en) 2018-09-25 2020-10-13 International Business Machines Corporation Dynamic memory-based communication in disaggregated datacenters
US11182322B2 (en) * 2018-09-25 2021-11-23 International Business Machines Corporation Efficient component communication through resource rewiring in disaggregated datacenters
US11163713B2 (en) 2018-09-25 2021-11-02 International Business Machines Corporation Efficient component communication through protocol switching in disaggregated datacenters
US10915493B2 (en) 2018-09-25 2021-02-09 International Business Machines Corporation Component building blocks and optimized compositions thereof in disaggregated datacenters
US10637733B2 (en) 2018-09-25 2020-04-28 International Business Machines Corporation Dynamic grouping and repurposing of general purpose links in disaggregated datacenters
US11012423B2 (en) 2018-09-25 2021-05-18 International Business Machines Corporation Maximizing resource utilization through efficient component communication in disaggregated datacenters
US11650849B2 (en) 2018-09-25 2023-05-16 International Business Machines Corporation Efficient component communication through accelerator switching in disaggregated datacenters
US10831698B2 (en) * 2018-09-25 2020-11-10 International Business Machines Corporation Maximizing high link bandwidth utilization through efficient component communication in disaggregated datacenters
US10671557B2 (en) 2018-09-25 2020-06-02 International Business Machines Corporation Dynamic component communication using general purpose links between respectively pooled together of like typed devices in disaggregated datacenters

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6105053A (en) * 1995-06-23 2000-08-15 Emc Corporation Operating system for a non-uniform memory access multiprocessor system
US5860116A (en) 1996-12-11 1999-01-12 Ncr Corporation Memory page location control for multiple memory-multiple processor system
US20070100757A1 (en) * 1999-05-19 2007-05-03 Rhoads Geoffrey B Content Protection Arrangements
US7493478B2 (en) * 2002-12-05 2009-02-17 International Business Machines Corporation Enhanced processor virtualization mechanism via saving and restoring soft processor/system states
US7093147B2 (en) * 2003-04-25 2006-08-15 Hewlett-Packard Development Company, L.P. Dynamically selecting processor cores for overall power efficiency
US7584327B2 (en) * 2005-12-30 2009-09-01 Intel Corporation Method and system for proximity caching in a multiple-core system
US7533316B2 (en) * 2006-03-31 2009-05-12 Intel Corporation Method and apparatus for disabling and swapping cores in a multi-core microprocessor
US20070294693A1 (en) * 2006-06-16 2007-12-20 Microsoft Corporation Scheduling thread execution among a plurality of processors based on evaluation of memory access data
US20080005504A1 (en) * 2006-06-30 2008-01-03 Jesse Barnes Global overflow method for virtualized transactional memory
US7571285B2 (en) * 2006-07-21 2009-08-04 Intel Corporation Data classification in shared cache of multiple-core processor
US20080127182A1 (en) * 2006-11-29 2008-05-29 Newport William T Managing Memory Pages During Virtual Machine Migration
US8612973B2 (en) * 2007-09-26 2013-12-17 Hewlett-Packard Development Company, L.P. Method and system for handling interrupts within computer system during hardware resource migration
US7783811B2 (en) * 2007-12-17 2010-08-24 Microsoft Corporation Efficient interrupt message definition
KR101366075B1 (ko) * 2007-12-20 2014-02-21 삼성전자주식회사 멀티코어 플랫폼에서의 태스크 이동 방법 및 장치
US7930574B2 (en) * 2007-12-31 2011-04-19 Intel Corporation Thread migration to improve power efficiency in a parallel processing environment
US8065485B2 (en) * 2009-05-22 2011-11-22 Oracle America, Inc. Method and apparatus for determining cache storage locations based on latency requirements

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
BROWN, J. A.; TULLSEN, D. M, THE SHARED-THREAD MULTIPROCESSOR. IN PROCEEDINGS OF THE 22ND ANNUAL INTERNATIONAL CONFERENCE ON SUPERCOMPUTING, 7 December 2008 (2008-12-07), pages 73 - 82
DAVID PATTERSON; THOMAS ANDERSON; NEAL CARDWELL; RICHARD FROMM; KIMBERLY KEETON; CHRISTOFOROS KOZYRAKIS; RANDI THOMAS; KATHERINE Y: "Chips that Remember and Compute", INTELLIGENT RAM, February 1997 (1997-02-01)
DUNCAN G.; ELLIOTT, W.; MARTIN SNELGROVE; MICHAEL STUMM.: "Computational RAM: A Memory-SIMD Hybrid and its Application to DSP", INTEGRATED CIRCUITS CONFERENCE, May 1992 (1992-05-01), pages 30.6.1 - 30.6.4
MAYA GOKHALE; BILL HOLMES; KEN IOBST.: "Processing in Memory: the Terasys Massively Parallel PIM Array", COMPUTER, vol. 28, no. 3, pages 23
P. STANLEY; MARBELL, K.; LAHIRI, A.; RAGHUNATHAN: "Adaptive Data Placement in an Embedded Multiprocessor Thread Library", PROCEEDINGS OF THE DESIGN AUTOMATION & TEST IN EUROPE CONFERENCE, vol. 1, 2006, pages 151
PETER M. KOGGE.: "EXECUBE - A New Architecture for Scalable MPPs", INTERNATIONAL CONFERENCE ON PARALLEL PROCESSING, August 1994 (1994-08-01), pages 177 - 184

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016133598A1 (en) * 2015-02-17 2016-08-25 Qualcomm Incorporated Process scheduling to improve victim cache mode
US9582329B2 (en) 2015-02-17 2017-02-28 Qualcomm Incorporated Process scheduling to improve victim cache mode
CN107223239A (zh) * 2015-02-17 2017-09-29 高通股份有限公司 用于改善牺牲(Victim)高速缓存模式的处理调度

Also Published As

Publication number Publication date
US20120324166A1 (en) 2012-12-20
GB2488260B (en) 2016-07-06
CN102652309A (zh) 2012-08-29
DE112010004735B4 (de) 2017-01-26
DE112010004735T5 (de) 2013-04-18
WO2011070506A3 (en) 2011-08-11
GB201207124D0 (en) 2012-06-06
US8473723B2 (en) 2013-06-25
GB2488260A (en) 2012-08-22
CN102652309B (zh) 2015-11-25
US20110145545A1 (en) 2011-06-16
US8549268B2 (en) 2013-10-01

Similar Documents

Publication Publication Date Title
US8549268B2 (en) Computer-implemented method of processing resource management
US10503542B2 (en) Systems, methods and devices for work placement on processor cores
JP7242634B2 (ja) メモリチップ
Seshadri et al. Simple operations in memory to reduce data movement
Mutlu et al. Research problems and opportunities in memory systems
Sethia et al. Mascar: Speeding up GPU warps by reducing memory pitstops
RU2450339C2 (ru) Мультипроцессорная архитектура, оптимизированная для потоков
JP5020181B2 (ja) タスク共有方法およびマルチプロセッサシステム
US9778949B2 (en) Thread waiting in a multithreaded processor architecture
KR100635519B1 (ko) 태스크 스위칭에 의한 제로 오버헤드 컴퓨터 인터럽트
KR100936601B1 (ko) 멀티 프로세서 시스템
US20070162640A1 (en) Method and system for efficient context swapping
Seongil et al. Row-buffer decoupling: A case for low-latency DRAM microarchitecture
GB2421325A (en) Setting a thread to a wait state using a wait instruction
US20210181974A1 (en) Systems and methods for low-latency memory device
EP4060505A1 (de) Techniken zur nahdatenbeschleunigung für eine mehrkernarchitektur
Pan et al. NVSleep: Using non-volatile memory to enable fast sleep/wakeup of idle cores
EP2282265A1 (de) Hardware-Ablaufsteuerung
Mutlu et al. The main memory system: Challenges and opportunities
CN115981833A (zh) 一种任务处理方法及装置
Zhang et al. Fuse: Fusing stt-mram into gpus to alleviate off-chip memory access overheads
KR20240004361A (ko) 프로세싱-인-메모리 동시적 프로세싱 시스템 및 방법
JP2023544004A (ja) 動的に構成可能なオーバープロビジョニングされたマイクロプロセッサ
CN112527729A (zh) 一种紧耦合异构多核处理器架构及其处理方法
Vinçon et al. Moving processing to data: On the influence of processing in memory on data management

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201080055635.1

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10809238

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 1207124

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20101207

WWE Wipo information: entry into national phase

Ref document number: 1207124.7

Country of ref document: GB

WWE Wipo information: entry into national phase

Ref document number: 112010004735

Country of ref document: DE

Ref document number: 1120100047359

Country of ref document: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10809238

Country of ref document: EP

Kind code of ref document: A2