Typically, a processor uses a power saving sleep mode such as in accordance with an Advanced Configuration and Power Interface (ACPI) standard (e.g., Rev. 3.0b, published Oct. 10, 2006) when possible. These so-called C-state core low power states (ACPI C-states) in addition to voltage and frequency scaling (DVFS or ACPI performance state (P-states)) can save power when a core is idle or not fully utilized. However, even in a multi-core processor context, a core is often woken from an efficient sleep state to perform a relatively simple operation, and is then returned to the sleep state. This operation can adversely affect power efficiency, as there is a cost in both latency and power consumption for exiting and returning to low power states. During the state transition power may be consumed in some types of processors without useful work being accomplished, to the detriment of power efficiency.
Examples of operations to be handled upon exiting a low power state include keyboard inputs, timer interrupts, network interrupts and so on. To handle these operations in a power sensitive manner, current operating systems (OSs) change program behavior by processing larger amounts of data at a time, or moving to a tickless OS where there are no periodic timer interrupts, and only sporadic programmed ones. Another strategy is to use timer coalescing, where multiple interrupts are grouped and handled at the same time. But in addition to changing a program's behavior, all of these options raise complexity and still can lead to power inefficient operation. Further, some types of software (e.g., media playback) may make attempts to defeat hardware power efficiency mechanisms by requesting frequent, periodic wakes regardless of how much work needs to be accomplished. Thus, the tickless/timer coalescing strategies can save some power by reducing unnecessary wakes from deep C-states, but they require invasive changes to the OS and may take a significant amount of time to propagate through a computing ecosystem, as such changes are not implemented until a new version of an operating system is distributed.
In various embodiments, average power consumption can be reduced in a heterogeneous processor environment. This heterogeneous environment may include large fast cores and smaller more power-efficient cores that are combined for system and power efficiency reasons. Further still, embodiments may provide this power control in a manner that is transparent to an operating system (OS) executing on the processor. However, the scope of the present invention is not limited to heterogeneous environments, and can also be used in homogenous environments (from an OS-transparent but not necessarily hardware-heterogeneous perspective) to reduce average power (e.g., to keep as many cores asleep in a multiprocessor environment as possible). Embodiments may be especially suitable in hardware-accelerated environments such as tablet computer-based and system-on-chip (SoC) architectures where the cores are often asleep.
In general, embodiments may provide for power control by steering all wakeup signals to a smaller core rather than a larger core. In this way, it is possible to reduce average power by well over two times when the system is 95% idle. As will be described, in many embodiments this smaller core can be sequestered from the OS. That is, the presence of this smaller core is unknown to the OS, and this core is thus invisible to the OS. As such, embodiments can provide for power efficient processor operation via processor hardware in a manner that is transparent to the OS and applications executing on the processor.
Referring now to
In addition, processor 100 further includes a plurality of small cores 120a-120n (generally, small cores 120). Although 8 such cores are shown in the embodiment of
As used herein, the term “large core” may be a processor core that is of a relatively complex design and which may consume a relatively large amount of chip real estate as compared to a “small core,” which may be of a lesser complexity design and consume a correspondingly smaller amount of chip real estate. In addition, the smaller cores are more power efficient than the larger cores, as they may have a smaller thermal design power (TDP) than the larger cores. However, understand that the smaller cores may be limited in their processing capabilities as compared to the large cores. For example, these smaller cores may not handle all operations that are possible in the large cores. And in addition, it is possible that the smaller cores can be less efficient in instruction processing. That is, instructions may be performed more rapidly in the large cores than the small cores.
As further seen, both large cores 110 and small cores 120 may be coupled to an interconnect 130. Different implementations of this interconnect structure can be realized in different embodiments. For example, in some embodiments the interconnect structure can be according to a front side bus (FSB) architecture or an Intel® Quick Path Interconnect (QPI) protocol. In other embodiments, the interconnect structure can be according to a given system fabric.
Still referring to
Furthermore, while shown in the embodiment of
As example power figures for a typical large core, power consumption may be on the order of approximately 6000 milliwatts (mW), while for a medium core power consumption may be on the order of approximately 500 mW, and for a very small core power consumption may be on the order of approximately 15 mW. In an implementation that avoids waking the large core, significant power benefits may be achieved.
Embodiments allow the larger, less power-efficient cores to remain in low power sleep states longer than they otherwise would be able to. By steering interrupts and other core waking events to the smaller cores instead of the larger cores, the smaller cores may run longer and wake more often, but this is still more power efficient than waking a large core to perform a trivial task such as data moving. Note that as described below for some operations, the large core may be powered on for execution, as for instance smaller cores might not support vector operations (e.g., AVX operations), complex addressing modes or floating point (FP) operations. In such cases a wake signal could be re-routed from the small core to the large core.
For example, while performing hardware-accelerated 1080p video playback on a processor, over 1000 transitions into and out of core C6 state and nearly 1200 interrupts occur each second. If even a portion of these wake events are re-steered to a smaller core using an embodiment of the present invention, significant power savings can be achieved.
In general, C0 corresponds to a normal operating state in which instructions are executed, while states C1-C3 are OS lower power states, each having a different level of power savings and a corresponding different level of latency to return to the C0 state. As seen, depending on an expected workload of the processor, the OS may select a non-idle state, e.g., OS C0 or one of multiple idle states, e.g., OS C-states C1-C3. Each of these idle states can be mapped to a corresponding hardware low power state that is under control of processor hardware. Thus processor hardware can map a given OS C-state to a corresponding hardware C-state, which may provide for greater power savings than that dictated by the OS. In general, lighter C-states (e.g., C1) save less power but have lower resume times than deeper C-states (e.g. C3). In various embodiments, hardware domain 220 and the mapping of OS C-states to processor C-states can be performed by a power control unit (PCU) of the processor, although the scope of the present invention is not limited in this regard. This mapping may be based on a prior history of OS-based power management requests. Also, the decision can be based on a status of the overall system, configuration information and so forth.
In addition, the PCU or other processor logic may be configured to direct all wake events to a smallest available core (which may be an OS invisible core, in various embodiments). As seen in
As described above, in some implementations, the small core itself can be hidden from the OS and application software. For example, a small-large core pair can be abstracted and hidden from application software. In a low power state all cores can be asleep while an accelerator (such as a video decode accelerator) performs a given task such as a decoding task. When the accelerator runs out of data, it directs a wake signal to request additional data that can be from the small core, which wakes and determines that this simple data move operation can be accomplished without waking the large core, thus saving power. If a timer interrupt arrives and the small core wakes up and instead detects that a complex vector operation (like a 256-bit AVX instruction) exists in the instruction stream, the large core may be awakened to handle the complex instruction (and other instructions in this stream) to enable reduced latency. In an alternate implementation a global hardware observation mechanism which can be located in the PCU or another uncore location near the PCU, or as a separate section of hardware logic on the global interconnect, or as an addition to the internal control logic of the small core, can detect that the small core encounters the AVX instruction and may generate an undefined instruction fault, which may cause a shut down of the small core and re-steer the instruction stream to the larger core after waking it. Note that this behavior may extend beyond instructions to configuration or features. If the small core encounters a write to a configuration space that only exists on the large core, for instance, it may request a wake of the large core.
Referring now to
As seen in
Referring still to
As an example, the small core may determine whether it can handle the requested operation based on performance requirements and/or instruction set architecture (ISA) capabilities of the small core. If the small core cannot handle a requested operation because it does not have ISA support, front end logic of the small core can parse a received instruction stream and determine that at least one instruction in the stream is not supported by the small core. Accordingly, the small core may issue an undefined instruction fault. This undefined fault may be sent to the PCU (or another entity), which can analyze the fault and the state of the small core to determine whether the undefined fault is as a result of the small core not having hardware support for handling instruction, or if instead it is a true undefined fault. In the latter case, the undefined fault may be forwarded to an OS for further handling. If the fault is due to the small core not having the appropriate hardware support for handling the instruction, the PCU can cause the execution state transferred to this small core to be transferred to a corresponding large core to handle the requested instruction(s).
In other embodiments, a transfer of the execution state between small core and large core may occur when it is determined that the small core has been executing for too long a time or with too low a performance level. That is, assume that the small core has been executing for many thousands or millions of processor cycles to perform requested tasks. Because of the more expedient execution available in the large core, it is possible that greater power reductions can occur by transferring the state to the large core to enable the large core to more rapidly conclude the task.
Still referring to
If instead it is determined at diamond 340 that the small core cannot handle the requested operation, e.g., if the operation is a relatively complex operation that the small core is not configured to handle, control instead passes to block 360. There, a wakeup signal can be sent, e.g., directly from the small core to the large core, to cause the large core to be powered up. Accordingly, control passes to block 370 where the requested operation can thus be performed in the large core. Note that although described with this particular set of operations in the embodiment of
Thus in various embodiments, a mechanism may be provided to allow hardware interrupts and other wake signals to be routed directly to the small core, without waking the large core. Note that in different implementations, the small core itself or a supervisory agent can determine whether the wake signal and processing can be completed without waking the large core. In representative cases, the smaller core may be much more power efficient than the larger cores, and may as a result support only a subset of the instructions that the large core supports. And, many operations to be performed upon waking from a low power state can be offloaded to a simpler, more power-efficient core to avoid waking a larger more powerful core in heterogeneous environments (where many cores of various sizes are included in a system for performance or power efficiency reasons).
Referring now to
Still referring to
Referring now to
As seen, the various cores may be coupled via an interconnect 415 to a system agent or uncore 420 that includes various components. As seen, the uncore 420 may include a shared cache 430 which may be a last level cache. In addition, the uncore may include an integrated memory controller 440, various interfaces 450a-n, power control unit 455, and an advanced programmable interrupt controller (APIC) 465.
PCU 450 may include various logic to enable power efficient operation in accordance with an embodiment of the present invention. As seen, PCU 450 can include wakeup logic 452 that can perform wakeups as described above. Thus logic 452 can be configured to always wake a small core first. However, this logic can be configured dynamically to not perform such small core direct wakeups in certain circumstances. For example, a system can be dynamically configured for power saving operations, e.g., when the system is a mobile system running on a battery. In such circumstances, the logic can be configured to always wake the small core. Instead, if the system is a server system, desktop or laptop system that is connected to wall power, embodiments may provide for a user-based selection to select latency and performance over power savings. Thus wakeup logic 452 can be configured in such instances to wake up a large core rather than a small core responsive to an interrupt. Similar wakeups of the large core can be performed when it has been determined that a large number of small core wakeups result in a redirection to a large core.
To further enable power efficient operation, PCU 450 may further include a state transfer logic 454 that can perform transfers of execution state between large and small cores. As discussed above, this logic may be used to take a large core's execution state stored into a temporary storage during a low power state, and extract at least a portion of that state to provide to a small core upon a small core wakeup.
Further still, PCU 450 may include an interrupt history storage 456. Such storage may include a plurality of entries each identifying an interrupt that has occurred during system operation and whether the interrupt was successfully handled by the small core. Then based on this history, when a given interrupt is received, a corresponding entry of this storage can be accessed to determine whether a previous interrupt of the same type was successfully handled by the small core. If so, the PCU can direct the new incoming interrupt to the same small core. Instead if it is determined based on this history that this type of interrupt was not successfully handled by small core (or with unsatisfactorily low performance), the interrupt can instead be sent to a large core.
Still referring to
APIC 465 may receive various interrupts, e.g., issued from accelerators and direct the interrupts as appropriate to a given one or more cores. In some embodiments, to maintain the small cores as hidden to the OS, APIC 465 may dynamically remap incoming interrupts, each of which may include an APIC identifier associated with it, from an APIC ID associated with a large core to an APIC ID associated with a small core.
With further reference to
Note that various architectures are possible to enable different coupling or integration of the large and small cores. As examples, the degree of coupling between these disparate cores can depend on a variety of engineering optimization parameters related to die area, power, performance and responsiveness.
Referring now to
Referring now to
It should be noted that
As discussed, embodiments can be completely transparent and invisible to the operating system, and thus no software changes and only minimal increases in resume time from C-states can be achieved. In other embodiments, the presence and availability of small cores can be exposed to the OS to thus enable the OS to make decisions whether to provide an interrupt to a small core or a large core. Furthermore, embodiments may provide mechanisms in system software such as a basic input output system (BIOS) to expose the large and small cores to the OS, or to configure whether the small cores are exposed or not. Embodiments may increase apparent resume times from C-states, but this is acceptable as current platforms vary in resume latencies, and currently no useful work is done during the time a core's state is being restored. The ratio of how different small and large cores are may vary from insignificant differences to major microarchitectural structural differences. According to various embodiments, the most primary differentiators between the heterogeneous cores may be the die area and power consumed by the cores.
In some implementations, a control mechanism may be provided such that if it is detected that the large core is woken most of the time upon resume, waking of the small core first may be bypassed, and the large core can be directly woken, at least for a predetermined period of time to preserve performance. Note that in some embodiments a mechanism to universally re-steer all interrupts and other wake signals to either the small or large core can be exposed to software, both system and user-level software, depending on the power and performance requirements of the application and system. As one such example, a user-level instruction may be provided to perform the steering of wakeup operations to a specified core. Such instruction may be a variant of an MWAIT-like instruction.
In some embodiments, an accelerator can send a hint to the PCU or other management agent with an interrupt to indicate that the requested operation is a relatively simple operation such that it can be handled effectively in the small core. This accelerator-provided hint may be used by the PCU to automatically direct incoming interrupts to the small core for handling.
Referring now to
Referring now to
Embodiments may be implemented in many different system types. Referring now to
Still referring to
Furthermore, chipset 690 includes an interface 692 to couple chipset 690 with a high performance graphics engine 638, by a P-P interconnect 639. In turn, chipset 690 may be coupled to a first bus 616 via an interface 696. As shown in
Embodiments may be implemented in code and may be stored on a non-transitory storage medium having stored thereon instructions which can be used to program a system to perform the instructions. The storage medium may include, but is not limited to, any type of disk including floppy disks, optical disks, solid state drives (SSDs), compact disk read-only memories (CD-ROMs), compact disk rewritables (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 media suitable for storing electronic instructions.
While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.
This application is a continuation of U.S. patent application Ser. No. 15/134,756, filed Apr. 21, 2016, which is a continuation of U.S. patent application Ser. No. 13/992,361, filed Jun. 7, 2013, now U.S. Pat. No. 9,360,927, issued Jun. 7, 2016, which was the National Stage of International Application No. PCT/US2011/050580, filed Sep. 6, 2011, the content of which is hereby incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
5257375 | Clark et al. | Oct 1993 | A |
6434590 | Blelloch et al. | Aug 2002 | B1 |
7376954 | Kissell | May 2008 | B2 |
7451146 | Boehm | Nov 2008 | B2 |
7461275 | Belmont et al. | Dec 2008 | B2 |
20040215987 | Farkas et al. | Oct 2004 | A1 |
20050081203 | Aguilar et al. | Apr 2005 | A1 |
20050132239 | Athas et al. | Jun 2005 | A1 |
20060075404 | Rosu et al. | Apr 2006 | A1 |
20060150184 | Hankins | Jul 2006 | A1 |
20060200692 | Kito et al. | Sep 2006 | A1 |
20070081504 | Shih et al. | Apr 2007 | A1 |
20070101174 | Tsukimori et al. | May 2007 | A1 |
20070113111 | Dahan et al. | May 2007 | A1 |
20070136617 | Kanno et al. | Jun 2007 | A1 |
20070245164 | Mitarai | Oct 2007 | A1 |
20070266264 | Lewites et al. | Nov 2007 | A1 |
20070283128 | Hoshaku | Dec 2007 | A1 |
20080126747 | Griffen et al. | May 2008 | A1 |
20080263324 | Sutardja et al. | Oct 2008 | A1 |
20080307240 | Dahan et al. | Dec 2008 | A1 |
20090089470 | Ven | Apr 2009 | A1 |
20090222654 | Hum et al. | Sep 2009 | A1 |
20090248934 | Ge | Oct 2009 | A1 |
20090319712 | Pudipeddi et al. | Dec 2009 | A1 |
20100005474 | Sprangle et al. | Jan 2010 | A1 |
20100030927 | Heard | Feb 2010 | A1 |
20100146311 | Jahagirdar et al. | Jun 2010 | A1 |
20100185886 | Mitarai | Jul 2010 | A1 |
20100333075 | Asai | Dec 2010 | A1 |
20110055434 | Pyers et al. | Apr 2011 | A1 |
20110087815 | Kruglick | Apr 2011 | A1 |
20110119672 | Ramaraju et al. | May 2011 | A1 |
20110138388 | Wells et al. | Jun 2011 | A1 |
20110213934 | Greenhalgh et al. | Sep 2011 | A1 |
20110213935 | Greenhalgh | Sep 2011 | A1 |
20110213947 | Mathieson et al. | Sep 2011 | A1 |
20110271079 | Rymarczyk et al. | Nov 2011 | A1 |
20110307730 | Marshall et al. | Dec 2011 | A1 |
Number | Date | Country |
---|---|---|
1860446 | Nov 2006 | CN |
1993670 | Jul 2007 | CN |
101539798 | Sep 2009 | CN |
101923491 | Dec 2010 | CN |
2157507 | Feb 2010 | EP |
H06-348513 | Dec 1994 | JP |
H08-249018 | Sep 1996 | JP |
2006244382 | Sep 2006 | JP |
2007148952 | Jun 2007 | JP |
2007188523 | Jul 2007 | JP |
2010113641 | May 2010 | JP |
2010538371 | Dec 2010 | JP |
2011-118871 | Jun 2011 | JP |
10-2001-0081010 | Aug 2001 | KR |
1020070116740 | Dec 2007 | KR |
1020070037427 | Mar 2014 | KR |
10201100801499 | Feb 2017 | KR |
200915061 | Apr 2009 | TW |
200941209 | Oct 2009 | TW |
01020434 | Mar 2001 | WO |
2006013857 | Feb 2006 | WO |
2006074027 | Jul 2006 | WO |
20061074027 | Aug 2006 | WO |
2008152790 | Dec 2008 | WO |
2009029643 | Mar 2009 | WO |
2011026084 | Mar 2011 | WO |
WO2010104759 | Mar 2011 | WO |
Entry |
---|
State Intellectual Property Office of the People's Republic of China, First Office Action dated Jul. 4, 2018 in Chinese Patent Application No. 201610536651.1. |
Korea Intellectual Property Office, Notice of Preliminary Rejection dated Aug. 8, 2018 in Korean Patent Application No. 10-2018-7018280. |
Japanese Patent Office, Office Action dated May 12, 2015, in Japanese Patent Application No. 2014-528345. |
Taiwan Patent Office, Taiwan Office Action dated Sep. 23, 2014, In Taiwan Application No. 101132336. (Translation Redacted). |
Japan Patent Office, Decision of Rejection dated Apr. 4, 2018 in Japanese Patent Application No. 2016-153399. |
Japan Patent Office, Decision of Rejection dated Apr. 4, 2018 in Japanese Patent Application No. 2016-153400. |
Japan Patent Office, Decision of Rejection dated Apr. 4, 2018 in Japanese Patent Application No. 2016-153401. |
Korea Intellectual Property Office, Notice of Allowance dated May 10, 2018 in Korean Patent Application No. 10-2016-7012946. |
Korea Intellectual Property Office, Notice of Allowance dated May 10, 2018 in Korean Patent Application No. 10-2016-7012948. |
State Intellectual Property of the People's Republic of China, First Office Action dated Jun. 1, 2018 in Chinese Patent Application No. 201610369305.9. |
State Intellectual Property of the People's Republic of China, First Office Action dated Jun. 1, 2018 in Chinese Patent Application No. 201610364515.9. |
Taiwan Intellectual Property Office, Office Action dated Oct. 17, 2017, in Taiwanese Patent Application No. 104137165. (Translation Redacted). |
Taiwan Intellectual Property Office, Office Action dated Oct. 17, 2017, in Taiwanese Patent Application No. 105114441. (Translation Redacted). |
Taiwan Intellectual Property Office, Office Action dated Oct. 17, 2017, in Taiwanese Patent Application No. 105118773. (Translation Redacted). |
Korea Intellectual Property Office, Notice of Preliminary Rejection dated Oct. 31, 2017 in Korean Patent Application No. 10-2016-7012948. |
Korea Intellectual Property Office, Notice of Preliminary Rejection dated Oct. 31, 2017 in Korean Patent Application No. 10-2016-7012946. |
Korea Intellectual Property Office, Notice of Final Rejection dated Jan. 31, 2018 in Korean Patent Application No. 10-2016-7018264. |
Taiwan Intellectual Property Office, Notice of Allowance dated Jan. 31, 2018 in Taiwan Patent Application No. 104137165. |
Taiwan Intellectual Property Office, Notice of Allowance dated Jan. 31, 2018 in Taiwan Patent Application No. 105114441. |
Taiwan Intellectual Property Office, Notice of Allowance dated Jan. 29, 2018 in Taiwan Patent Application No. 105118773. |
Korea Intellectual Property Office, Notice of Allowance dated Mar. 27, 2018 in Korean Patent Application No. 10-2016-7018264. |
Japan Patent Office, Decision of Refusal dated Mar. 28, 2018 in Japanese Patent Application No. 2016-153399. |
Japan Patent Office, Decision of Refusal dated Mar. 28, 2018 in Japanese Patent Application No. 2016-153400. |
Japan Patent Office, Decision of Refusal dated Mar. 28, 2018 in Japanese Patent Application No. 2016-153401. |
Korea Intellectual Property Office, Notice of Final Rejection dated Mar. 28, 2018 in Korean Patent Application No. 10-2016-7012946. |
Korea Intellectual Property Office, Notice of Final Rejection dated Mar. 28, 2018 in Korean Patent Application No. 10-2016-7012948. |
Japan Patent Ofice, Notification of Reasons of Refusal dated Jul. 25, 2017, in Japanese Patent Application No. 2016-153401. |
Japan Patent Office, Notification of Reasons of Refusal dated Jul. 25, 2017, in Japanese Patent Application No. 2016-153400. |
Japan Patent Office, Notification of Reasons of Refusal dated Jul. 25, 2017, in Japanese Patent Application No. 2016-153399. |
Korea Intellectual Property Office, Office Action dated Jun. 29, 2017 in Korean Patent Application No. 10-2016-7018264. |
State Intellectual Property Office of the People's Republic of China, Notice of Reexamination dated Jun. 5, 2017, In Chinese Patent Application 201180073263.X. |
United States Patent and Trademark Office, Final Office Action dated May 18, 2017 and Reply filed Aug. 16, 2017, in U.S. Appl. No. 15/134,770. |
United States Patent and Trademark Office, Final Office Action dated May 18, 2017 and Reply filed Aug. 16, 2017, in U.S. Appl. No. 15/192,134. |
Japan Intellectual Property Office, Non Final Rejection dated Mar. 7, 2017 in Japanese Patent Application No. 2014-528345. |
Korean Intellectual Property Office, Office Action dated Mar. 31, 2017 in Korean Patent Application No. 10-2016-7012946. |
Korean Intellectual Property Office, Office Action dated Mar. 31, 2017 in Korean Patent Application No. 10-2016-7012948. |
Korea Intellectual Property Office, Notice of Preliminary Rejection dated Nov. 30, 2016 in Korean Application No. 10- 2016-7018264. |
United States Patent and Trademark Office, Office Action dated Dec. 16, 2016 in U.S. Appl. No. 15/134,770. |
United States Patent and Trademark Office, Office Action dated Dec. 16, 2016 in U.S. Appl. No. 15/192,134. |
Great Britain Intellectual Property Office, Examination Report dated Jan. 12, 2017 in Great Britain Patent Application No. GB1402807.0. |
Great Britain Intellectual Property Office, Examination Report dated Jan. 19, 2017 in Great Britain Patent Application No. GB1609270.2. |
Great Britain Intellectual Property Office, Examination Report dated Jan. 19, 2017 in Great Britain Patent Application No. GB1609345.2. |
Great Britain Intellectual Property Office, Examination Report dated Sep. 22, 2016 in Great Britain Patent Application No. GB1402807.0. |
State Intellectual Property Office of the People's Republic of China, Decision of Rejection dated Oct. 8, 2016, in Chinese Patent Application No. 201180073263.X. |
Korea Intellectual Property Office, Notice of Preliminary Rejection dated Sep. 12, 2016, in Korean Patent Application No. 10-2016-7012946. |
Korea Intellectual Property Office, Notice of Preliminary Rejection dated Sep. 12, 2016, in Korean Patent Application No. 10-2016-7012948. |
State Intellectual Property Office, People's Republic of China, Second Office Action dated Jun. 2, 2016 in Chinese Patent Application No. 201180073263.X. |
Taiwan Intellectual Property Office, Office Action in Re-Examination dated Jun. 14, 2016 in Taiwan Patent Application No. 101132336. (Translation Redacted). |
Great Britain Intellectual Property Office, Examination Report dated Jun. 29, 2016 in Great Britain Patent Application No. GB1402807.0. |
Great Britain Intellectual Property Office, Examination Report dated Jul. 20, 2016 in Great Britain Patent Application No. GB1609345.2. |
Great Britain Intellectual Property Office, Examination Report dated Jul. 20, 2016 in Great Britain Patent Application No. GB1609270.2. |
Greenhalgh, “Big.LITTLE Processing with ARM Cortex tm—A15 and Cortex-A7; Improving Energy Efficiency in High-Performance Mobile Platforms”, Sep. 2011, 8 pages. |
Wang, et al., “Helper Threads via Virtual Multithreading on an Experimental Itanium 2 Processor-based Platform,” Oct. 9-13, 2004, pp. 144-155. |
Takao Moriyama, et al., “A Multiprocessor Resource Management Scheme Which Considers Program Grain Size,” IPSJ Research Report, Jul. 18, 1990, vol. 90, N. 60, pp. 103-108,. |
Dai Honda, et al., “An Efficient Caching Technique Using Speculative Threads on Hyper-Threading Technology,” IPSJ Research Report, Jul. 31, 2004, vol. 2004, No. 80, pp. 43-48. |
Deborah T. Marr, et al., “Hyper-Threading Technology Architecture and Microarchitecture,” Intel Technology Journal Q1, Feb. 14, 2002, vol. 6, Issue 2, pp. 4-15. |
P. Agnihotri, et al., The Penn State Computing Condominium Scheduling System, Conference on Nov. 7-13, 1998, pp. 1-30. |
S. Goel, et al., “Distributed Scheduler for High Performance Data-Centric Systems,” IEEE Tencon 2003, pp. 1-6. |
Chang-Qin Huang, et al., “Intelligent Agent-Based Scheduling Mechanism for Grid Service,” Aug. 26-29, 2004, pp. 1-6. |
Rakesh Kumar, et al., “Single-ISA Heterogeneous Multi-Core Architectures: The Potential for Processor Power Reduction,” Dec. 2003, pp. 1-12. |
Daniel Shelepov, et al., “HASS: A Scheduler for Heterogeneous Multicore Systems,” 2009, pp. 1-10. |
Tong Li, et al., “Operating System Support for Overlapping-ISA Heterogeneous Multi-core Architectures,” DATE?, pp. 1-12. |
Philip M. Wells, et al., “Dynamic Heterogeneity and the Need for Mullicore Virtualization,” 2007, pp. 1-10. |
International Searching Authority, “Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority,” dated May 1, 2012, in International application No. PCT/US2011/050580. |
U.S. Appl. No. 13/995,994, filed Jun. 20, 2013, entitled, “Providing an Asymmetrical Multicore Processor System Transparently to an Operating System,” by Boris Ginzberg. |
Korean Intellectual Property Office, Last Preliminary Rejection dated Feb. 27, 2019 in Korean Patent Application No. 10-2018-7018280. |
China National Intellectual Property Administration, Second Office Action dated Mar. 11, 2019 in Chinese Patent Application No. 201610536651.1. |
China National Intellectual Property Administration, Second Office Action dated Jan. 31, 2019 in Chinese Patent Application No. 201610364515.9. |
China National Intellectual Property Administration, Second Office Action dated Jan. 31, 2019 in Chinese Patent Application No. 201610369305.9. |
Intellectual Property Office of India, Examination Report in Indian Patent Application No. 367/CHENP/2014, dated Apr. 30, 2019, 6 pages. |
Korean Patent Office, Notice of Allowance dated Nov. 20, 2019 in Korean patent application No. 10-2019-7012473, 3 pages. |
Korean Patent Office, Notice of Allowance dated Nov. 20, 2019 in Korean patent application No. 10-2018-7018280, 3 pages. |
Chinese Patent Office, Office Action dated Jan. 21, 2020 in Chinese application No. 201610369305.9, 18 pages total. |
Indian Patent Office, Office Action dated Feb. 5, 2020 in Indian application No. 201648018953, 7 pages total. |
Indian Patent Office, Office Action dated Feb. 5, 2020 in Indian application No. 201648018952, 7 pages total. |
Indian Patent Office, Office Action dated Feb. 5, 2020 in Indian application No. 201648022652, 7 pages total. |
Number | Date | Country | |
---|---|---|---|
20180329478 A1 | Nov 2018 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 15134756 | Apr 2016 | US |
Child | 16043738 | US | |
Parent | 13992361 | US | |
Child | 15134756 | US |