US20150135189A1 - Software-based thread remapping for power savings - Google Patents
Software-based thread remapping for power savings Download PDFInfo
- Publication number
- US20150135189A1 US20150135189A1 US14/582,757 US201414582757A US2015135189A1 US 20150135189 A1 US20150135189 A1 US 20150135189A1 US 201414582757 A US201414582757 A US 201414582757A US 2015135189 A1 US2015135189 A1 US 2015135189A1
- Authority
- US
- United States
- Prior art keywords
- core
- state
- power
- logical processor
- thread
- 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.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5083—Techniques for rebalancing the load in a distributed system
- G06F9/5088—Techniques for rebalancing the load in a distributed system involving task migration
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
- G06F1/26—Power supply means, e.g. regulation thereof
- G06F1/32—Means for saving power
- G06F1/3203—Power management, i.e. event-based initiation of a power-saving mode
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
- G06F1/26—Power supply means, e.g. regulation thereof
- G06F1/32—Means for saving power
- G06F1/3203—Power management, i.e. event-based initiation of a power-saving mode
- G06F1/3234—Power saving characterised by the action undertaken
- G06F1/3287—Power saving characterised by the action undertaken by switching off individual functional units in the computer system
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
- G06F1/26—Power supply means, e.g. regulation thereof
- G06F1/32—Means for saving power
- G06F1/3203—Power management, i.e. event-based initiation of a power-saving mode
- G06F1/3234—Power saving characterised by the action undertaken
- G06F1/329—Power saving characterised by the action undertaken by task scheduling
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5094—Allocation of resources, e.g. of the central processing unit [CPU] where the allocation takes into account power or heat criteria
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D30/00—Reducing energy consumption in communication networks
- Y02D30/50—Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate
Definitions
- ACPI Advanced Configuration and Power Interface
- OS operating system
- C1 to Cn states C1 to Cn states
- C1 represents the low power state that has the least power savings but can be switched on and off almost immediately (thus referred to as a “shallow low power” or “shallow idle” state), while deep low power states (e.g., C3, C6 or C7) represent a power state where the static power consumption may be negligible, depending on silicon implementation, but the time to enter into this state and respond to activity (i.e., back to active C0) is relatively long.
- different processors may include differing numbers of core C-states, each mapping to one ACPI C-state. That is, multiple core C-states can map to the same ACPI C-state.
- Current OS C-state policy may not provide the most efficient performance results because current OS C-state policy may not consider activities of other cores in the same package.
- current OS C-state policy may fail to take advantage of efficiencies that could be gained by more closely tracking and managing the power states of various threads running on different cores of the same package. That is, one hardware thread of a core may be in a deep low power state while another hardware thread of the core may be active.
- a core cannot enter a deep low power state unless all threads on the core are in a deep low power state. If multiple cores experience this condition, then none of the cores can go into a deep low power state (even if multiple hardware threads are inactive).
- FIG. 1 is a block diagram illustrating at least one embodiment of a system to perform disclosed techniques.
- FIG. 2 is a block data flow diagram representing before and after views of a remapping example according to at least one embodiment.
- FIG. 3 is a data- and control-flow diagram illustrating at least one embodiment of a method for performing software-based thread-hopping for power savings on a sample system that includes two dual-threaded cores.
- FIG. 4 is a flowchart illustrating at least one embodiment of a method for performing software-based thread-hopping for power savings.
- FIG. 5 is a block diagram of a system in accordance with at least one embodiment of the present invention.
- FIG. 6 is a block diagram of a system in accordance with at least one other embodiment of the present invention.
- FIG. 7 is a block diagram of a system in accordance with at least one other embodiment of the present invention.
- Embodiments accurately and in real time perform software-based logical remapping of threads to cores, effectively “exchanging” idle threads to the same core so that the core may enter a low-power state. More specifically, an operating system may perform a logical re-mapping and task pulling to pull tasks from one hardware thread context on one core to another hardware thread context on a different core. If a hardware thread context is ready to transition into a low-power state, the operating system may then determine if any other thread contexts in the package are also in a low-power state.
- the operating system may then perform a software-based logical remapping to swap one or more of the low-power thread contexts to the same core as the first low-power thread and, if appropriate, swap an active thread from that core to another core.
- the core itself may be placed in a low power state.
- the term “thread” refers to a software thread.
- the terms “logical CPU”, “logical processor”, “hardware thread context”, and “thread unit” are used interchangeably herein to refer to a hardware thread context on which a software thread may be executed. At least one embodiment of a hardware thread context is described in further detail below in connection with FIG.
- a thread unit may comprise a portion of a core—for example, an SMT (simultaneous multi-threading) logical processor of a multi-threaded SMT core.
- a thread unit may comprise, for example, an entire single-threaded core.
- embodiments of the swap scheme discussed herein may be used in conjunction with existing OS mechanisms in order to achieve scheduling of tasks on those cores for which the least cost (in terms of power and/or time) will be incurred.
- Embodiments may be deployed in OS kernel code in conjunction with OS C-state and scheduling policy.
- one or more embodiments may be deployed in platform firmware with an interface to OS C-state policy and scheduling mechanisms.
- processor core C-states described herein are for an example processor such as those based on IA-32 architecture and IA-64 architecture, available from Intel Corporation, Santa Clara, Calif., although embodiments can equally be used with other processors. Shown in Table 1 below is an example designation of core C-states available in one embodiment, and Table 2 maps these core C-states to the corresponding ACPI states. However, it is to be understood that the scope of the present invention is not limited in this regard.
- system 10 includes a processor package 20 having a plurality of processor cores 25 0 - 25 n-1 (generically core 25 ).
- the number of cores may vary in different implementations, from dual-core packages to many-core packages including potentially large numbers of cores.
- the optional nature of additional cores is denoted in FIG. 1 by broken lines.
- Each core 25 may include various logic and control structures to perform operations on data responsive to instructions.
- one or more of the cores 25 may support multiple hardware thread contexts per core. (See, e.g., system 250 of FIG. 2 , in which each core 252 supports two hardware thread contexts per core.) Such embodiment should not be taken to be limiting, in that one of skill in the art will understand that each core may support more than two hardware thread contexts.
- FIG. 1 illustrates that a computing system 10 may include additional elements.
- the system 10 may also include a firmware layer 30 , which may include a BIOS (Basic Input-Output System).
- BIOS Basic Input-Output System
- the computing system 10 may also include a thermal and power interface 40 .
- the thermal and power interface 40 is a hardware/software interface such as that defined by the Advanced Configuration and Power Interface (ACPI) standard, e.g., Rev. 3.0b, published Oct. 10, 2006, mentioned above.
- the ACPI specification describes platform registers, ACPI tables, e.g., 42 , and the operation of an ACPI BIOS.
- FIG. 1 shows these collective ACPI components logically as a layer between the package hardware 20 and firmware 30 , on the one hand, and an operating system (“OS”) 50 on the other.
- OS operating system
- FIG. 1 illustrates a system 10 capable of using an ACPI interface 40 to perform Operating System-directed configuration and Power Management (OSPM).
- OSPM Operating System-directed configuration and Power Management
- the operating system 50 may thus include logic (software, firmware, hardware, or combination) to perform the OSPM function.
- an OSPM logic module may be system code that is part of the OS kernel 51 .
- the OS kernel 51 may also include a scheduling logic module (not shown).
- the OS 50 may also include an APCI driver (not shown) that establishes the link between the operating system or application and the PC hardware.
- the driver may enable calls for certain ACPI-BIOS functions, access to the ACPI registers and the reading of the ACPI tables 42 .
- Table 1 shows core C-states and their descriptions, along with the estimated power consumption and exit latencies for these states, with reference to an example processor having a thermal design power (TDP) of 95 watts (W).
- TDP thermal design power
- W 95 watts
- Latency consumption Core C0 All core logics active N/A 4.9 W Core C1 Core clockgated 2 ⁇ s 2.4 W Core C3 Core multi-level cache 10-20 ⁇ s 1.7 W (MLC) flushed and invalidated Core C6 Core powergated 20-40 ⁇ s 0 W Core C7 Core powergated and 20-40 ⁇ s 0 W signals “package (pkg) last level cache (LLC) OK-to-shrink” Pkg C0 All uncore and core logics N/A 95 W active Pkg C1 All cores inactive, pkg 2-5 ⁇ s 29 W clockgated Pkg C3 Pkg C1 + all external ⁇ 50 ⁇ s 21 W links to long-latency idle states + put memory in short-latency inactive state Pkg C6 Pkg C3 + reduced voltage ⁇ 80 ⁇ s 6 W for powerplane (only very low retention voltage remains) + put memory in long-latency inactive state Pkg C7 Pkg C6 + LLC sh
- Table 1 illustrates that Core C0 and Core C1 C-states are relatively low-latency power states, while the deep C-states (e.g., Core C3, Core C6 and Core C7) are high-latency states.
- Each SMT thread unit (or “logical processor”) of a core may also be associated with one of the C-states illustrated in Table 1.
- the C-state associated with a logical processor may be referred to herein as “thread C-state”.
- Table 2 shows an example mapping of core C-states of an example processor to the ACPI C-states. Again it is noted that this mapping is for example only and that embodiments are not limited in this regard.
- FIG. 2 For a brief discussion to illustrate the power inefficiencies that may occur when the OS kernel (see 51 of FIG. 1 ) performs known techniques that do not provide for migrating low-power threads to the same core.
- FIG. 2 illustrates a system 250 with a package 20 that includes two cores, 252 0 and 252 1 .
- the package 20 illustrates only two cores, this simplification is for ease of illustration only.
- a package 20 may include any number of cores without departing from the scope of the embodiments described and claimed herein.
- the cores 252 0 and 252 1 shown in FIG. 2 are multi-threaded cores. That is, FIG. 2 illustrates that each core 252 is a dual-threaded simultaneous multithreading (“SMT”) core, where each core 252 maintains a separate architectural state (T 0 , T 1 ) for each of two hardware thread contexts LP 0 , LP 1 , but where certain other resources 220 , 222 , 224 are shared by the two hardware thread contexts LP 0 , LP 1 .
- SMT simultaneous multithreading
- FIG. 2 illustrates a similar situation with Core 1, 252 1 in the “Before” example
- Core 1, 252 1 is in a shallow thread C-state (e.g., C1) and that the other hardware thread LP 3 of core 1, 252 1 , is in a deep thread C-state (e.g., C6).
- Core 1 252 1 cannot enter a deep core C-state because one of its hardware threads LP 0 is not in a deep thread C-state.
- each core has n thread contexts and there are a total of n thread contexts in a deep thread C-state.
- none of the cores can enter a deep core C-state due to the policy requirement that no core can enter a deep core C-state unless all the SMT thread contexts on the core are in a deep thread C-state.
- Table 1 illustrates that a core in C-6 power state utilizes roughly zero watts (0 W). Thus, efficient use of the Core C-6 power state can provide significant power benefits.
- FIG. 2 illustrates, there are two SMT thread contexts, LP1 and LP3, in a deep thread C-state for the package 20 . Because these thread contexts are on different cores, neither of cores, Core 0 252 0 or Core 1, 252 1 , can enter a deep core C-state. That is, Core 0 252 0 is in core C0 state because one of its hardware thread contexts, LP 0 , is in an active thread C-state (e.g., C0).
- an active thread C-state e.g., C0
- the power consumption of Core 0 252 0 is 4.9 W.
- Core 1 252 1 cannot enter a deep core C-state because one of its hardware thread contexts, LP 0 , is in a shallow idle thread C-state (C1).
- Core 1 252 is in Core C1 state.
- the power consumption of Core 1 252 1 is 2.4 W.
- the “After” example system 250 B of FIG. 2 illustrates that these power inefficiencies may be avoided by a software-based remapping of software threads to hardware thread contexts according to at least one embodiment of the present invention.
- FIG. 2 illustrates that a re-mapping may be performed, according to at least one embodiment of the invention, in order to achieve a software thread exchange among hardware thread contexts.
- FIG. 2 shows that, on the system 250 B, the software thread from LP 1 has been remapped to LP 2 , and vice versa.
- both hardware thread contexts LP 0 and LP 1 of Core 0 of system 250 B are in the C6 state. Accordingly, Core 0 252 0 has been placed in the much more energy-efficient core C6 C-state.
- both threads that are in shallow states have been mapped to the hardware thread contexts of Core 1 252 1 .
- Core 1 252 1 is in the active C0 C-state.
- the swap illustrated in FIG. 2 is performed in software and allows a swap of a subset of threads from a multi-threaded SMT core.
- current hardware-based core-hopping schemes copy all state for a first core to another core. This is done, in some instances, to balance load or even out hot spots on the core.
- Such hardware-based core-hopping approaches may be used to switch work from one single-threaded core to another, or to switch all work for all threads from one multi-threaded core to another multi-threaded core.
- Such hardware-based core-hopping approaches are relatively gross mechanisms that do not allow for finer-grained mapping of a subset of threads from one core to another.
- a problem that must be resolved when swapping a subset of threads from one core to another is the very complex task of “untangling” shared resources (see, e.g., shared execution resources 220 and shared caches 222 of FIG. 2 ) so that thread-specific hardware state may be transferred to the new core.
- Such operation can be prohibitively complex in known hardware-based core-hopping schemes.
- Another drawback of hardware-based core-hopping is that known approaches transfer thread execution from one core to another only when the hardware has become idle. The time it takes to wait for hardware resources to become idle can result in wasted opportunity to save power.
- the approach is a software-based remapping approach that remaps threads among the logical processors of different cores in a package in order to achieve power savings.
- Thread-hopping embodiments described herein can be performed in software (such as, e.g., kernel code of an operating system) without requiring any underlying hardware changes. Thread-hopping resolves the difficulty of untangling per-thread resources when transferring just a subset of threads from one core to another core. One reason for this is that, rather than waiting for hardware threads to become idle, embodiments of the thread-hopping mechanism (such as, e.g., that described below in connection with FIGS. 3 and 4 ) use a software approach to suspend execution of the software thread that is to be evicted to another core.
- software such as, e.g., kernel code of an operating system
- the software thread is mapped to a new logical processor on a different processor core, and the OS scheduler pulls a task for the transferee thread, the task to be performed on the newly-assigned logical processor.
- This processing is in contrast to traditional OS thread scheduling, which is not triggered by a change in thread C-state and does not involve logical re-mapping of the software thread to a hardware thread context on a different core.
- FIG. 3 is a data flow diagram that illustrates in further detail the operations of a software-based remapping mechanism according to at least one embodiment.
- FIG. 3 illustrates that, at operation 1 , the OSPM has determined that a hardware thread context (“X”) is ready to enter a deep idle state. Before the OS kernel places the hardware thread context into an idle state, it performs processing (discussed in further detail below in connection with FIG. 4 ) to determine whether it would be more efficient to instead do a software-based task pull to pull the task for some other thread context onto thread context X. This processing includes operation 2 , where it is determined whether the sibling hardware thread context(s) on the same core 352 as X is/are in a deep idle state.
- X hardware thread context
- a “sibling” hardware thread context is meant to refer to the other hardware thread contexts, besides the particular context that is ready to enter deep idle state, on a single core.
- the number of siblings for any hardware thread context is one.
- the number of siblings may be greater than one.
- the operating system determines whether any other core includes a hardware thread context that is already in a deep idle state. Thus, at operations 3 and 4 the power state of the thread contexts on other cores is evaluated.
- FIG. 3 illustrates two cores 352 , 353 with two thread contexts per core: W, X for Core 0 and Y, Z for Core 1, respectively.
- W thread contexts per core
- X thread contexts per core
- Y thread contexts per core
- Z thread contexts per core
- FIG. 3 illustrates that, at operation 3 , it is determined that hardware thread context Y is in a deep idle state.
- the power state of one or more other thread contexts on the core 353 is evaluated.
- thread context Z is active.
- a remapping is performed.
- This remapping is performed in software.
- the OS kernel executes a suspend operation to suspend the task currently being executed on logical processor Z.
- the logical processors are remapped so that the thread associated with hardware thread context Z is remapped to logical processor Y.
- This remapping includes the transfer of context data for the task being executed by logical processor Z on Core 1 353 to logical processor Y on Core 0 252 . Execution of the task is then resumed, but on hardware context Y instead of Z.
- logical processor Z is placed by the OS kernel into a deep idle state. Because all hardware thread contexts for Core 1 are now in the deep idle state, the core 353 enters deep idle state at operation 7 .
- FIG. 4 is a flowchart showing at least one embodiment of a method 400 for performing a swap as illustrated in FIG. 3 and as illustrated in the “After” example of system 250 B of FIG. 2 .
- the method 400 illustrated in FIG. 4 may be performed by an OS kernel (see, e.g., 51 of FIG. 1 ).
- FIG. 4 illustrates that the method 400 provides for thread-hopping to swap a software task onto a hardware thread context on one core responsive to an impending power state transition of a hardware thread context on another core.
- FIG. 4 illustrates that the method 400 begins at start block 402 .
- Start block 402 may be triggered responsive to a determination by the OSPM logic (not shown) of the kernel (e.g., 51 of FIG. 1 ) that a logical processor (LP X) on one of the cores (Core 0) of a system should be placed into a deep thread C-state.
- OSPM logic not shown
- the kernel e.g., 51 of FIG. 1
- LP X logical processor
- processing proceeds to block 404 .
- processing proceeds either to optional block 415 or to block 416 , depending on the embodiment. Processing proceeds to optional block 415 for embodiments that include more than two cores in a package. The optional nature of block 415 is denoted by broken lines in FIG. 4 .
- block 415 it is determined whether there are additional cores to be evaluated for potential threads to be swapped onto LP X. For a dual-core embodiment, block 415 is optional and need not be performed. If it is determined at block 415 that additional cores are to be evaluated, processing proceeds back to block 406 . Otherwise, processing proceeds to block 416 . At block 416 , normal C-state processing occurs—there are no further efficiencies to be gained by thread-hopping.
- processing proceeds either to optional block 407 or to block 408 , depending on the embodiment. Processing proceeds to optional block 407 for embodiments that include more than two logical processor per core and proceeds to block 408 for embodiments that include only two logical processors per core.
- LP Y hardware thread context
- block 408 processing proceeds to optional block 407 for embodiments that include only two logical processors per core. The optional nature of block 407 is denoted in FIG. 4 with broken lines.
- any hardware thread context (LP Z) on the other core (Core 1) is in an active state. If so, then the situation exists that a core, other than the home core of LP X, has at least one hardware thread context in a deep c-state and at least one other hardware thread context in an active state.
- LP Z hardware thread context
- the sibling core is either already in a deep thread C-state or some other non-active state (such as, e.g., a C1 shallow idle state).
- software task pulling is performed. That is, the task that is currently running on LP Z is temporarily suspended and moved to LP X. To do so, a software entity, such as the operating system (and, more particularly, the scheduler of an OS), causes suspension of LP Z's active task. The work associated with LP Z's active task is then assigned to the home core of LP X. The state necessary for LP X to begin executing LP Z's task is moved to the LP X core.
- the manner of transferring the context state among cores at block 410 is implementation-dependent, and may be performed in any of a variety of manners.
- the context data from LP Z is copied to an appropriate section of memory or memory hierarchy (e.g., into a cache) to which LP X has access.
- the instruction pointer is part of the state that gets transferred, so that LP X, when it resumes execution, will begin execution at the next instruction that LP Z would have executed.
- the logical mapping of LP X and LP Z are swapped by software. That is, the logical CPU ID associated with LP X is swapped to LP Z and, similarly, the logical CPU ID associated with LPZ is swapped to LP X. Operation of the active thread that was formerly running on LP Z is then resumed on LP X. Processing then proceeds to block 417 , wherein LP Z enters the deep idle state.
- processing proceeds to block 420 .
- block 420 it is determined whether all logical processors on the home core of LP Y are now in deep sleep states. If not, processing ends at block 422 .
- Embodiments may be implemented in many different system types.
- FIG. 5 shown is a block diagram of a system 500 in accordance with one embodiment of the present invention.
- the system 500 may include one or more processing elements 510 , 515 , which are coupled to graphics memory controller hub (GMCH) 520 .
- GMCH graphics memory controller hub
- FIG. 5 shows the optional nature of additional processing elements 515 in FIG. 5 with broken lines.
- Each processing element may be a single core or may, alternatively, include multiple cores.
- the processing elements may, optionally, include other on-die elements besides processing cores, such as integrated memory controller and/or integrated I/O control logic.
- the core(s) of the processing elements may be multithreaded in that they may include more than one hardware thread context per core.
- FIG. 5 illustrates that the GMCH 520 may be coupled to a memory 540 that may be, for example, a dynamic random access memory (DRAM).
- the memory 540 may include instructions or code that comprise an operating system (e.g., 50 of FIG. 1 ).
- the GMCH 520 may be a chipset, or a portion of a chipset.
- the GMCH 520 may communicate with the processor(s) 510 , 515 and control interaction between the processor(s) 510 , 515 and memory 540 .
- the GMCH 520 may also act as an accelerated bus interface between the processor(s) 510 , 515 and other elements of the system 500 .
- the GMCH 520 communicates with the processor(s) 510 , 515 via a multi-drop bus, such as a frontside bus (FSB) 595 .
- a multi-drop bus such as a frontside bus (FSB) 595 .
- GMCH 520 is coupled to a display 540 (such as a flat panel display).
- GMCH 520 may include an integrated graphics accelerator.
- GMCH 520 is further coupled to an input/output (I/O) controller hub (ICH) 550 , which may be used to couple various peripheral devices to system 500 .
- I/O controller hub ICH
- Shown for example in the embodiment of FIG. 5 is an external graphics device 560 , which may be a discrete graphics device coupled to ICH 550 , along with another peripheral device 570 .
- additional or different processing elements may also be present in the system 500 .
- additional processing element(s) 515 may include additional processors(s) that are the same as processor 510 , additional processor(s) that are heterogeneous or asymmetric to processor 510 , accelerators (such as, e.g., graphics accelerators or digital signal processing (DSP) units), field programmable gate arrays, or any other processing element.
- accelerators such as, e.g., graphics accelerators or digital signal processing (DSP) units
- DSP digital signal processing
- the various processing elements 510 , 515 may reside in the same die package.
- multiprocessor system 600 is a point-to-point interconnect system, and includes a first processing element 670 and a second processing element 680 coupled via a point-to-point interconnect 650 .
- each of processing elements 670 and 680 may be multicore processors, including first and second processor cores (i.e., processor cores 674 a and 674 b and processor cores 684 a and 684 b ).
- processing elements 670 , 680 may be an element other than a processor, such as an accelerator or a field programmable gate array.
- processing elements 670 , 680 While shown with only two processing elements 670 , 680 , it is to be understood that the scope of the present invention is not so limited. In other embodiments, one or more additional processing elements may be present in a given processor.
- First processing element 670 may further include a memory controller hub (MCH) 672 and point-to-point (P-P) interfaces 676 and 678 .
- second processing element 680 may include a MCH 682 and P-P interfaces 686 and 688 .
- MCH's 672 and 682 couple the processors to respective memories, namely a memory 642 and a memory 644 , which may be portions of main memory locally attached to the respective processors.
- First processing element 670 and second processing element 680 may be coupled to a chipset 690 via P-P interconnects 676 , 686 and 684 , respectively.
- chipset 690 includes P-P interfaces 694 and 698 .
- chipset 690 includes an interface 692 to couple chipset 690 with a high performance graphics engine 648 .
- bus 649 may be used to couple graphics engine 648 to chipset 690 .
- a point-to-point interconnect 649 may couple these components.
- first bus 616 may be a Peripheral Component Interconnect (PCI) bus, or a bus such as a PCI Express bus or another third generation I/O interconnect bus, although the scope of the present invention is not so limited.
- PCI Peripheral Component Interconnect
- various I/O devices 614 may be coupled to first bus 616 , along with a bus bridge 618 which couples first bus 616 to a second bus 620 .
- second bus 620 may be a low pin count (LPC) bus.
- Various devices may be coupled to second bus 620 including, for example, a keyboard/mouse 622 , communication devices 626 and a data storage unit 628 such as a disk drive or other mass storage device which may include code 630 , in one embodiment.
- the code 630 may include instructions for performing embodiments of one or more of the methods described above.
- an audio I/O 624 may be coupled to second bus 620 .
- Note that other architectures are possible. For example, instead of the point-to-point architecture of FIG. 6 , a system may implement a multi-drop bus or another such architecture.
- FIG. 7 shown is a block diagram of a third system embodiment 700 in accordance with an embodiment of the present invention.
- Like elements in FIGS. 6 and 7 bear like reference numerals, and certain aspects of FIG. 6 have been omitted from FIG. 7 in order to avoid obscuring other aspects of FIG. 7 .
- FIG. 7 illustrates that the processing elements 670 , 680 may include integrated memory and I/O control logic (“CL”) 672 and 682 , respectively.
- the CL 672 , 682 may include memory controller hub logic (MCH) such as that described above in connection with FIGS. 5 and 6 .
- MCH memory controller hub logic
- CL 672 , 682 may also include I/O control logic.
- FIG. 7 illustrates that not only are the memories 642 , 644 coupled to the CL 672 , 682 , but also that I/O devices 714 are also coupled to the control logic 672 , 682 .
- Legacy I/O devices 715 are coupled to the chipset 690 .
- Embodiments of the mechanisms disclosed herein may be implemented in hardware, software, firmware, or a combination of such implementation approaches.
- Embodiments of the invention may be implemented as computer programs executing on programmable systems comprising at least one processor, a data storage system (including volatile and non-volatile memory and/or storage elements), at least one input device, and at least one output device.
- Program code such as code 630 illustrated in FIG. 6
- program code 630 may be applied to input data to perform the functions described herein and generate output information.
- program code 630 may include an operating system that is coded to perform embodiments of the methods illustrated in FIGS. 2 , 3 and 4 .
- embodiments of the invention also include media that are machine-accessible and computer usable, the media containing instructions for performing the operations of a method or containing design data, such as HDL, which defines structures, circuits, apparatuses, processors and/or system features described herein. Such embodiments may also be referred to as computer program products.
- Such machine-accessible, computer-usable storage media may include, without limitation, tangible arrangements of particles manufactured or formed by a machine or device, including storage media such as hard disks, any other type of disk including floppy disks, optical disks, compact disk read-only memories (CD-ROMs), compact disk rewritable's (CD-RWs), and magneto-optical disks, semiconductor devices such as read-only memories (ROMs), random access memories (RAMs) such as dynamic random access memories (DRAMs), static random access memories (SRAMs), erasable programmable read-only memories (EPROMs), flash memories, electrically erasable programmable read-only memories (EEPROMs), magnetic or optical cards, or any other type of computer-usable media suitable for storing electronic instructions.
- storage media such as hard disks, any other type of disk including floppy disks, optical disks, compact disk read-only memories (CD-ROMs), compact disk rewritable's (CD-RWs), and magneto-optical
- a processing system includes any system that has a processor, such as, for example; a digital signal processor (DSP), a microcontroller, an application specific integrated circuit (ASIC), or a microprocessor.
- DSP digital signal processor
- ASIC application specific integrated circuit
- the programs may be implemented in a high level procedural or object oriented programming language to communicate with a processing system.
- the programs may also be implemented in assembly or machine language, if desired.
- the mechanisms described herein are not limited in scope to any particular programming language. In any case, the language may be a compiled or interpreted language.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- Power Sources (AREA)
Abstract
On a multi-core processor that supports simultaneous multi-threading, the power state for each logical processor is tracked. Upon indication that a logical processor is ready to transition into a deep low power state, software remapping (e.g., thread-hopping) may be performed. Accordingly, if multiple logical processors, on different cores, are in a low-power state, they are re-mapped to same core and the core is then placed into a low power state. Other embodiments are described and claimed.
Description
- The present application claims priority to U.S. application Ser. No. 12/316,014, filed Dec. 9, 2008, entitled “SOFTWARE-BASED THREAD REMAPPING FOR POWER SAVINGS,” the entire contents and disclosure of which is hereby incorporated by reference in its entirety.
- Power and thermal management are becoming more challenging than ever before in all segments of computer-based systems. While in the server domain it is the cost of electricity that drives the need for low power systems, in mobile systems battery life and thermal limitations make these issues relevant. Managing a computer-based system for maximum performance at minimum power consumption may be accomplished by reducing power to all or part of the computing system when inactive or otherwise not needed.
- One power management standard for computers is the Advanced Configuration and Power Interface (ACPI) standard, e.g., Rev. 3.0b, published Oct. 10, 2006, which defines an interface that allows the operating system (OS) to control hardware elements. Many modern operating systems use the ACPI standard to perform power and thermal management for computing systems. An ACPI implementation allows a core to be in different power-saving states (also termed low power or idle states) generally referred to as so-called C1 to Cn states.
- When the core is active, it runs at a so-called C0 state, but when the core is idle, the OS tries to maintain a balance between the amount of power it can save and the overhead of entering and exiting to/from a given state. Thus, C1 represents the low power state that has the least power savings but can be switched on and off almost immediately (thus referred to as a “shallow low power” or “shallow idle” state), while deep low power states (e.g., C3, C6 or C7) represent a power state where the static power consumption may be negligible, depending on silicon implementation, but the time to enter into this state and respond to activity (i.e., back to active C0) is relatively long. Note that different processors may include differing numbers of core C-states, each mapping to one ACPI C-state. That is, multiple core C-states can map to the same ACPI C-state.
- Current OS C-state policy may not provide the most efficient performance results because current OS C-state policy may not consider activities of other cores in the same package. In particular, current OS C-state policy may fail to take advantage of efficiencies that could be gained by more closely tracking and managing the power states of various threads running on different cores of the same package. That is, one hardware thread of a core may be in a deep low power state while another hardware thread of the core may be active. According to current OS C-state policy, a core cannot enter a deep low power state unless all threads on the core are in a deep low power state. If multiple cores experience this condition, then none of the cores can go into a deep low power state (even if multiple hardware threads are inactive).
-
FIG. 1 is a block diagram illustrating at least one embodiment of a system to perform disclosed techniques. -
FIG. 2 is a block data flow diagram representing before and after views of a remapping example according to at least one embodiment. -
FIG. 3 is a data- and control-flow diagram illustrating at least one embodiment of a method for performing software-based thread-hopping for power savings on a sample system that includes two dual-threaded cores. -
FIG. 4 is a flowchart illustrating at least one embodiment of a method for performing software-based thread-hopping for power savings. -
FIG. 5 is a block diagram of a system in accordance with at least one embodiment of the present invention. -
FIG. 6 is a block diagram of a system in accordance with at least one other embodiment of the present invention. -
FIG. 7 is a block diagram of a system in accordance with at least one other embodiment of the present invention. - Embodiments accurately and in real time perform software-based logical remapping of threads to cores, effectively “exchanging” idle threads to the same core so that the core may enter a low-power state. More specifically, an operating system may perform a logical re-mapping and task pulling to pull tasks from one hardware thread context on one core to another hardware thread context on a different core. If a hardware thread context is ready to transition into a low-power state, the operating system may then determine if any other thread contexts in the package are also in a low-power state. The operating system may then perform a software-based logical remapping to swap one or more of the low-power thread contexts to the same core as the first low-power thread and, if appropriate, swap an active thread from that core to another core. When swapping has been completed such that all thread contexts mapped to a particular core are in a low power state, the core itself may be placed in a low power state. As used herein, the term “thread” refers to a software thread. The terms “logical CPU”, “logical processor”, “hardware thread context”, and “thread unit” are used interchangeably herein to refer to a hardware thread context on which a software thread may be executed. At least one embodiment of a hardware thread context is described in further detail below in connection with
FIG. 2 (see discussion of LP0 and LP1). For such embodiment, a thread unit may comprise a portion of a core—for example, an SMT (simultaneous multi-threading) logical processor of a multi-threaded SMT core. For other embodiments, however, a thread unit may comprise, for example, an entire single-threaded core. - For at least one embodiment, embodiments of the swap scheme discussed herein may be used in conjunction with existing OS mechanisms in order to achieve scheduling of tasks on those cores for which the least cost (in terms of power and/or time) will be incurred. Embodiments may be deployed in OS kernel code in conjunction with OS C-state and scheduling policy. Alternatively, one or more embodiments may be deployed in platform firmware with an interface to OS C-state policy and scheduling mechanisms.
- Note that the processor core C-states described herein are for an example processor such as those based on IA-32 architecture and IA-64 architecture, available from Intel Corporation, Santa Clara, Calif., although embodiments can equally be used with other processors. Shown in Table 1 below is an example designation of core C-states available in one embodiment, and Table 2 maps these core C-states to the corresponding ACPI states. However, it is to be understood that the scope of the present invention is not limited in this regard.
- Referring now to
FIG. 1 , shown is a block diagram of asystem 10 that employs a swapping mechanism to migrate threads from one logical processor on one core to a different logical processor on a different core, based on power state information, in accordance with at least one embodiment. As shown inFIG. 1 ,system 10 includes aprocessor package 20 having a plurality of processor cores 25 0-25 n-1 (generically core 25). The number of cores may vary in different implementations, from dual-core packages to many-core packages including potentially large numbers of cores. The optional nature of additional cores is denoted inFIG. 1 by broken lines. Each core 25 may include various logic and control structures to perform operations on data responsive to instructions. Although only onepackage 20 is illustrated, the described methods and mechanisms may be employed by computing systems that include multiple packages as well. - For at least one embodiment, one or more of the cores 25 may support multiple hardware thread contexts per core. (See, e.g.,
system 250 ofFIG. 2 , in which eachcore 252 supports two hardware thread contexts per core.) Such embodiment should not be taken to be limiting, in that one of skill in the art will understand that each core may support more than two hardware thread contexts. -
FIG. 1 illustrates that acomputing system 10 may include additional elements. For example, in addition to thepackage hardware 20 thesystem 10 may also include afirmware layer 30, which may include a BIOS (Basic Input-Output System). Thecomputing system 10 may also include a thermal andpower interface 40. For at least one embodiment, the thermal andpower interface 40 is a hardware/software interface such as that defined by the Advanced Configuration and Power Interface (ACPI) standard, e.g., Rev. 3.0b, published Oct. 10, 2006, mentioned above. The ACPI specification describes platform registers, ACPI tables, e.g., 42, and the operation of an ACPI BIOS.FIG. 1 shows these collective ACPI components logically as a layer between thepackage hardware 20 andfirmware 30, on the one hand, and an operating system (“OS”) 50 on the other. - The
operating system 50 ofFIG. 1 may be configured to interact with the thermal andpower interface 40 in order to direct power management for thepackage 20. Accordingly, FIG. 1 illustrates asystem 10 capable of using anACPI interface 40 to perform Operating System-directed configuration and Power Management (OSPM). - The
operating system 50 may thus include logic (software, firmware, hardware, or combination) to perform the OSPM function. For at least one embodiment, an OSPM logic module may be system code that is part of theOS kernel 51. TheOS kernel 51 may also include a scheduling logic module (not shown). - The OS 50 may also include an APCI driver (not shown) that establishes the link between the operating system or application and the PC hardware. The driver may enable calls for certain ACPI-BIOS functions, access to the ACPI registers and the reading of the ACPI tables 42.
- For purposes of example, Table 1 below shows core C-states and their descriptions, along with the estimated power consumption and exit latencies for these states, with reference to an example processor having a thermal design power (TDP) of 95 watts (W). Of course it is to be understood that this is an example only, and that embodiments are not limited in this regard. Table 1 also shows package C-states and their descriptions, estimated exit latency, and estimated power consumption.
-
TABLE 1 Estimated Exit Estimated power Description Latency consumption Core C0 All core logics active N/A 4.9 W Core C1 Core clockgated 2 μs 2.4 W Core C3 Core multi-level cache 10-20 μs 1.7 W (MLC) flushed and invalidated Core C6 Core powergated 20-40 μs 0 W Core C7 Core powergated and 20-40 μs 0 W signals “package (pkg) last level cache (LLC) OK-to-shrink” Pkg C0 All uncore and core logics N/A 95 W active Pkg C1 All cores inactive, pkg 2-5 μs 29 W clockgated Pkg C3 Pkg C1 + all external ~50 μs 21 W links to long-latency idle states + put memory in short-latency inactive state Pkg C6 Pkg C3 + reduced voltage ~80 μs 6 W for powerplane (only very low retention voltage remains) + put memory in long-latency inactive state Pkg C7 Pkg C6 + LLC shrunk ~100 μs 4 W - Table 1 illustrates that Core C0 and Core C1 C-states are relatively low-latency power states, while the deep C-states (e.g., Core C3, Core C6 and Core C7) are high-latency states. Each SMT thread unit (or “logical processor”) of a core may also be associated with one of the C-states illustrated in Table 1. The C-state associated with a logical processor may be referred to herein as “thread C-state”.
- Table 2 shows an example mapping of core C-states of an example processor to the ACPI C-states. Again it is noted that this mapping is for example only and that embodiments are not limited in this regard.
-
TABLE 2 Core C0→ACPI C0 Core C1→ACPI C1 Core C3→ACPI C1 or C2 Core C6→ACPI C2 or C3 Core C7→ACPI C3 - It is to be noted that package C-states are not supported by ACPI; therefore, no ACPI mappings are provided in Table 2 for package C-states listed above in Table 1.
- We now turn to
FIG. 2 for a brief discussion to illustrate the power inefficiencies that may occur when the OS kernel (see 51 ofFIG. 1 ) performs known techniques that do not provide for migrating low-power threads to the same core. -
FIG. 2 illustrates asystem 250 with apackage 20 that includes two cores, 252 0 and 252 1. Of course, while thepackage 20 illustrates only two cores, this simplification is for ease of illustration only. One of skill in the art will recognize that apackage 20 may include any number of cores without departing from the scope of the embodiments described and claimed herein. - The
252 0 and 252 1 shown incores FIG. 2 are multi-threaded cores. That is,FIG. 2 illustrates that each core 252 is a dual-threaded simultaneous multithreading (“SMT”) core, where each core 252 maintains a separate architectural state (T0, T1) for each of two hardware thread contexts LP0, LP1, but where certain other resources 220, 222, 224 are shared by the two hardware thread contexts LP0, LP1. As is mentioned above, for such embodiment each hardware thread context LP (or “logical CPU” or “logical processor”) may have a separate C-state. - If a hardware thread context is permitted to transition into a deep thread C-state without taking into account total thread and core C-state for the
package 20, both power and performance inefficiencies may be incurred. This drawback is illustrated in the “Before” example ofsystem 250A inFIG. 2 . For purposes of example, assume that hardware thread LP0 of 0, 252 0, is in an active C-state (e.g., C0) but that hardware thread LP1 ofCore 0, 252 0, is in a deep core C-state (e.g., C6). According to current C-state policy,Core core C0 252 0 cannot enter a deep core C-state because one of its hardware threads LP0 is not in a deep thread C-state. As mentioned above, current C-state policy prescribes that a core can only enter a deep core C-state if all hardware contexts for that core are in a deep thread C-state. -
FIG. 2 illustrates a similar situation with 1, 252 1 in the “Before” example Assume that one hardware thread LP2 ofCore 1, 252 1, is in a shallow thread C-state (e.g., C1) and that the other hardware thread LP3 ofCore 1, 252 1, is in a deep thread C-state (e.g., C6). Accordingly,core Core 1 252 1 cannot enter a deep core C-state because one of its hardware threads LP0 is not in a deep thread C-state. - In the “Before” example illustrated in
FIG. 2 , each core has n thread contexts and there are a total of n thread contexts in a deep thread C-state. However, none of the cores can enter a deep core C-state due to the policy requirement that no core can enter a deep core C-state unless all the SMT thread contexts on the core are in a deep thread C-state. - Consulting Table 1, one can see that the example shown for
system 250A inFIG. 2 leads to unnecessary power consumption. Table 1 illustrates that a core in C-6 power state utilizes roughly zero watts (0 W). Thus, efficient use of the Core C-6 power state can provide significant power benefits. However, asFIG. 2 illustrates, there are two SMT thread contexts, LP1 and LP3, in a deep thread C-state for thepackage 20. Because these thread contexts are on different cores, neither of cores,Core 0 252 0 or 1, 252 1, can enter a deep core C-state. That is,Core Core 0 252 0 is in core C0 state because one of its hardware thread contexts, LP0, is in an active thread C-state (e.g., C0). Thus, the power consumption ofCore 0 252 0 is 4.9 W. Similarly,Core 1 252 1 cannot enter a deep core C-state because one of its hardware thread contexts, LP0, is in a shallow idle thread C-state (C1).Core 1 252 is in Core C1 state. Thus, the power consumption ofCore 1 252 1 is 2.4 W. Total power consumption for thesystem 250A in the “Before” example ofFIG. 2 is 4.9+2.4=7.3 W. - The “After” example system 250B of
FIG. 2 illustrates that these power inefficiencies may be avoided by a software-based remapping of software threads to hardware thread contexts according to at least one embodiment of the present invention. This remapping capitalizes on the power benefit of the core C-6 state by mapping n (in this case, n=2) hardware threads onto the same n-way SMT-threaded core, where all n threads are in thread C-6 state. - The “After” example of
FIG. 2 illustrates that a re-mapping may be performed, according to at least one embodiment of the invention, in order to achieve a software thread exchange among hardware thread contexts.FIG. 2 shows that, on the system 250B, the software thread from LP1 has been remapped to LP2, and vice versa. Thus, in the “After” example, both hardware thread contexts LP0 and LP1 ofCore 0 of system 250B are in the C6 state. Accordingly,Core 0 252 0 has been placed in the much more energy-efficient core C6 C-state. In contrast, both threads that are in shallow states have been mapped to the hardware thread contexts ofCore 1 252 1. Thus,Core 1 252 1 is in the active C0 C-state. The power usage of the two 252 0 and 252 1 of the system 250B are: 4.9 W+0 W=4.9 W. Accordingly the difference in power usage between the cores of the “Before”cores system 250A and the “After” system 250B is 7.3 W−4.9 W=2.4 W. This represents a 33% power savings due to the swap. - It should be noted that the swap illustrated in
FIG. 2 is performed in software and allows a swap of a subset of threads from a multi-threaded SMT core. In contrast, current hardware-based core-hopping schemes copy all state for a first core to another core. This is done, in some instances, to balance load or even out hot spots on the core. Such hardware-based core-hopping approaches may be used to switch work from one single-threaded core to another, or to switch all work for all threads from one multi-threaded core to another multi-threaded core. However, such hardware-based core-hopping approaches are relatively gross mechanisms that do not allow for finer-grained mapping of a subset of threads from one core to another. A problem that must be resolved when swapping a subset of threads from one core to another is the very complex task of “untangling” shared resources (see, e.g., shared execution resources 220 and shared caches 222 ofFIG. 2 ) so that thread-specific hardware state may be transferred to the new core. Such operation can be prohibitively complex in known hardware-based core-hopping schemes. Another drawback of hardware-based core-hopping is that known approaches transfer thread execution from one core to another only when the hardware has become idle. The time it takes to wait for hardware resources to become idle can result in wasted opportunity to save power. - To resolve these and other difficulties with hardware-based core-hopping, the inventor has conceived a software approach, referred to herein as “thread-hopping”. The approach is a software-based remapping approach that remaps threads among the logical processors of different cores in a package in order to achieve power savings.
- The thread-hopping embodiments described herein can be performed in software (such as, e.g., kernel code of an operating system) without requiring any underlying hardware changes. Thread-hopping resolves the difficulty of untangling per-thread resources when transferring just a subset of threads from one core to another core. One reason for this is that, rather than waiting for hardware threads to become idle, embodiments of the thread-hopping mechanism (such as, e.g., that described below in connection with
FIGS. 3 and 4 ) use a software approach to suspend execution of the software thread that is to be evicted to another core. Once suspended, the software thread is mapped to a new logical processor on a different processor core, and the OS scheduler pulls a task for the transferee thread, the task to be performed on the newly-assigned logical processor. This processing is in contrast to traditional OS thread scheduling, which is not triggered by a change in thread C-state and does not involve logical re-mapping of the software thread to a hardware thread context on a different core. -
FIG. 3 is a data flow diagram that illustrates in further detail the operations of a software-based remapping mechanism according to at least one embodiment.FIG. 3 illustrates that, atoperation 1, the OSPM has determined that a hardware thread context (“X”) is ready to enter a deep idle state. Before the OS kernel places the hardware thread context into an idle state, it performs processing (discussed in further detail below in connection withFIG. 4 ) to determine whether it would be more efficient to instead do a software-based task pull to pull the task for some other thread context onto thread context X. This processing includesoperation 2, where it is determined whether the sibling hardware thread context(s) on the same core 352 as X is/are in a deep idle state. If not, it might not be efficient, from a power standpoint, to put X in a deep idle state, since the core 352 cannot enter the deep idle state according to current C-state policy unless all of its hardware contexts are idle. As used herein, a “sibling” hardware thread context is meant to refer to the other hardware thread contexts, besides the particular context that is ready to enter deep idle state, on a single core. For embodiments having dual-threaded cores, the number of siblings for any hardware thread context is one. For embodiments having cores with more than 2 hardware thread contexts per core, the number of siblings may be greater than one. - If it is determined at
operation 2 that one or more of the sibling thread context(s) for X are not in deep idle state, then the operating system determines whether any other core includes a hardware thread context that is already in a deep idle state. Thus, at operations 3 and 4 the power state of the thread contexts on other cores is evaluated. - For ease of illustration and discussion,
FIG. 3 illustrates twocores 352, 353 with two thread contexts per core: W, X forCore 0 and Y, Z forCore 1, respectively. One of skill in the art will recognize, however, that embodiments of the thread-hopping mechanism described herein may be applied to any number of cores having any number of hardware thread contexts each. - At operation 3, it is determined whether any other hardware context on an active core is in a deep idle state. For purposes of example,
FIG. 3 illustrates that, at operation 3, it is determined that hardware thread context Y is in a deep idle state. Upon finding a deep idle thread context Y for anactive core 353, the power state of one or more other thread contexts on thecore 353 is evaluated. InFIG. 3 , it is determined at operation 4 that thread context Z is active. Thus, for power savings purposes it would be more efficient to put thread context Z into the deep idle state and pull Z's current task to hardware thread context X. - Accordingly, at operation 5 a remapping is performed. This remapping is performed in software. The OS kernel executes a suspend operation to suspend the task currently being executed on logical processor Z. The logical processors are remapped so that the thread associated with hardware thread context Z is remapped to logical processor Y. This remapping includes the transfer of context data for the task being executed by logical processor Z on
Core 1 353 to logical processor Y onCore 0 252. Execution of the task is then resumed, but on hardware context Y instead of Z. - At operation 6, logical processor Z is placed by the OS kernel into a deep idle state. Because all hardware thread contexts for
Core 1 are now in the deep idle state, thecore 353 enters deep idle state at operation 7. -
FIG. 4 is a flowchart showing at least one embodiment of amethod 400 for performing a swap as illustrated inFIG. 3 and as illustrated in the “After” example of system 250B ofFIG. 2 . For at least one embodiment, themethod 400 illustrated inFIG. 4 may be performed by an OS kernel (see, e.g., 51 ofFIG. 1 ).FIG. 4 illustrates that themethod 400 provides for thread-hopping to swap a software task onto a hardware thread context on one core responsive to an impending power state transition of a hardware thread context on another core. -
FIG. 4 illustrates that themethod 400 begins atstart block 402.Start block 402 may be triggered responsive to a determination by the OSPM logic (not shown) of the kernel (e.g., 51 ofFIG. 1 ) that a logical processor (LP X) on one of the cores (Core 0) of a system should be placed into a deep thread C-state. - From
start bock 402, processing proceeds to block 404. Atblock 404, it is determined whether the other hardware thread context(s) onCore 0 are in a deep thread C-state. For an embodiment that has two hardware thread contexts per core, it is determined atblock 404 whether the other core is in a deep thread C-state. For all embodiments that includes n hardware thread contexts per core, where n>2, the processing atblock 404 determines whether all other hardware thread contexts besides LP X onCore 0 are in a deep thread C-state. If so, no swap is needed and it is appropriate to place the entire core into core deep C-state after placing X into deep thread C-state, and processing proceeds to block 418. Otherwise, processing proceeds to block 406. - At
block 406, it has been determined via processing atblock 404 that conditions do not exist to place X's home core into deep core C-state. Because power savings benefit could still be achieved if any other core is one thread context shy of deep C-state conditions, it is determined atblock 406 whether another core besidesCore 0 has a hardware thread context in a deep thread C-state. Of course, other cores that are already in a deep core C-state will have thread contexts in deep thread C-state, so theblock 406 evaluation is performed only on cores that are not already in a deep core C-state. - If no thread contexts are identified on another core at
block 406, then processing proceeds either tooptional block 415 or to block 416, depending on the embodiment. Processing proceeds tooptional block 415 for embodiments that include more than two cores in a package. The optional nature ofblock 415 is denoted by broken lines inFIG. 4 . Atblock 415, it is determined whether there are additional cores to be evaluated for potential threads to be swapped onto LP X. For a dual-core embodiment, block 415 is optional and need not be performed. If it is determined atblock 415 that additional cores are to be evaluated, processing proceeds back to block 406. Otherwise, processing proceeds to block 416. Atblock 416, normal C-state processing occurs—there are no further efficiencies to be gained by thread-hopping. - If, instead, it is determined at
block 406 that a hardware thread context (LP Y) on another core (Core 1) is in a deep thread C-state, then processing proceeds either tooptional block 407 or to block 408, depending on the embodiment. Processing proceeds tooptional block 407 for embodiments that include more than two logical processor per core and proceeds to block 408 for embodiments that include only two logical processors per core. The optional nature ofblock 407 is denoted inFIG. 4 with broken lines. - At
block 407, it is determined whether a swap of work among the two cores would result in the new core having more logical processors in deep idle thread state thanCore 0 would have if LP X were placed into deep idle thread state onCore 0. If so, processing proceeds to block 408 in order to continue with swap processing. If not, there are no efficiencies to be gained by the swap, so processing instead proceeds to block either optional block 415 (for embodiments with more than two logical processors per core) or to block 416. - At block 408, it is determined whether any hardware thread context (LP Z) on the other core (Core 1) is in an active state. If so, then the situation exists that a core, other than the home core of LP X, has at least one hardware thread context in a deep c-state and at least one other hardware thread context in an active state. Thus, it would be advantageous, from a power savings standpoint, to consolidate the deep idle hardware thread contexts onto the same core but it is also true that the current work from active LP Z should be pulled to another hardware thread context before LP Z transitions to the deep idle thread C-state. Accordingly, processing proceeds to block 410. If, however, it is determined at block 408 that no siblings on the other core are in an active state, then no task pulling should occur, and processing proceeds to block 414. In this case, the sibling core is either already in a deep thread C-state or some other non-active state (such as, e.g., a C1 shallow idle state).
- At
block 410, software task pulling is performed. That is, the task that is currently running on LP Z is temporarily suspended and moved to LP X. To do so, a software entity, such as the operating system (and, more particularly, the scheduler of an OS), causes suspension of LP Z's active task. The work associated with LP Z's active task is then assigned to the home core of LP X. The state necessary for LP X to begin executing LP Z's task is moved to the LP X core. The manner of transferring the context state among cores atblock 410 is implementation-dependent, and may be performed in any of a variety of manners. For at least one embodiment, for example, the context data from LP Z is copied to an appropriate section of memory or memory hierarchy (e.g., into a cache) to which LP X has access. The instruction pointer is part of the state that gets transferred, so that LP X, when it resumes execution, will begin execution at the next instruction that LP Z would have executed. After the task pull is performed atblock 410, operation proceeds to block 414. - At
block 414, the logical mapping of LP X and LP Z are swapped by software. That is, the logical CPU ID associated with LP X is swapped to LP Z and, similarly, the logical CPU ID associated with LPZ is swapped to LP X. Operation of the active thread that was formerly running on LP Z is then resumed on LP X. Processing then proceeds to block 417, wherein LP Z enters the deep idle state. - From
block 417, processing proceeds to block 420. Atblock 420 it is determined whether all logical processors on the home core of LP Y are now in deep sleep states. If not, processing ends atblock 422. - If it is determined at
block 420 that all logical processors for the home core of LP Y are now in a deep thread C-state, then the core enters a deep core C-state. Processing then ends atblock 422. - Embodiments may be implemented in many different system types. Referring now to
FIG. 5 , shown is a block diagram of asystem 500 in accordance with one embodiment of the present invention. As shown inFIG. 5 , thesystem 500 may include one ormore processing elements 510, 515, which are coupled to graphics memory controller hub (GMCH) 520. The optional nature ofadditional processing elements 515 is denoted inFIG. 5 with broken lines. - Each processing element may be a single core or may, alternatively, include multiple cores. The processing elements may, optionally, include other on-die elements besides processing cores, such as integrated memory controller and/or integrated I/O control logic. Also, for at least one embodiment, the core(s) of the processing elements may be multithreaded in that they may include more than one hardware thread context per core.
-
FIG. 5 illustrates that theGMCH 520 may be coupled to amemory 540 that may be, for example, a dynamic random access memory (DRAM). For at least one embodiment, thememory 540 may include instructions or code that comprise an operating system (e.g., 50 ofFIG. 1 ). - The
GMCH 520 may be a chipset, or a portion of a chipset. TheGMCH 520 may communicate with the processor(s) 510, 515 and control interaction between the processor(s) 510, 515 andmemory 540. TheGMCH 520 may also act as an accelerated bus interface between the processor(s) 510, 515 and other elements of thesystem 500. For at least one embodiment, theGMCH 520 communicates with the processor(s) 510, 515 via a multi-drop bus, such as a frontside bus (FSB) 595. - Furthermore,
GMCH 520 is coupled to a display 540 (such as a flat panel display).GMCH 520 may include an integrated graphics accelerator.GMCH 520 is further coupled to an input/output (I/O) controller hub (ICH) 550, which may be used to couple various peripheral devices tosystem 500. Shown for example in the embodiment ofFIG. 5 is anexternal graphics device 560, which may be a discrete graphics device coupled toICH 550, along with anotherperipheral device 570. - Alternatively, additional or different processing elements may also be present in the
system 500. For example, additional processing element(s) 515 may include additional processors(s) that are the same as processor 510, additional processor(s) that are heterogeneous or asymmetric to processor 510, accelerators (such as, e.g., graphics accelerators or digital signal processing (DSP) units), field programmable gate arrays, or any other processing element. There can be a variety of differences between thephysical resources 510, 515 in terms of a spectrum of metrics of merit including architectural, microarchitectural, thermal, power consumption characteristics, and the like. These differences may effectively manifest themselves as asymmetry and heterogeneity amongst theprocessing elements 510, 515. For at least one embodiment, thevarious processing elements 510, 515 may reside in the same die package. - Referring now to
FIG. 6 , shown is a block diagram of asecond system embodiment 600 in accordance with an embodiment of the present invention. As shown inFIG. 6 ,multiprocessor system 600 is a point-to-point interconnect system, and includes afirst processing element 670 and asecond processing element 680 coupled via a point-to-point interconnect 650. As shown inFIG. 6 , each of processing 670 and 680 may be multicore processors, including first and second processor cores (i.e.,elements 674 a and 674 b andprocessor cores 684 a and 684 b).processor cores - Alternatively, one or more of processing
670, 680 may be an element other than a processor, such as an accelerator or a field programmable gate array.elements - While shown with only two processing
670, 680, it is to be understood that the scope of the present invention is not so limited. In other embodiments, one or more additional processing elements may be present in a given processor.elements -
First processing element 670 may further include a memory controller hub (MCH) 672 and point-to-point (P-P) interfaces 676 and 678. Similarly,second processing element 680 may include aMCH 682 and 686 and 688. As shown inP-P interfaces FIG. 6 , MCH's 672 and 682 couple the processors to respective memories, namely a memory 642 and a memory 644, which may be portions of main memory locally attached to the respective processors. -
First processing element 670 andsecond processing element 680 may be coupled to achipset 690 via P-P interconnects 676, 686 and 684, respectively. As shown inFIG. 6 ,chipset 690 includes 694 and 698. Furthermore,P-P interfaces chipset 690 includes aninterface 692 tocouple chipset 690 with a high performance graphics engine 648. In one embodiment, bus 649 may be used to couple graphics engine 648 tochipset 690. Alternately, a point-to-point interconnect 649 may couple these components. - In turn,
chipset 690 may be coupled to afirst bus 616 via aninterface 696. In one embodiment,first bus 616 may be a Peripheral Component Interconnect (PCI) bus, or a bus such as a PCI Express bus or another third generation I/O interconnect bus, although the scope of the present invention is not so limited. - As shown in
FIG. 6 , various I/O devices 614 may be coupled tofirst bus 616, along with a bus bridge 618 which couplesfirst bus 616 to asecond bus 620. In one embodiment,second bus 620 may be a low pin count (LPC) bus. Various devices may be coupled tosecond bus 620 including, for example, a keyboard/mouse 622,communication devices 626 and adata storage unit 628 such as a disk drive or other mass storage device which may includecode 630, in one embodiment. Thecode 630 may include instructions for performing embodiments of one or more of the methods described above. Further, an audio I/O 624 may be coupled tosecond bus 620. Note that other architectures are possible. For example, instead of the point-to-point architecture ofFIG. 6 , a system may implement a multi-drop bus or another such architecture. - Referring now to
FIG. 7 , shown is a block diagram of a third system embodiment 700 in accordance with an embodiment of the present invention. Like elements inFIGS. 6 and 7 bear like reference numerals, and certain aspects ofFIG. 6 have been omitted fromFIG. 7 in order to avoid obscuring other aspects ofFIG. 7 . -
FIG. 7 illustrates that the 670, 680 may include integrated memory and I/O control logic (“CL”) 672 and 682, respectively. For at least one embodiment, theprocessing elements 672, 682 may include memory controller hub logic (MCH) such as that described above in connection withCL FIGS. 5 and 6 . In addition. 672, 682 may also include I/O control logic.CL FIG. 7 illustrates that not only are the memories 642, 644 coupled to the 672, 682, but also that I/CL O devices 714 are also coupled to the 672, 682. Legacy I/control logic O devices 715 are coupled to thechipset 690. - Embodiments of the mechanisms disclosed herein may be implemented in hardware, software, firmware, or a combination of such implementation approaches. Embodiments of the invention may be implemented as computer programs executing on programmable systems comprising at least one processor, a data storage system (including volatile and non-volatile memory and/or storage elements), at least one input device, and at least one output device.
- Program code, such as
code 630 illustrated inFIG. 6 , may be applied to input data to perform the functions described herein and generate output information. For example,program code 630 may include an operating system that is coded to perform embodiments of the methods illustrated inFIGS. 2 , 3 and 4. Accordingly, embodiments of the invention also include media that are machine-accessible and computer usable, the media containing instructions for performing the operations of a method or containing design data, such as HDL, which defines structures, circuits, apparatuses, processors and/or system features described herein. Such embodiments may also be referred to as computer program products. - Such machine-accessible, computer-usable storage media may include, without limitation, tangible arrangements of particles manufactured or formed by a machine or device, including storage media such as hard disks, any other type of disk including floppy disks, optical disks, compact disk read-only memories (CD-ROMs), compact disk rewritable's (CD-RWs), and magneto-optical disks, semiconductor devices such as read-only memories (ROMs), random access memories (RAMs) such as dynamic random access memories (DRAMs), static random access memories (SRAMs), erasable programmable read-only memories (EPROMs), flash memories, electrically erasable programmable read-only memories (EEPROMs), magnetic or optical cards, or any other type of computer-usable media suitable for storing electronic instructions.
- The output information may be applied to one or more output devices, in known fashion. For purposes of this application, a processing system includes any system that has a processor, such as, for example; a digital signal processor (DSP), a microcontroller, an application specific integrated circuit (ASIC), or a microprocessor.
- The programs may be implemented in a high level procedural or object oriented programming language to communicate with a processing system. The programs may also be implemented in assembly or machine language, if desired. In fact, the mechanisms described herein are not limited in scope to any particular programming language. In any case, the language may be a compiled or interpreted language.
- Presented herein are embodiments of methods, apparatuses, and systems for remapping thread units and re-assigning work among threads on different cores to consolidate idle threads onto the same core. While particular embodiments of the present invention have been shown and described, it will be obvious to those skilled in the art that numerous changes, variations and modifications can be made without departing from the scope of the appended claims. Accordingly, one of skill in the art will recognize that changes and modifications can be made without departing from the present invention in its broader aspects. The appended claims are to encompass within their scope all such changes, variations, and modifications that fall within the true scope and spirit of the present invention.
Claims (24)
1. A method comprising:
based on power state information for a first logical processor of a first core and a first logical processor of a second core, swapping work from the first logical processor of the first core to the first logical processor of the second core;
placing the first logical processor of the first core into a power-off state;
and
placing the first core into a power-off state.
2. The method of claim 1 , wherein the swapping is performed by control software of a computing platform that includes the first and second cores.
3. The method of claim 2 , wherein the swapping is performed by an operating system of the computing platform.
4. The method of claim 2 , wherein the swapping includes performing a software-based context switch.
5. The method of claim 1 , wherein the first and second cores reside in a same die package.
6. The method of claim 1 , wherein the swapping includes remapping a thread identifier associated with the second core to the first core.
7. A system comprising:
a chip package that includes a first core with a first logical processor and a second core with a second logical processor;
a scheduler module coupled with the chip package, the scheduler module to swap, based on power state information related to the first logical processor and the second logical processor, work from the first logical processor to the second logical processor; and
a power module coupled with the scheduler module, the power module to place the first logical processor into a power-off state, and place the first core into a power-off state.
8. The system of claim 7 , wherein the power module is further to place the first logical processor in the power-off state subsequent to the swap.
9. The system of claim 7 , wherein the power module is further to place the first core into the power-off state subsequent to placement of the first logical processor into the power-off state.
10. The system of claim 7 , wherein said scheduler module and said power module are software modules.
11. The system of claim 7 , wherein the first core and the second core reside on a same die package.
12. The system of claim 7 , wherein the first core and the second core are members of a processing element having an integrated memory controller.
13. One or more non-transitory computer-readable media comprising instructions to cause an element of a computing platform, upon execution of the instructions by one or more processors associated with the element, to:
based on power state information for a first logical processor of a first core and a first logical processor of a second core, swap work from the first logical processor of the first core to the first logical processor of the second core;
place the first logical processor of the first core into a power-off state; and
place the first core into a power-off state.
14. The one or more non-transitory computer-readable media of claim 13 , wherein the element of the computing platform is control software of the computing platform.
15. The one or more non-transitory computer-readable media of claim 14 , wherein the element of the computing platform is an operating system of the computing platform.
16. The method of claim 14 , wherein the instructions to swap include instructions to perform a software-based context switch.
17. The method of claim 13 , wherein the first and second cores reside in a same die package.
18. The method of claim 13 , wherein the instructions to swap includes instructions to remap a thread identifier associated with the second core to the first core.
19. A computing platform comprising:
based on power state information for a first logical processor of a first core and a first logical processor of a second core, means to swapping work from the first logical processor of the first core to the first logical processor of the second core;
means to place the first logical processor of the first core into a power-off state; and
means to place the first core into a power-off state.
20. The computing platform of claim 19 , wherein the means to swap include control software of a computing platform that includes the first and second cores.
21. The computing platform of claim 20 , wherein the means to swap include an operating system of the computing platform.
22. The computing platform of claim 20 , wherein the means to swap include means to perform a software-based context switch.
23. The computing platform of claim 19 , wherein the first and second cores reside in a same die package.
24. The computing platform of claim 19 , wherein the means to swap include means to remap a thread identifier associated with the second core to the first core.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/582,757 US20150135189A1 (en) | 2008-12-09 | 2014-12-24 | Software-based thread remapping for power savings |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/316,014 US8954977B2 (en) | 2008-12-09 | 2008-12-09 | Software-based thread remapping for power savings |
| US14/582,757 US20150135189A1 (en) | 2008-12-09 | 2014-12-24 | Software-based thread remapping for power savings |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/316,014 Continuation US8954977B2 (en) | 2008-12-09 | 2008-12-09 | Software-based thread remapping for power savings |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20150135189A1 true US20150135189A1 (en) | 2015-05-14 |
Family
ID=42209231
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/316,014 Active 2031-06-22 US8954977B2 (en) | 2008-12-09 | 2008-12-09 | Software-based thread remapping for power savings |
| US14/582,757 Abandoned US20150135189A1 (en) | 2008-12-09 | 2014-12-24 | Software-based thread remapping for power savings |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/316,014 Active 2031-06-22 US8954977B2 (en) | 2008-12-09 | 2008-12-09 | Software-based thread remapping for power savings |
Country Status (4)
| Country | Link |
|---|---|
| US (2) | US8954977B2 (en) |
| EP (1) | EP2207092B1 (en) |
| CN (2) | CN102163072B (en) |
| ES (1) | ES2701739T3 (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20150026495A1 (en) * | 2013-07-18 | 2015-01-22 | Qualcomm Incorporated | System and method for idle state optimization in a multi-processor system on a chip |
| WO2021034440A1 (en) | 2019-08-22 | 2021-02-25 | Intel Corporation | Technology for dynamically grouping threads for energy efficiency |
Families Citing this family (155)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8799687B2 (en) | 2005-12-30 | 2014-08-05 | Intel Corporation | Method, apparatus, and system for energy efficiency and energy conservation including optimizing C-state selection under variable wakeup rates |
| US8024590B2 (en) * | 2007-12-10 | 2011-09-20 | Intel Corporation | Predicting future power level states for processor cores |
| JP5531679B2 (en) * | 2010-03-04 | 2014-06-25 | 日本電気株式会社 | Power consumption reduction method, power consumption reduction device, and power consumption reduction program for information processing apparatus having SMT compatible CPU |
| US8904154B2 (en) * | 2010-04-16 | 2014-12-02 | Massachusetts Institute Of Technology | Execution migration |
| WO2011134716A1 (en) * | 2010-04-26 | 2011-11-03 | International Business Machines Corporation | Managing a multiprocessing computer system |
| US8510749B2 (en) | 2010-05-27 | 2013-08-13 | International Business Machines Corporation | Framework for scheduling multicore processors |
| US8381002B2 (en) * | 2010-06-23 | 2013-02-19 | International Business Machines Corporation | Transparently increasing power savings in a power management environment |
| US8943334B2 (en) | 2010-09-23 | 2015-01-27 | Intel Corporation | Providing per core voltage and frequency control |
| US8448006B2 (en) | 2010-10-19 | 2013-05-21 | International Business Machines Corporation | Performing virtual and/or physical resource management for power management |
| US8983536B2 (en) | 2010-10-22 | 2015-03-17 | Google Technology Holdings LLC | Resource management in a multi-operating environment |
| US8990602B2 (en) * | 2010-12-21 | 2015-03-24 | Intel Corporation | Apparatus, method, and system for early deep sleep state exit of a processing element |
| US8775836B2 (en) * | 2010-12-23 | 2014-07-08 | Intel Corporation | Method, apparatus and system to save processor state for efficient transition between processor power states |
| US9069555B2 (en) | 2011-03-21 | 2015-06-30 | Intel Corporation | Managing power consumption in a multi-core processor |
| US8910177B2 (en) * | 2011-04-14 | 2014-12-09 | Advanced Micro Devices, Inc. | Dynamic mapping of logical cores |
| US8793515B2 (en) | 2011-06-27 | 2014-07-29 | Intel Corporation | Increasing power efficiency of turbo mode operation in a processor |
| US8769316B2 (en) | 2011-09-06 | 2014-07-01 | Intel Corporation | Dynamically allocating a power budget over multiple domains of a processor |
| US8688883B2 (en) | 2011-09-08 | 2014-04-01 | Intel Corporation | Increasing turbo mode residency of a processor |
| US8954770B2 (en) | 2011-09-28 | 2015-02-10 | Intel Corporation | Controlling temperature of multiple domains of a multi-domain processor using a cross domain margin |
| US9074947B2 (en) | 2011-09-28 | 2015-07-07 | Intel Corporation | Estimating temperature of a processor core in a low power state without thermal sensor information |
| US8914650B2 (en) | 2011-09-28 | 2014-12-16 | Intel Corporation | Dynamically adjusting power of non-core processor circuitry including buffer circuitry |
| TWI454905B (en) | 2011-09-30 | 2014-10-01 | Intel Corp | Constrained boot techniques in multi-core platforms |
| US8832478B2 (en) | 2011-10-27 | 2014-09-09 | Intel Corporation | Enabling a non-core domain to control memory bandwidth in a processor |
| US9026815B2 (en) | 2011-10-27 | 2015-05-05 | Intel Corporation | Controlling operating frequency of a core domain via a non-core domain of a multi-domain processor |
| US9158693B2 (en) | 2011-10-31 | 2015-10-13 | Intel Corporation | Dynamically controlling cache size to maximize energy efficiency |
| US8943340B2 (en) | 2011-10-31 | 2015-01-27 | Intel Corporation | Controlling a turbo mode frequency of a processor |
| US20140325183A1 (en) * | 2011-11-28 | 2014-10-30 | Freescale Semiconductor, Inc. | Integrated circuit device, asymmetric multi-core processing module, electronic device and method of managing execution of computer program code therefor |
| US9239611B2 (en) | 2011-12-05 | 2016-01-19 | Intel Corporation | Method, apparatus, and system for energy efficiency and energy conservation including balancing power among multi-frequency domains of a processor based on efficiency rating scheme |
| US8972763B2 (en) | 2011-12-05 | 2015-03-03 | Intel Corporation | Method, apparatus, and system for energy efficiency and energy conservation including determining an optimal power state of the apparatus based on residency time of non-core domains in a power saving state |
| US9052901B2 (en) | 2011-12-14 | 2015-06-09 | Intel Corporation | Method, apparatus, and system for energy efficiency and energy conservation including configurable maximum processor current |
| US9372524B2 (en) | 2011-12-15 | 2016-06-21 | Intel Corporation | Dynamically modifying a power/performance tradeoff based on processor utilization |
| US9075610B2 (en) * | 2011-12-15 | 2015-07-07 | Intel Corporation | Method, apparatus, and system for energy efficiency and energy conservation including thread consolidation |
| US9098261B2 (en) | 2011-12-15 | 2015-08-04 | Intel Corporation | User level control of power management policies |
| US9396041B2 (en) * | 2012-02-01 | 2016-07-19 | Google Technology Holdings LLC | Optimization of resource usage in a multi-environment computing system |
| US9268596B2 (en) | 2012-02-02 | 2016-02-23 | Intel Corparation | Instruction and logic to test transactional execution status |
| WO2013137862A1 (en) | 2012-03-13 | 2013-09-19 | Intel Corporation | Dynamically controlling interconnect frequency in a processor |
| WO2013137859A1 (en) | 2012-03-13 | 2013-09-19 | Intel Corporation | Providing energy efficient turbo operation of a processor |
| WO2013137860A1 (en) | 2012-03-13 | 2013-09-19 | Intel Corporation | Dynamically computing an electrical design point (edp) for a multicore processor |
| CN104204825B (en) | 2012-03-30 | 2017-06-27 | 英特尔公司 | Power consumption in dynamic measurement processor |
| CN103376877B (en) * | 2012-04-26 | 2017-12-01 | 深圳市中兴微电子技术有限公司 | A kind of multi-core processor clock control device and control method |
| US10185566B2 (en) | 2012-04-27 | 2019-01-22 | Intel Corporation | Migrating tasks between asymmetric computing elements of a multi-core processor |
| WO2014004222A1 (en) * | 2012-06-29 | 2014-01-03 | Intel Corporation | Instruction and logic to test transactional execution status |
| DE102013108041B4 (en) * | 2012-07-31 | 2024-01-04 | Nvidia Corporation | Heterogeneous multiprocessor arrangement for power-efficient and area-efficient computing |
| US9569279B2 (en) | 2012-07-31 | 2017-02-14 | Nvidia Corporation | Heterogeneous multiprocessor design for power-efficient and area-efficient computing |
| US8943252B2 (en) | 2012-08-16 | 2015-01-27 | Microsoft Corporation | Latency sensitive software interrupt and thread scheduling |
| US9063727B2 (en) | 2012-08-31 | 2015-06-23 | Intel Corporation | Performing cross-domain thermal control in a processor |
| US8984313B2 (en) | 2012-08-31 | 2015-03-17 | Intel Corporation | Configuring power management functionality in a processor including a plurality of cores by utilizing a register to store a power domain indicator |
| US9342122B2 (en) | 2012-09-17 | 2016-05-17 | Intel Corporation | Distributing power to heterogeneous compute elements of a processor |
| US9423858B2 (en) | 2012-09-27 | 2016-08-23 | Intel Corporation | Sharing power between domains in a processor package using encoded power consumption information from a second domain to calculate an available power budget for a first domain |
| KR20140044596A (en) * | 2012-10-05 | 2014-04-15 | 삼성전자주식회사 | Computing system including multi core processor and load balancing method thereof |
| CN104641312B (en) * | 2012-10-26 | 2018-10-19 | 英特尔公司 | By the computing subsystem hardware recovery for automatically selecting power cycle |
| US9146609B2 (en) * | 2012-11-20 | 2015-09-29 | International Business Machines Corporation | Thread consolidation in processor cores |
| US9575543B2 (en) | 2012-11-27 | 2017-02-21 | Intel Corporation | Providing an inter-arrival access timer in a processor |
| US9183144B2 (en) | 2012-12-14 | 2015-11-10 | Intel Corporation | Power gating a portion of a cache memory |
| US9292468B2 (en) | 2012-12-17 | 2016-03-22 | Intel Corporation | Performing frequency coordination in a multiprocessor system based on response timing optimization |
| US9405351B2 (en) | 2012-12-17 | 2016-08-02 | Intel Corporation | Performing frequency coordination in a multiprocessor system |
| US9235252B2 (en) | 2012-12-21 | 2016-01-12 | Intel Corporation | Dynamic balancing of power across a plurality of processor domains according to power policy control bias |
| US9075556B2 (en) | 2012-12-21 | 2015-07-07 | Intel Corporation | Controlling configurable peak performance limits of a processor |
| KR20150098649A (en) | 2012-12-22 | 2015-08-28 | 퀄컴 인코포레이티드 | Reducing power consumption of volatile memory via use of non-volatile memory |
| US10007323B2 (en) | 2012-12-26 | 2018-06-26 | Intel Corporation | Platform power consumption reduction via power state switching |
| DE112012007115T5 (en) * | 2012-12-28 | 2015-08-20 | Paul Brett | Optional logic processor count and type selection for a given workload based on platform heat and power budget constraints |
| US9081577B2 (en) | 2012-12-28 | 2015-07-14 | Intel Corporation | Independent control of processor core retention states |
| US9164565B2 (en) | 2012-12-28 | 2015-10-20 | Intel Corporation | Apparatus and method to manage energy usage of a processor |
| US9335803B2 (en) | 2013-02-15 | 2016-05-10 | Intel Corporation | Calculating a dynamically changeable maximum operating voltage value for a processor based on a different polynomial equation using a set of coefficient values and a number of current active cores |
| US9367114B2 (en) | 2013-03-11 | 2016-06-14 | Intel Corporation | Controlling operating voltage of a processor |
| US9250901B2 (en) * | 2013-03-12 | 2016-02-02 | Intel Corporation | Execution context swap between heterogeneous functional hardware units |
| US9395784B2 (en) | 2013-04-25 | 2016-07-19 | Intel Corporation | Independently controlling frequency of plurality of power domains in a processor system |
| US9377841B2 (en) | 2013-05-08 | 2016-06-28 | Intel Corporation | Adaptively limiting a maximum operating frequency in a multicore processor |
| US9823719B2 (en) | 2013-05-31 | 2017-11-21 | Intel Corporation | Controlling power delivery to a processor via a bypass |
| US9471088B2 (en) | 2013-06-25 | 2016-10-18 | Intel Corporation | Restricting clock signal delivery in a processor |
| US9348401B2 (en) | 2013-06-25 | 2016-05-24 | Intel Corporation | Mapping a performance request to an operating frequency in a processor |
| US9348407B2 (en) | 2013-06-27 | 2016-05-24 | Intel Corporation | Method and apparatus for atomic frequency and voltage changes |
| US9600346B2 (en) * | 2013-07-10 | 2017-03-21 | International Business Machines Corporation | Thread scheduling across heterogeneous processing elements with resource mapping |
| US9377836B2 (en) | 2013-07-26 | 2016-06-28 | Intel Corporation | Restricting clock signal delivery based on activity in a processor |
| US9495001B2 (en) | 2013-08-21 | 2016-11-15 | Intel Corporation | Forcing core low power states in a processor |
| US10386900B2 (en) | 2013-09-24 | 2019-08-20 | Intel Corporation | Thread aware power management |
| US9594560B2 (en) | 2013-09-27 | 2017-03-14 | Intel Corporation | Estimating scalability value for a specific domain of a multicore processor based on active state residency of the domain, stall duration of the domain, memory bandwidth of the domain, and a plurality of coefficients based on a workload to execute on the domain |
| US20150095614A1 (en) * | 2013-09-27 | 2015-04-02 | Bret L. Toll | Apparatus and method for efficient migration of architectural state between processor cores |
| US9405345B2 (en) | 2013-09-27 | 2016-08-02 | Intel Corporation | Constraining processor operation based on power envelope information |
| US9494998B2 (en) | 2013-12-17 | 2016-11-15 | Intel Corporation | Rescheduling workloads to enforce and maintain a duty cycle |
| US9389675B2 (en) | 2013-12-19 | 2016-07-12 | International Business Machines Corporation | Power management for in-memory computer systems |
| US9459689B2 (en) | 2013-12-23 | 2016-10-04 | Intel Corporation | Dyanamically adapting a voltage of a clock generation circuit |
| US9323525B2 (en) | 2014-02-26 | 2016-04-26 | Intel Corporation | Monitoring vector lane duty cycle for dynamic optimization |
| US9665153B2 (en) | 2014-03-21 | 2017-05-30 | Intel Corporation | Selecting a low power state based on cache flush latency determination |
| US10108454B2 (en) | 2014-03-21 | 2018-10-23 | Intel Corporation | Managing dynamic capacitance using code scheduling |
| US11200058B2 (en) * | 2014-05-07 | 2021-12-14 | Qualcomm Incorporated | Dynamic load balancing of hardware threads in clustered processor cores using shared hardware resources, and related circuits, methods, and computer-readable media |
| US20150355942A1 (en) * | 2014-06-04 | 2015-12-10 | Texas Instruments Incorporated | Energy-efficient real-time task scheduler |
| US10417149B2 (en) | 2014-06-06 | 2019-09-17 | Intel Corporation | Self-aligning a processor duty cycle with interrupts |
| US9760158B2 (en) | 2014-06-06 | 2017-09-12 | Intel Corporation | Forcing a processor into a low power state |
| US9513689B2 (en) | 2014-06-30 | 2016-12-06 | Intel Corporation | Controlling processor performance scaling based on context |
| US9606602B2 (en) | 2014-06-30 | 2017-03-28 | Intel Corporation | Method and apparatus to prevent voltage droop in a computer |
| US9785481B2 (en) * | 2014-07-24 | 2017-10-10 | Qualcomm Innovation Center, Inc. | Power aware task scheduling on multi-processor systems |
| US9575537B2 (en) | 2014-07-25 | 2017-02-21 | Intel Corporation | Adaptive algorithm for thermal throttling of multi-core processors with non-homogeneous performance states |
| US9760136B2 (en) | 2014-08-15 | 2017-09-12 | Intel Corporation | Controlling temperature of a system memory |
| US9671853B2 (en) | 2014-09-12 | 2017-06-06 | Intel Corporation | Processor operating by selecting smaller of requested frequency and an energy performance gain (EPG) frequency |
| US10339023B2 (en) | 2014-09-25 | 2019-07-02 | Intel Corporation | Cache-aware adaptive thread scheduling and migration |
| US9977477B2 (en) | 2014-09-26 | 2018-05-22 | Intel Corporation | Adapting operating parameters of an input/output (IO) interface circuit of a processor |
| US9684360B2 (en) | 2014-10-30 | 2017-06-20 | Intel Corporation | Dynamically controlling power management of an on-die memory of a processor |
| US9703358B2 (en) | 2014-11-24 | 2017-07-11 | Intel Corporation | Controlling turbo mode frequency operation in a processor |
| US9710043B2 (en) | 2014-11-26 | 2017-07-18 | Intel Corporation | Controlling a guaranteed frequency of a processor |
| US10048744B2 (en) | 2014-11-26 | 2018-08-14 | Intel Corporation | Apparatus and method for thermal management in a multi-chip package |
| US20160147280A1 (en) | 2014-11-26 | 2016-05-26 | Tessil Thomas | Controlling average power limits of a processor |
| KR102347657B1 (en) * | 2014-12-02 | 2022-01-06 | 삼성전자 주식회사 | Electronic device and method for controlling shareable cache memory thereof |
| US10877530B2 (en) | 2014-12-23 | 2020-12-29 | Intel Corporation | Apparatus and method to provide a thermal parameter report for a multi-chip package |
| US20160224098A1 (en) | 2015-01-30 | 2016-08-04 | Alexander Gendler | Communicating via a mailbox interface of a processor |
| US9639134B2 (en) | 2015-02-05 | 2017-05-02 | Intel Corporation | Method and apparatus to provide telemetry data to a power controller of a processor |
| US9910481B2 (en) | 2015-02-13 | 2018-03-06 | Intel Corporation | Performing power management in a multicore processor |
| US10234930B2 (en) | 2015-02-13 | 2019-03-19 | Intel Corporation | Performing power management in a multicore processor |
| US9874922B2 (en) | 2015-02-17 | 2018-01-23 | Intel Corporation | Performing dynamic power control of platform devices |
| US9842082B2 (en) | 2015-02-27 | 2017-12-12 | Intel Corporation | Dynamically updating logical identifiers of cores of a processor |
| US9710054B2 (en) | 2015-02-28 | 2017-07-18 | Intel Corporation | Programmable power management agent |
| US9652027B2 (en) * | 2015-04-01 | 2017-05-16 | Microsoft Technology Licensing, Llc | Thread scheduling based on performance state and idle state of processing units |
| US9760160B2 (en) | 2015-05-27 | 2017-09-12 | Intel Corporation | Controlling performance states of processing engines of a processor |
| US9710041B2 (en) | 2015-07-29 | 2017-07-18 | Intel Corporation | Masking a power state of a core of a processor |
| US10089155B2 (en) * | 2015-09-22 | 2018-10-02 | Advanced Micro Devices, Inc. | Power aware work stealing |
| US10001822B2 (en) | 2015-09-22 | 2018-06-19 | Intel Corporation | Integrating a power arbiter in a processor |
| US9983644B2 (en) | 2015-11-10 | 2018-05-29 | Intel Corporation | Dynamically updating at least one power management operational parameter pertaining to a turbo mode of a processor for increased performance |
| US9910470B2 (en) | 2015-12-16 | 2018-03-06 | Intel Corporation | Controlling telemetry data communication in a processor |
| US10037227B2 (en) * | 2015-12-17 | 2018-07-31 | Intel Corporation | Systems, methods and devices for work placement on processor cores |
| US10216245B2 (en) | 2015-12-22 | 2019-02-26 | Cray Inc. | Application ramp rate control in large installations |
| US10146286B2 (en) | 2016-01-14 | 2018-12-04 | Intel Corporation | Dynamically updating a power management policy of a processor |
| US10289188B2 (en) | 2016-06-21 | 2019-05-14 | Intel Corporation | Processor having concurrent core and fabric exit from a low power state |
| US10281975B2 (en) | 2016-06-23 | 2019-05-07 | Intel Corporation | Processor having accelerated user responsiveness in constrained environment |
| US10324519B2 (en) | 2016-06-23 | 2019-06-18 | Intel Corporation | Controlling forced idle state operation in a processor |
| CN106200868B (en) * | 2016-06-29 | 2020-07-24 | 联想(北京)有限公司 | Method and device for acquiring shared variables in multi-core processor and multi-core processor |
| CN106201726A (en) * | 2016-07-26 | 2016-12-07 | 张升泽 | Many core chip thread distribution method and system |
| US10379596B2 (en) | 2016-08-03 | 2019-08-13 | Intel Corporation | Providing an interface for demotion control information in a processor |
| US10423206B2 (en) | 2016-08-31 | 2019-09-24 | Intel Corporation | Processor to pre-empt voltage ramps for exit latency reductions |
| US10379904B2 (en) | 2016-08-31 | 2019-08-13 | Intel Corporation | Controlling a performance state of a processor using a combination of package and thread hint information |
| US10234920B2 (en) | 2016-08-31 | 2019-03-19 | Intel Corporation | Controlling current consumption of a processor based at least in part on platform capacitance |
| US10775859B2 (en) * | 2016-09-23 | 2020-09-15 | Hewlett Packard Enterprise Development Lp | Assignment of core identifier |
| US10168758B2 (en) | 2016-09-29 | 2019-01-01 | Intel Corporation | Techniques to enable communication between a processor and voltage regulator |
| WO2018129708A1 (en) * | 2017-01-13 | 2018-07-19 | Alibaba Group Holding Limited | Determining processor utilization of multiprocessing system |
| US10429919B2 (en) | 2017-06-28 | 2019-10-01 | Intel Corporation | System, apparatus and method for loose lock-step redundancy power management |
| WO2019040054A1 (en) | 2017-08-23 | 2019-02-28 | Intel Corporation | System, apparatus and method for adaptive operating voltage in a field programmable gate array (fpga) |
| US20190068466A1 (en) * | 2017-08-30 | 2019-02-28 | Intel Corporation | Technologies for auto-discovery of fault domains |
| US20190073243A1 (en) * | 2017-09-07 | 2019-03-07 | Alibaba Group Holding Limited | User-space spinlock efficiency using c-state and turbo boost |
| US10620266B2 (en) | 2017-11-29 | 2020-04-14 | Intel Corporation | System, apparatus and method for in-field self testing in a diagnostic sleep state |
| US10620682B2 (en) | 2017-12-21 | 2020-04-14 | Intel Corporation | System, apparatus and method for processor-external override of hardware performance state control of a processor |
| WO2019132330A1 (en) * | 2017-12-26 | 2019-07-04 | Samsung Electronics Co., Ltd. | Method and system for predicting optimal number of threads for application running on electronic device |
| CN111712793B (en) * | 2018-02-14 | 2023-10-20 | 华为技术有限公司 | Thread processing method and graphic processor |
| US10620969B2 (en) | 2018-03-27 | 2020-04-14 | Intel Corporation | System, apparatus and method for providing hardware feedback information in a processor |
| US10739844B2 (en) | 2018-05-02 | 2020-08-11 | Intel Corporation | System, apparatus and method for optimized throttling of a processor |
| US10955899B2 (en) | 2018-06-20 | 2021-03-23 | Intel Corporation | System, apparatus and method for responsive autonomous hardware performance state control of a processor |
| US10976801B2 (en) | 2018-09-20 | 2021-04-13 | Intel Corporation | System, apparatus and method for power budget distribution for a plurality of virtual machines to execute on a processor |
| US10860083B2 (en) | 2018-09-26 | 2020-12-08 | Intel Corporation | System, apparatus and method for collective power control of multiple intellectual property agents and a shared power rail |
| US11656676B2 (en) | 2018-12-12 | 2023-05-23 | Intel Corporation | System, apparatus and method for dynamic thermal distribution of a system on chip |
| CN109947569B (en) * | 2019-03-15 | 2021-04-06 | Oppo广东移动通信有限公司 | Method, device, terminal and storage medium for binding core |
| US11256657B2 (en) | 2019-03-26 | 2022-02-22 | Intel Corporation | System, apparatus and method for adaptive interconnect routing |
| US11048549B2 (en) | 2019-04-04 | 2021-06-29 | Google Llc | Transferral of process state and/or components in computing environments |
| US11442529B2 (en) | 2019-05-15 | 2022-09-13 | Intel Corporation | System, apparatus and method for dynamically controlling current consumption of processing circuits of a processor |
| CN110413414B (en) * | 2019-07-29 | 2025-09-19 | 昆仑芯(北京)科技有限公司 | Method, apparatus, device and computer readable storage medium for balancing load |
| US11698812B2 (en) | 2019-08-29 | 2023-07-11 | Intel Corporation | System, apparatus and method for providing hardware state feedback to an operating system in a heterogeneous processor |
| US11366506B2 (en) | 2019-11-22 | 2022-06-21 | Intel Corporation | System, apparatus and method for globally aware reactive local power control in a processor |
| US11132201B2 (en) | 2019-12-23 | 2021-09-28 | Intel Corporation | System, apparatus and method for dynamic pipeline stage control of data path dominant circuitry of an integrated circuit |
| US11921564B2 (en) | 2022-02-28 | 2024-03-05 | Intel Corporation | Saving and restoring configuration and status information with reduced latency |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050060590A1 (en) * | 2003-09-16 | 2005-03-17 | International Business Machines Corporation | Power-aware workload balancing usig virtual machines |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6985951B2 (en) * | 2001-03-08 | 2006-01-10 | International Business Machines Corporation | Inter-partition message passing method, system and program product for managing workload in a partitioned processing environment |
| US7089558B2 (en) * | 2001-03-08 | 2006-08-08 | International Business Machines Corporation | Inter-partition message passing method, system and program product for throughput measurement in a partitioned processing environment |
| US7065659B2 (en) * | 2002-06-28 | 2006-06-20 | Microsoft Corporation | Power management architecture for defining component power states under a global power state and maintaining a power state floor for a specified component if a power state for the specified component under a new global power state is below the power state floor |
| JP4800837B2 (en) * | 2006-05-22 | 2011-10-26 | 株式会社日立製作所 | Computer system, power consumption reduction method thereof, and program thereof |
| JP2008257578A (en) * | 2007-04-06 | 2008-10-23 | Toshiba Corp | Information processing apparatus, scheduler, and schedule control method for information processing apparatus |
-
2008
- 2008-12-09 US US12/316,014 patent/US8954977B2/en active Active
-
2009
- 2009-11-30 ES ES09252700T patent/ES2701739T3/en active Active
- 2009-11-30 EP EP09252700.1A patent/EP2207092B1/en active Active
- 2009-12-08 CN CN200910258390.1A patent/CN102163072B/en not_active Expired - Fee Related
- 2009-12-08 CN CN201510118010.XA patent/CN104699225B/en active Active
-
2014
- 2014-12-24 US US14/582,757 patent/US20150135189A1/en not_active Abandoned
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050060590A1 (en) * | 2003-09-16 | 2005-03-17 | International Business Machines Corporation | Power-aware workload balancing usig virtual machines |
Non-Patent Citations (1)
| Title |
|---|
| Ito et al; "An 8640 MIPS SoC with Independent Power-Off Control of 8 CPUs and 8 RAMS by An Automatic Parallelilizing Compiler"; 3-7 Feb 2008; 2008 IEEE International Solid-State Circuits Conference (ISSCC); Session 4 / Microprocessors; pp 90, 91, and 598 * |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20150026495A1 (en) * | 2013-07-18 | 2015-01-22 | Qualcomm Incorporated | System and method for idle state optimization in a multi-processor system on a chip |
| US9430014B2 (en) * | 2013-07-18 | 2016-08-30 | Qualcomm Incorporated | System and method for idle state optimization in a multi-processor system on a chip |
| WO2021034440A1 (en) | 2019-08-22 | 2021-02-25 | Intel Corporation | Technology for dynamically grouping threads for energy efficiency |
| US11422849B2 (en) | 2019-08-22 | 2022-08-23 | Intel Corporation | Technology for dynamically grouping threads for energy efficiency |
| EP4018308A4 (en) * | 2019-08-22 | 2023-09-27 | INTEL Corporation | Technology for dynamically grouping threads for energy efficiency |
Also Published As
| Publication number | Publication date |
|---|---|
| US8954977B2 (en) | 2015-02-10 |
| EP2207092A3 (en) | 2013-07-03 |
| CN104699225B (en) | 2018-06-08 |
| US20100146513A1 (en) | 2010-06-10 |
| EP2207092B1 (en) | 2018-09-26 |
| CN102163072B (en) | 2017-04-12 |
| ES2701739T3 (en) | 2019-02-25 |
| CN102163072A (en) | 2011-08-24 |
| EP2207092A2 (en) | 2010-07-14 |
| CN104699225A (en) | 2015-06-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8954977B2 (en) | Software-based thread remapping for power savings | |
| US11467740B2 (en) | Method, apparatus, and system for energy efficiency and energy conservation including autonomous hardware-based deep power down in devices | |
| US9720730B2 (en) | Providing an asymmetric multicore processor system transparently to an operating system | |
| US20090320031A1 (en) | Power state-aware thread scheduling mechanism | |
| TWI550518B (en) | A method, apparatus, and system for energy efficiency and energy conservation including thread consolidation | |
| US8190863B2 (en) | Apparatus and method for heterogeneous chip multiprocessors via resource allocation and restriction | |
| US9354689B2 (en) | Providing energy efficient turbo operation of a processor | |
| TWI610165B (en) | A method, apparatus, and system for energy efficiency and energy conservation including power and performance balancing between multiple processing elements | |
| US8543843B1 (en) | Virtual core management | |
| US9360927B2 (en) | Power efficient processor architecture | |
| US8281308B1 (en) | Virtual core remapping based on temperature | |
| US9032125B2 (en) | Increasing turbo mode residency of a processor | |
| CN101504618B (en) | Real-time thread migration method for multi-core processors | |
| CN105492989B (en) | For managing device, system, method and the machine readable media of the gate carried out to clock | |
| US9342122B2 (en) | Distributing power to heterogeneous compute elements of a processor | |
| JP2013536532A (en) | Dynamic performance control of processing nodes | |
| US9052901B2 (en) | Method, apparatus, and system for energy efficiency and energy conservation including configurable maximum processor current | |
| US20250216878A1 (en) | Deep sleep power state with disabled inverse temperature dependency voltage regulation | |
| CN120780128A (en) | Apparatus and method for thermal management of input/output interfaces | |
| CN120723053A (en) | Apparatus and method for system power optimization for USB imaging applications |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |