US20230244530A1 - Flexible optimized data handling in systems with multiple memories - Google Patents

Flexible optimized data handling in systems with multiple memories Download PDF

Info

Publication number
US20230244530A1
US20230244530A1 US18/296,012 US202318296012A US2023244530A1 US 20230244530 A1 US20230244530 A1 US 20230244530A1 US 202318296012 A US202318296012 A US 202318296012A US 2023244530 A1 US2023244530 A1 US 2023244530A1
Authority
US
United States
Prior art keywords
data
computer
application
data handling
implemented method
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.)
Pending
Application number
US18/296,012
Inventor
Tong Chen
John Kevin O'Brien
Daniel A. Prener
Zehra N. Sura
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US18/296,012 priority Critical patent/US20230244530A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: O'BRIEN, JOHN KEVIN, CHEN, TONG, PRENER, DANIEL A., SURA, ZEHRA N.
Publication of US20230244530A1 publication Critical patent/US20230244530A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
    • YGENERAL 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
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE 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/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the present invention generally relates to data management and, more particularly, to the optimization of memory location and memory access channels.
  • Modern computing systems may have multiple different memories and storage locations available. This is possible on many scales, including for example multiple memories within a single device, multiple distributed computing systems that each have local memories, cloud computing systems, etc.
  • decisions as to where to store particular data and how to communicate said data to the appropriate location are determined either automatically or by hand.
  • low-level programming technologies such as message passing interface (MPI) have the programmer manually determine memory storage locations and communication methods.
  • MPI message passing interface
  • a method for optimizing an application for a computing system having multiple distinct memory locations that are interconnected by one or more communication channels includes determining one or more data handling properties for a data region in an application.
  • One or more data handling policies for the data region are determined based on the one or more data handling properties.
  • Data setup costs are determined for a scope in the application that uses the data region in different memory locations based on the one or more data handling properties.
  • the application is optimized in accordance with the one or more data handling policies and the data setup costs for the different memory locations.
  • a method for optimizing an application for a computing system having multiple distinct memory locations that are interconnected by one or more communication channels includes determining one or more data handling properties for a data region in an application.
  • One or more data handling policies are determined for the data region based on the one or more data handling properties.
  • Data setup costs are determined for a scope in the application that uses the data region in different memory locations based on the one or more data handling properties.
  • the application is optimized in accordance with the one or more data handling policies and the data setup costs for the different memory locations. Optimizing includes selecting one or more memory locations in which to store the data region and selecting one or more communication channels by which the data region is transferred between memory locations.
  • a system for optimizing an application for computing a system having multiple distinct memory locations that are interconnected by one or more communication channels includes a compiler module that has a processor configured to determine one or more data handling properties for a data region in an application, to determine one or more data handling policies for the data region based on the one or more data handling properties, to determine data setup costs for a scope in the application that uses the data region in different memory locations based on the one or more data handling properties, and to optimizing the application in accordance with the one or more data handling policies and the data setup costs for the different memory locations.
  • FIG. 1 is a block diagram of a computing system having multiple memories in accordance with the present principles
  • FIG. 2 is a block/flow diagram of a method for selecting data handling policies based on data properties in accordance with the present principles
  • FIG. 3 is a block/flow diagram of a method for optimizing application code based on data properties and data handling policies in accordance with the present principles
  • FIG. 4 is a block diagram of an optimization system in accordance with the present principles
  • FIG. 5 is a block diagram of a processing system in accordance with the present principles.
  • FIG. 6 is a diagram of a cloud computing environment according to the present principles.
  • FIG. 7 is a diagram of abstraction model layers according to the present principles.
  • Embodiments of the present invention automate control of data movement using hints from the programmer that are centered on program data. These hints specify properties about the data that substantially aid in subsequent automated optimization and lead to specific policies for data handling.
  • the computing system 100 includes multiple system nodes 102 , each with respective processing resources 104 and memory resources 106 .
  • processing resources 104 may include one or more hardware processors and that the memory resources 106 may include one or more banks of storage of any suitable type, as discussed in greater detail below.
  • the system nodes 102 communicate with one another over one of several communications channels 108 .
  • the communications channels 108 may be any appropriate form of data communication system including, e.g., an in-system bus, a wired connection, a wireless connection, a connection through the internet, etc.
  • Each system node 102 includes one or more memory controllers 110 that receive requests for data, retrieve the requested data from memory resources 106 , and communicate the requested data to the requesting node via one or more communications channels 108 .
  • the memory controllers 110 also handle replication of data to other nodes 102 to, e.g., increase system performance by creating local copies at nodes 102 that will need them.
  • the communication channels 108 include both hardware and software aspects.
  • Hardware mechanisms refer to the physically available communication paths which may be directly exposed using, for example, an application programming interface (API) call by the software.
  • API application programming interface
  • Two memories may have multiple physical connections between them in the form of direct physical interconnects, but there may also be indirect physical connections through, e.g., the data flow from a first memory resource 106 , through processing resource 104 , to a second memory resource.
  • Software communication mechanisms may be built on top of the hardware mechanisms and may provide additional services or enforce some policy. The hardware mechanisms and the software mechanisms together make up the communication channels 108 .
  • How the memory controllers 110 determine where data is stored and how to communicate data to requesting nodes is determined by a software program running on the processing resources 102 .
  • Each software program will have different needs for data management and therefore will have different optimal data handling policies that correspond to the specific types of data that are being used.
  • the software program is optimized at compile-time and at runtime in accordance with known properties of the data at issue.
  • Data handling policies are determined at compile-time, but the code may further be compiled with runtime calls that help facilitate the implementation of the policies.
  • Runtime calls may include application programing interface (API) calls for the software communication mechanisms or they may be calls to query the state of runtime system resources or program data to facilitate the choosing of an execution path.
  • API application programing interface
  • the data properties may be set explicitly by the programmer or they may be discovered automatically.
  • Data properties that may be used include the size of a data region for data in a given scope, read/write/read-write access status, coverage information, access frequency information, and data layout information.
  • coverage information refers to how many elements of a data region are accessed (e.g., few, all, most, or some fixed or variable percentage of the data region size)
  • access frequency information refers to how often the data region is accessed (e.g., once, rarely, at regular intervals, in bursts, etc.)
  • data layout information refers to whether accesses are, e.g., streaming, random, or strided.
  • the system 100 is implemented as a cloud computing system, with many different nodes 102 that may be geographically quite far from one another.
  • the cost of transferring data from one node 102 to another across communication channels 108 may be quite high relative to the cost of performing the associated computations on that data.
  • the utility of optimizing data storage and communication channels is clear.
  • Block 202 modifies the source code of an application that is intended to run on the system 100 to specify data properties for data regions. It is specifically contemplated that block 202 may be performed manually by the programmer and includes the entry of explicit instructions that specify, for example, one of the properties described above. Block 204 then automatically detects properties for the data regions of the application using, for example, static analysis and dynamic profiling, to fill in as many gaps in the property definitions as possible. For any data regions that have properties that remain unassigned, block 206 sets default values.
  • Block 208 analyzes the properties for each data region across all scopes of the application.
  • the term “scope” refers to a section of the application code, which may be demarcated based on syntactic structures in the code or based on the sequence of instructions to be executed. The analysis will depend on the specific configuration of the system 100 and the needs of the application, but some examples are set forth below.
  • block 208 attempts to optimize one or more system metrics (for example, the speed of the application, power/energy efficiency, or bandwidth utilization) by determining where to store data regions and what communications channels (both hardware and software mechanisms) to use to transfer those data regions. This analysis may consider both hardware and software limitations in view of the application's needs.
  • block 210 selects data handling properties, including setting initial data placement, for each data region.
  • policies may apply to a given data region in a given scope in the software program.
  • the policies may be simple (e.g., a selection between two different communication channels) or may be more complex (e.g., select X if the data is located at A, or select Y otherwise).
  • a first exemplary policy is a choice between different coherence/consistency options.
  • a system configuration may include three distinct memory locations, A, B, and C, with coherence supported efficiently in hardware across A and B, but not in C.
  • Coherence for C is handled in software with a high overhead.
  • the application code for an exemplary piece of software relies on system-level coherence and has three scopes, X, Y, and Z, that may be executed in parallel, all of which access the same data region. This data region is copied into the local memories A, B, and C before computation.
  • mapping X to C would necessitate software coherence handling at high cost.
  • selection of a policy would consider these properties to calculate costs and pick computing locations to prevent X from being mapped to C. This policy thereby selects between a communication channel 108 that supports coherence and one that does not.
  • a second exemplary policy is a choice between different software-enabled communication mechanisms (e.g., a selection of software communication channels 108 ).
  • An exemplary system may have a host processor and memory as well as a separate accelerator processor and memory, where the interconnect between the two memories is bandwidth constrained, taking a fixed time to transfer a small amount of data but a longer amount of time to transfer amounts larger than some threshold.
  • Two exemplary software libraries implement data transfers—one that eagerly pushes data (bulk transfers) and another that lazily pulls data (multiple fine-grained transfers).
  • the software makes accesses to random elements of a large data region. If there are few elements accessed, then the time latency of multiple small transfers may be less than the time needed to transfer the entire data region.
  • selection of a policy would consider the access frequency properties to weigh the costs and the benefits of the different policies.
  • the eager and lazy versions of the software library represent different software mechanisms that characterize distinct communication channels 108 .
  • a third exemplary policy is a choice between different hardware-enabled mechanisms (e.g., a selection of hardware mechanisms).
  • the exemplary system has a host processor and memory and an accelerator processor and memory, where the hardware interconnect allows the accelerator to directly access both host memory and accelerator memory (in other words, the accelerator supports load/store instructions using addresses that map to the host memory as well as addresses that map to the accelerator memory).
  • the accelerator supports load/store instructions using addresses that map to the host memory as well as addresses that map to the accelerator memory.
  • data that is rarely accessed on the accelerator need not be copied over to its local memory, whereas data that is frequently accessed should still be copied over to improve performance.
  • Selection of a policy would therefore consider properties defining how frequently the data is to be accessed. In this example, directly accessing the host memory and copying the data to local memory represent different communication channels 108 .
  • a fourth exemplary policy is to push data to a next location if data is written exactly once in a scope.
  • An exemplary system may include a host processor and memory as well as a separate accelerator processor and memory, where the interconnect between the two memories has a high transfer latency.
  • the eager and lazy versions of the software library represent different software mechanisms that characterize distinct communication channels 108 .
  • a fifth exemplary policy guides placement of data and computations to avoid remote accesses over communications channels 108 .
  • the data properties determined per data region can be used to automatically apply data affinity optimizations (e.g., placing data close to the compute location where it will be accessed).
  • An exemplary application may have a large data region that is accessed in a parallel code section. If the data will be accessed in a regular pattern (e.g., streaming or strided data), the data region can be partitioned and placed in multiple memories. Then the compute locations for the parallel code sections can be selected such that they are physically close to the memory that holds the data region partition corresponding to the data accessed by the code. This can help reduce or eliminate data transfers across the communication channels 108 .
  • Block 302 selects a new scope from among the different scopes in the application.
  • Block 304 gathers properties for each data region accessed in the scope.
  • Block 304 may re-use the same data properties determined by the process of FIG. 2 .
  • Block 306 then performs compiler analysis, augmented by this information.
  • Compiler analysis may include, for example, analyses such as control and data flow analysis, alias analysis, and dependence analysis, that help determine the set of data elements accessed in the code and the access patterns.
  • Block 308 calculates data setup costs for each of the different computing locations available at the system 100 . For each location, information about the set of data elements accessed in the code, the access patterns, and the data handling policies is used to determine the number, size, and direction of data transfers that will be needed if the scope is executed at that computing location. Then, the cost of all of the data transfers can be estimated for the communication channel(s) 108 selected by the data handling policies.
  • An applicable cost metric can include any subset of the system parameters being optimized for including, e.g., execution time, power/energy efficiency, and/or bandwidth usage.
  • Block 310 selects a computing location for the scope based on the calculated costs.
  • the computing location is selected according to one or more needs in the application. For example, some computing locations may lack features that the application needs, or may have a higher cost associated with those features, such that a different computing location may be selected. In another example, the cost may characterize the power consumption of processing, with processing in some locations incurring a higher power cost.
  • Block 312 then applies the data handling policies to the scope at the relevant computing location(s). For each data region in the scope, the communication channel 108 is selected based on the data handling policy for the data region and the communication channels 108 available for that location. The selected communication channel 108 is used for all data transfers in the scope that correspond to elements of that data region.
  • Block 314 determines whether there are any additional scopes in the application that have not been handled yet. If so, processing returns to block 302 where a new scope is selected. If not, block 316 generates optimized code using the selected computing location(s) and the data handling policies. This optimized code takes into account the needs of the application across scopes and in a manner that is closely based on the properties of the data regions involved, without necessitating explicit placement by the programmer. As a result, when the code is executed in block 318 , the application runs with better performance.
  • optimization criteria that are used to determine the best memory locations for data regions will depend on the specific application and system parameters being used. Optimization criteria (i.e., goals to be achieved by the optimization process) may include, for example, improvements in data transfer time, amount/frequency of data being transferred, overhead of data copying, or cost of maintaining coherence/consistency or meeting power/bandwidth constraints in the system.
  • the present invention may be a system, a method, and/or a computer program product.
  • the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
  • the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
  • the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
  • a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or Flash memory erasable programmable read-only memory
  • SRAM static random access memory
  • CD-ROM compact disc read-only memory
  • DVD digital versatile disk
  • memory stick a floppy disk
  • a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
  • a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
  • the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
  • a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the blocks may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • any of the following “/”, “and/or”, and “at least one of”, for example, in the cases of “A/B”, “A and/or B” and “at least one of A and B”, is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of both options (A and B).
  • such phrasing is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of the third listed option (C) only, or the selection of the first and the second listed options (A and B) only, or the selection of the first and third listed options (A and C) only, or the selection of the second and third listed options (B and C) only, or the selection of all three options (A and B and C).
  • This may be extended, as readily apparent by one of ordinary skill in this and related arts, for as many items listed.
  • the system 400 includes a hardware processor 402 and memory 404 .
  • the system 400 may further include one or more functional modules.
  • the functional modules may be implemented as software that is stored in the memory 404 and executed by the hardware processor 402 .
  • the functional modules may be implemented as one or more discrete hardware components in the form of, e.g., application specific integrated chips or field programmable gate arrays.
  • a developer environment 406 runs on the system 400 and allows a programmer to make changes to source code 408 , which is stored in the memory 404 .
  • the developer environment 406 provides the ability to manually specify properties 410 for data regions across various scopes of the source code 408 .
  • a compiler module 414 uses the data properties and system description 412 to select data handling policies to apply to the source code and selects computing locations for each data region. The compiler module 414 then outputs a compiled application for execution on a system 100 having multiple computing and memory locations.
  • the processing system 500 includes at least one processor (CPU) 504 operatively coupled to other components via a system bus 502 .
  • a cache 506 operatively coupled to the system bus 502 .
  • ROM Read Only Memory
  • RAM Random Access Memory
  • I/O input/output
  • sound adapter 530 operatively coupled to the system bus 502 .
  • network adapter 540 operatively coupled to the system bus 502 .
  • user interface adapter 550 operatively coupled to the system bus 502 .
  • display adapter 560 are operatively coupled to the system bus 502 .
  • a first storage device 522 and a second storage device 524 are operatively coupled to system bus 502 by the I/O adapter 520 .
  • the storage devices 522 and 524 can be any of a disk storage device (e.g., a magnetic or optical disk storage device), a solid state magnetic device, and so forth.
  • the storage devices 522 and 524 can be the same type of storage device or different types of storage devices.
  • a speaker 532 is operatively coupled to system bus 502 by the sound adapter 530 .
  • a transceiver 542 is operatively coupled to system bus 502 by network adapter 540 .
  • a display device 562 is operatively coupled to system bus 502 by display adapter 560 .
  • a first user input device 552 , a second user input device 554 , and a third user input device 556 are operatively coupled to system bus 502 by user interface adapter 550 .
  • the user input devices 552 , 554 , and 556 can be any of a keyboard, a mouse, a keypad, an image capture device, a motion sensing device, a microphone, a device incorporating the functionality of at least two of the preceding devices, and so forth. Of course, other types of input devices can also be used, while maintaining the spirit of the present principles.
  • the user input devices 552 , 554 , and 556 can be the same type of user input device or different types of user input devices.
  • the user input devices 552 , 554 , and 556 are used to input and output information to and from system 500 .
  • processing system 500 may also include other elements (not shown), as readily contemplated by one of skill in the art, as well as omit certain elements.
  • various other input devices and/or output devices can be included in processing system 500 , depending upon the particular implementation of the same, as readily understood by one of ordinary skill in the art.
  • various types of wireless and/or wired input and/or output devices can be used.
  • additional processors, controllers, memories, and so forth, in various configurations can also be utilized as readily appreciated by one of ordinary skill in the art.
  • cloud computing environment 50 comprises one or more cloud computing nodes 10 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 54 A, desktop computer 54 B, laptop computer 54 C, and/or automobile computer system 54 N may communicate.
  • Nodes 10 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof.
  • This allows cloud computing environment 50 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device.
  • computing devices 54 A-N shown in FIG. 6 are intended to be illustrative only and that computing nodes 10 and cloud computing environment 50 can communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser).
  • FIG. 7 a set of functional abstraction layers provided by cloud computing environment 50 ( FIG. 6 ) is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 6 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided:
  • Hardware and software layer 60 includes hardware and software components.
  • hardware components include: mainframes 61 ; RISC (Reduced Instruction Set Computer) architecture based servers 62 ; servers 63 ; blade servers 64 ; storage devices 65 ; and networks and networking components 66 .
  • software components include network application server software 67 and database software 68 .
  • Virtualization layer 70 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers 71 ; virtual storage 72 ; virtual networks 73 , including virtual private networks; virtual applications and operating systems 74 ; and virtual clients 75 .
  • management layer 80 may provide the functions described below.
  • Resource provisioning 81 provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment.
  • Metering and Pricing 82 provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses.
  • Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources.
  • User portal 83 provides access to the cloud computing environment for consumers and system administrators.
  • Service level management 84 provides cloud computing resource allocation and management such that required service levels are met.
  • Service Level Agreement (SLA) planning and fulfillment 85 provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
  • SLA Service Level Agreement
  • Workloads layer 90 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation 91 ; software development and lifecycle management 92 ; virtual classroom education delivery 93 ; data analytics processing 94 ; transaction processing 95 ; and source code optimization 96 .

Abstract

Methods and systems for optimizing an application for a computing system having multiple distinct memory locations that are interconnected by one or more communication channels include determining one or more data handling properties for a data region in an application. One or more data handling policies for the data region are determined based on the one or more data handling properties. Data setup costs are determined for a scope in the application that uses the data region in different memory locations based on the one or more data handling properties. The application is optimized in accordance with the one or more data handling policies and the data setup costs for the different memory locations.

Description

  • This invention was made with Government support under Contract No. B604142 awarded by Department of Energy. The Government has certain rights in this invention.
  • BACKGROUND Technical Field
  • The present invention generally relates to data management and, more particularly, to the optimization of memory location and memory access channels.
  • Description of the Related Art
  • Modern computing systems may have multiple different memories and storage locations available. This is possible on many scales, including for example multiple memories within a single device, multiple distributed computing systems that each have local memories, cloud computing systems, etc. When executing software that has access to multiple memories, decisions as to where to store particular data and how to communicate said data to the appropriate location are determined either automatically or by hand.
  • In one conventional approach, low-level programming technologies such as message passing interface (MPI) have the programmer manually determine memory storage locations and communication methods. However, this process is error-prone and difficult to optimize as systems become complex.
  • Automatic systems are also available, where little programmer input is needed. However, such systems provide generic solutions that may be poorly tuned to the specific application and may have unnecessarily high overheads. Semi-automatic systems control data movement through high-level programmer directives, but this only exploits information on what data regions are read or written at specific points in the application and does not work well for data regions that have fine-grained, irregular accesses. In the worst case, the semi-automatic systems devolve to the low-level approach when using recursive, pointer-based data structures.
  • SUMMARY
  • A method for optimizing an application for a computing system having multiple distinct memory locations that are interconnected by one or more communication channels includes determining one or more data handling properties for a data region in an application. One or more data handling policies for the data region are determined based on the one or more data handling properties. Data setup costs are determined for a scope in the application that uses the data region in different memory locations based on the one or more data handling properties. The application is optimized in accordance with the one or more data handling policies and the data setup costs for the different memory locations.
  • A method for optimizing an application for a computing system having multiple distinct memory locations that are interconnected by one or more communication channels includes determining one or more data handling properties for a data region in an application. One or more data handling policies are determined for the data region based on the one or more data handling properties. Data setup costs are determined for a scope in the application that uses the data region in different memory locations based on the one or more data handling properties. The application is optimized in accordance with the one or more data handling policies and the data setup costs for the different memory locations. Optimizing includes selecting one or more memory locations in which to store the data region and selecting one or more communication channels by which the data region is transferred between memory locations.
  • A system for optimizing an application for computing a system having multiple distinct memory locations that are interconnected by one or more communication channels includes a compiler module that has a processor configured to determine one or more data handling properties for a data region in an application, to determine one or more data handling policies for the data region based on the one or more data handling properties, to determine data setup costs for a scope in the application that uses the data region in different memory locations based on the one or more data handling properties, and to optimizing the application in accordance with the one or more data handling policies and the data setup costs for the different memory locations.
  • These and other features and advantages will become apparent from the following detailed description of illustrative embodiments thereof, which is to be read in connection with the accompanying drawings.
  • BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWINGS
  • The disclosure will provide details in the following description of preferred embodiments with reference to the following figures wherein:
  • FIG. 1 is a block diagram of a computing system having multiple memories in accordance with the present principles;
  • FIG. 2 is a block/flow diagram of a method for selecting data handling policies based on data properties in accordance with the present principles;
  • FIG. 3 is a block/flow diagram of a method for optimizing application code based on data properties and data handling policies in accordance with the present principles;
  • FIG. 4 is a block diagram of an optimization system in accordance with the present principles;
  • FIG. 5 is a block diagram of a processing system in accordance with the present principles;
  • FIG. 6 is a diagram of a cloud computing environment according to the present principles; and
  • FIG. 7 is a diagram of abstraction model layers according to the present principles.
  • DETAILED DESCRIPTION
  • Embodiments of the present invention automate control of data movement using hints from the programmer that are centered on program data. These hints specify properties about the data that substantially aid in subsequent automated optimization and lead to specific policies for data handling.
  • It is to be understood in advance that, although this disclosure includes a detailed description on cloud computing, implementation of the teachings recited herein are not limited to a cloud computing environment. Rather, embodiments of the present invention are capable of being implemented in conjunction with any other type of computing environment now known or later developed.
  • Referring now to FIG. 1 , a generalized computing system 100 is shown with multiple memories. The computing system 100 includes multiple system nodes 102, each with respective processing resources 104 and memory resources 106. It should be understood that the processing resources 104 may include one or more hardware processors and that the memory resources 106 may include one or more banks of storage of any suitable type, as discussed in greater detail below.
  • The system nodes 102 communicate with one another over one of several communications channels 108. The communications channels 108 may be any appropriate form of data communication system including, e.g., an in-system bus, a wired connection, a wireless connection, a connection through the internet, etc. Each system node 102 includes one or more memory controllers 110 that receive requests for data, retrieve the requested data from memory resources 106, and communicate the requested data to the requesting node via one or more communications channels 108. The memory controllers 110 also handle replication of data to other nodes 102 to, e.g., increase system performance by creating local copies at nodes 102 that will need them.
  • It should be noted that the communication channels 108 include both hardware and software aspects. Hardware mechanisms refer to the physically available communication paths which may be directly exposed using, for example, an application programming interface (API) call by the software. Two memories may have multiple physical connections between them in the form of direct physical interconnects, but there may also be indirect physical connections through, e.g., the data flow from a first memory resource 106, through processing resource 104, to a second memory resource. Software communication mechanisms may be built on top of the hardware mechanisms and may provide additional services or enforce some policy. The hardware mechanisms and the software mechanisms together make up the communication channels 108.
  • How the memory controllers 110 determine where data is stored and how to communicate data to requesting nodes is determined by a software program running on the processing resources 102. Each software program will have different needs for data management and therefore will have different optimal data handling policies that correspond to the specific types of data that are being used.
  • To accommodate these different possibilities, the software program is optimized at compile-time and at runtime in accordance with known properties of the data at issue. Data handling policies are determined at compile-time, but the code may further be compiled with runtime calls that help facilitate the implementation of the policies. Runtime calls may include application programing interface (API) calls for the software communication mechanisms or they may be calls to query the state of runtime system resources or program data to facilitate the choosing of an execution path.
  • The data properties may be set explicitly by the programmer or they may be discovered automatically. Data properties that may be used include the size of a data region for data in a given scope, read/write/read-write access status, coverage information, access frequency information, and data layout information. In particular, coverage information refers to how many elements of a data region are accessed (e.g., few, all, most, or some fixed or variable percentage of the data region size), access frequency information refers to how often the data region is accessed (e.g., once, rarely, at regular intervals, in bursts, etc.), and data layout information refers to whether accesses are, e.g., streaming, random, or strided. Other criteria that may be considered during optimization are the time it takes to transfer data, the amount and frequency of data to be transferred, the overhead of copying data, the cost of maintaining coherence and consistency, power and bandwidth constraints for the system 100, and computation-to-communication ratio and overlap.
  • In one specific embodiment, the system 100 is implemented as a cloud computing system, with many different nodes 102 that may be geographically quite far from one another. In such systems, the cost of transferring data from one node 102 to another across communication channels 108 may be quite high relative to the cost of performing the associated computations on that data. In such a case, the utility of optimizing data storage and communication channels is clear.
  • Referring now to FIG. 2 , a method of selecting policies based on data properties is shown. Block 202 modifies the source code of an application that is intended to run on the system 100 to specify data properties for data regions. It is specifically contemplated that block 202 may be performed manually by the programmer and includes the entry of explicit instructions that specify, for example, one of the properties described above. Block 204 then automatically detects properties for the data regions of the application using, for example, static analysis and dynamic profiling, to fill in as many gaps in the property definitions as possible. For any data regions that have properties that remain unassigned, block 206 sets default values.
  • Block 208 analyzes the properties for each data region across all scopes of the application. As used herein, the term “scope” refers to a section of the application code, which may be demarcated based on syntactic structures in the code or based on the sequence of instructions to be executed. The analysis will depend on the specific configuration of the system 100 and the needs of the application, but some examples are set forth below. In general, block 208 attempts to optimize one or more system metrics (for example, the speed of the application, power/energy efficiency, or bandwidth utilization) by determining where to store data regions and what communications channels (both hardware and software mechanisms) to use to transfer those data regions. This analysis may consider both hardware and software limitations in view of the application's needs. Based on the analysis, block 210 selects data handling properties, including setting initial data placement, for each data region.
  • Any of several different data handling policies may apply to a given data region in a given scope in the software program. In general, the policies may be simple (e.g., a selection between two different communication channels) or may be more complex (e.g., select X if the data is located at A, or select Y otherwise).
  • A first exemplary policy is a choice between different coherence/consistency options. By way of example, a system configuration may include three distinct memory locations, A, B, and C, with coherence supported efficiently in hardware across A and B, but not in C. Coherence for C is handled in software with a high overhead. The application code for an exemplary piece of software relies on system-level coherence and has three scopes, X, Y, and Z, that may be executed in parallel, all of which access the same data region. This data region is copied into the local memories A, B, and C before computation. Then, if X, Y, and Z all write to all elements of the data region, then (X,Y,Z) may be mapped to execute on (A,B,C) in any order, with no software coherence enabled on C. However, if X may not write to all of the elements of the data region, then mapping X to C would necessitate software coherence handling at high cost. In this example, selection of a policy would consider these properties to calculate costs and pick computing locations to prevent X from being mapped to C. This policy thereby selects between a communication channel 108 that supports coherence and one that does not.
  • A second exemplary policy is a choice between different software-enabled communication mechanisms (e.g., a selection of software communication channels 108). An exemplary system may have a host processor and memory as well as a separate accelerator processor and memory, where the interconnect between the two memories is bandwidth constrained, taking a fixed time to transfer a small amount of data but a longer amount of time to transfer amounts larger than some threshold. Two exemplary software libraries implement data transfers—one that eagerly pushes data (bulk transfers) and another that lazily pulls data (multiple fine-grained transfers). In one exemplary application, the software makes accesses to random elements of a large data region. If there are few elements accessed, then the time latency of multiple small transfers may be less than the time needed to transfer the entire data region. In this example, selection of a policy would consider the access frequency properties to weigh the costs and the benefits of the different policies. The eager and lazy versions of the software library represent different software mechanisms that characterize distinct communication channels 108.
  • A third exemplary policy is a choice between different hardware-enabled mechanisms (e.g., a selection of hardware mechanisms). As above, the exemplary system has a host processor and memory and an accelerator processor and memory, where the hardware interconnect allows the accelerator to directly access both host memory and accelerator memory (in other words, the accelerator supports load/store instructions using addresses that map to the host memory as well as addresses that map to the accelerator memory). In this case, data that is rarely accessed on the accelerator need not be copied over to its local memory, whereas data that is frequently accessed should still be copied over to improve performance. Selection of a policy would therefore consider properties defining how frequently the data is to be accessed. In this example, directly accessing the host memory and copying the data to local memory represent different communication channels 108.
  • A fourth exemplary policy is to push data to a next location if data is written exactly once in a scope. An exemplary system may include a host processor and memory as well as a separate accelerator processor and memory, where the interconnect between the two memories has a high transfer latency. There may in addition be two exemplary software libraries available to this exemplary system that may be used to implement data transfers—a first library eagerly pushes data to other locations after a write access by copying the data and a second library lazily pulls data from the location where the data was last updated on a read access. If the software writes exactly once to elements in a data region on the host and then reads multiple times on the accelerator, then it is more efficient to use the eager push library for transferring elements of the data region across the interconnect, because the relatively high write cost will be outweighed by read savings. The eager and lazy versions of the software library represent different software mechanisms that characterize distinct communication channels 108.
  • A fifth exemplary policy guides placement of data and computations to avoid remote accesses over communications channels 108. The data properties determined per data region can be used to automatically apply data affinity optimizations (e.g., placing data close to the compute location where it will be accessed). An exemplary application may have a large data region that is accessed in a parallel code section. If the data will be accessed in a regular pattern (e.g., streaming or strided data), the data region can be partitioned and placed in multiple memories. Then the compute locations for the parallel code sections can be selected such that they are physically close to the memory that holds the data region partition corresponding to the data accessed by the code. This can help reduce or eliminate data transfers across the communication channels 108.
  • Referring now to FIG. 3 , a method of optimizing an application's code is shown. Block 302 selects a new scope from among the different scopes in the application. Block 304 gathers properties for each data region accessed in the scope. Block 304 may re-use the same data properties determined by the process of FIG. 2 . Block 306 then performs compiler analysis, augmented by this information. Compiler analysis may include, for example, analyses such as control and data flow analysis, alias analysis, and dependence analysis, that help determine the set of data elements accessed in the code and the access patterns.
  • Block 308 calculates data setup costs for each of the different computing locations available at the system 100. For each location, information about the set of data elements accessed in the code, the access patterns, and the data handling policies is used to determine the number, size, and direction of data transfers that will be needed if the scope is executed at that computing location. Then, the cost of all of the data transfers can be estimated for the communication channel(s) 108 selected by the data handling policies. An applicable cost metric can include any subset of the system parameters being optimized for including, e.g., execution time, power/energy efficiency, and/or bandwidth usage.
  • Block 310 selects a computing location for the scope based on the calculated costs. The computing location is selected according to one or more needs in the application. For example, some computing locations may lack features that the application needs, or may have a higher cost associated with those features, such that a different computing location may be selected. In another example, the cost may characterize the power consumption of processing, with processing in some locations incurring a higher power cost. Block 312 then applies the data handling policies to the scope at the relevant computing location(s). For each data region in the scope, the communication channel 108 is selected based on the data handling policy for the data region and the communication channels 108 available for that location. The selected communication channel 108 is used for all data transfers in the scope that correspond to elements of that data region.
  • Block 314 determines whether there are any additional scopes in the application that have not been handled yet. If so, processing returns to block 302 where a new scope is selected. If not, block 316 generates optimized code using the selected computing location(s) and the data handling policies. This optimized code takes into account the needs of the application across scopes and in a manner that is closely based on the properties of the data regions involved, without necessitating explicit placement by the programmer. As a result, when the code is executed in block 318, the application runs with better performance.
  • The optimization criteria that are used to determine the best memory locations for data regions will depend on the specific application and system parameters being used. Optimization criteria (i.e., goals to be achieved by the optimization process) may include, for example, improvements in data transfer time, amount/frequency of data being transferred, overhead of data copying, or cost of maintaining coherence/consistency or meeting power/bandwidth constraints in the system.
  • The present invention may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
  • The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the blocks may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
  • Reference in the specification to “one embodiment” or “an embodiment” of the present principles, as well as other variations thereof, means that a particular feature, structure, characteristic, and so forth described in connection with the embodiment is included in at least one embodiment of the present principles. Thus, the appearances of the phrase “in one embodiment” or “in an embodiment”, as well any other variations, appearing in various places throughout the specification are not necessarily all referring to the same embodiment.
  • It is to be appreciated that the use of any of the following “/”, “and/or”, and “at least one of”, for example, in the cases of “A/B”, “A and/or B” and “at least one of A and B”, is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of both options (A and B). As a further example, in the cases of “A, B, and/or C” and “at least one of A, B, and C”, such phrasing is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of the third listed option (C) only, or the selection of the first and the second listed options (A and B) only, or the selection of the first and third listed options (A and C) only, or the selection of the second and third listed options (B and C) only, or the selection of all three options (A and B and C). This may be extended, as readily apparent by one of ordinary skill in this and related arts, for as many items listed.
  • Referring now to FIG. 4 , an optimization system 400 is shown. The system 400 includes a hardware processor 402 and memory 404. The system 400 may further include one or more functional modules. The functional modules may be implemented as software that is stored in the memory 404 and executed by the hardware processor 402. In alternative embodiments, the functional modules may be implemented as one or more discrete hardware components in the form of, e.g., application specific integrated chips or field programmable gate arrays.
  • A developer environment 406 runs on the system 400 and allows a programmer to make changes to source code 408, which is stored in the memory 404. The developer environment 406 provides the ability to manually specify properties 410 for data regions across various scopes of the source code 408. A compiler module 414 uses the data properties and system description 412 to select data handling policies to apply to the source code and selects computing locations for each data region. The compiler module 414 then outputs a compiled application for execution on a system 100 having multiple computing and memory locations.
  • Referring now to FIG. 5 , an exemplary processing system 500 is shown which may represent the optimizing system 400. The processing system 500 includes at least one processor (CPU) 504 operatively coupled to other components via a system bus 502. A cache 506, a Read Only Memory (ROM) 508, a Random Access Memory (RAM) 510, an input/output (I/O) adapter 520, a sound adapter 530, a network adapter 540, a user interface adapter 550, and a display adapter 560, are operatively coupled to the system bus 502.
  • A first storage device 522 and a second storage device 524 are operatively coupled to system bus 502 by the I/O adapter 520. The storage devices 522 and 524 can be any of a disk storage device (e.g., a magnetic or optical disk storage device), a solid state magnetic device, and so forth. The storage devices 522 and 524 can be the same type of storage device or different types of storage devices.
  • A speaker 532 is operatively coupled to system bus 502 by the sound adapter 530. A transceiver 542 is operatively coupled to system bus 502 by network adapter 540. A display device 562 is operatively coupled to system bus 502 by display adapter 560.
  • A first user input device 552, a second user input device 554, and a third user input device 556 are operatively coupled to system bus 502 by user interface adapter 550. The user input devices 552, 554, and 556 can be any of a keyboard, a mouse, a keypad, an image capture device, a motion sensing device, a microphone, a device incorporating the functionality of at least two of the preceding devices, and so forth. Of course, other types of input devices can also be used, while maintaining the spirit of the present principles. The user input devices 552, 554, and 556 can be the same type of user input device or different types of user input devices. The user input devices 552, 554, and 556 are used to input and output information to and from system 500.
  • Of course, the processing system 500 may also include other elements (not shown), as readily contemplated by one of skill in the art, as well as omit certain elements. For example, various other input devices and/or output devices can be included in processing system 500, depending upon the particular implementation of the same, as readily understood by one of ordinary skill in the art. For example, various types of wireless and/or wired input and/or output devices can be used. Moreover, additional processors, controllers, memories, and so forth, in various configurations can also be utilized as readily appreciated by one of ordinary skill in the art. These and other variations of the processing system 500 are readily contemplated by one of ordinary skill in the art given the teachings of the present principles provided herein.
  • Referring now to FIG. 6 , illustrative cloud computing environment 50 is depicted. As shown, cloud computing environment 50 comprises one or more cloud computing nodes 10 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 54A, desktop computer 54B, laptop computer 54C, and/or automobile computer system 54N may communicate. Nodes 10 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof. This allows cloud computing environment 50 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device. It is understood that the types of computing devices 54A-N shown in FIG. 6 are intended to be illustrative only and that computing nodes 10 and cloud computing environment 50 can communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser).
  • Referring now to FIG. 7 , a set of functional abstraction layers provided by cloud computing environment 50 (FIG. 6 ) is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 6 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided:
  • Hardware and software layer 60 includes hardware and software components. Examples of hardware components include: mainframes 61; RISC (Reduced Instruction Set Computer) architecture based servers 62; servers 63; blade servers 64; storage devices 65; and networks and networking components 66. In some embodiments, software components include network application server software 67 and database software 68.
  • Virtualization layer 70 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers 71; virtual storage 72; virtual networks 73, including virtual private networks; virtual applications and operating systems 74; and virtual clients 75.
  • In one example, management layer 80 may provide the functions described below. Resource provisioning 81 provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment. Metering and Pricing 82 provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses. Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources. User portal 83 provides access to the cloud computing environment for consumers and system administrators. Service level management 84 provides cloud computing resource allocation and management such that required service levels are met. Service Level Agreement (SLA) planning and fulfillment 85 provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
  • Workloads layer 90 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation 91; software development and lifecycle management 92; virtual classroom education delivery 93; data analytics processing 94; transaction processing 95; and source code optimization 96.
  • Having described preferred embodiments of flexible optimized data handling in systems with multiple memories (which are intended to be illustrative and not limiting), it is noted that modifications and variations can be made by persons skilled in the art in light of the above teachings. It is therefore to be understood that changes may be made in the particular embodiments disclosed which are within the scope of the invention as outlined by the appended claims. Having thus described aspects of the invention, with the details and particularity required by the patent laws, what is claimed and desired protected by Letters Patent is set forth in the appended claims.

Claims (20)

What is claimed is:
1. A computer-implemented method comprising:
selecting a scope from a plurality of scopes in the application, each scope of the plurality of scopes being defined by a section of application code;
determining, by a compiler, one or more data handling properties of a data region accessed in a selected scope;
determining, by the compiler at compile time, one or more data handling policies for the data region based on the one or more data handling properties, wherein the data handling policies perform data transfers implemented by software libraries pushing and pulling the data; and
optimizing, by the compiler, the application by selecting one or memory locations in which to store the data region in accordance with at least the determined one or more data handling properties.
2. The computer-implemented method of claim 1, wherein the section of application code is demarcated by syntactic structures in the application code.
3. The computer-implemented method of claim 1, wherein the software libraries include a first software library and a second software library.
4. The computer-implemented method of claim 3, wherein the first software library includes a policy to at least push data to a next location if the data is written exactly once in the selected scope.
5. The computer-implemented method of claim 4, wherein the first software library pushes the data to other locations after a write access by copying the data.
6. The computer-implemented method of claim 3, wherein the second software library pulls the data from the location where the data was last updated on a read access.
7. The computer-implemented method of claim 1, further comprising determining, at compile time, one or more data handling policies for the data region based on the one or more data handling properties.
8. The computer-implemented method of claim 1, further comprising determining data setup costs for a plurality of scopes in the application.
9. The computer-implemented method of claim 8, wherein the plurality of scopes use the data region in different memory locations based on the one or more data handling properties.
10. The computer-implemented method of claim 1, wherein optimizing the application includes selecting one or memory locations in which to store the data region.
11. The computer-implemented method of claim 1, further comprising selecting one or more communications channels by which the data region is transferred between memory locations.
12. The computer-implemented method of claim 1, wherein the one or more data handling properties further include coverage information.
13. A computer program product for optimizing an application for a computing system having multiple distinct memory locations, the program instructions executable by a computer to cause the computer to:
select a scope from a plurality of scopes in the application, each scope of the plurality of scopes being defined by a section of application code;
determine, by a compiler, one or more data handling properties of a data region accessed in a selected scope;
determine, by the compiler at compile time, one or more data handling policies for the data region based on the one or more data handling properties, wherein the data handling policies perform data transfers implemented by software libraries pushing and pulling the data; and
optimize, by the compiler, the application by selecting one or memory locations in which to store the data region in accordance with the determined one or more data handling properties.
14. The computer program product of claim 13, wherein the section of application code is demarcated by syntactic structures in the application code.
15. The computer program product of claim 13, wherein the software libraries include a first software library and a second software library.
16. The computer program product of claim 15, wherein the first software library includes a policy to at least push data to a next location if the data is written exactly once in the selected scope.
17. The computer program product of claim 16, wherein the first software library pushes the data to other locations after a write access by copying the data.
18. The computer program product of claim 15, wherein the second software library pulls the data from the location where the data was last updated on a read access.
19. The computer program product of claim 13, wherein the one or more data handling properties further include access frequency information.
20. The computer program product of claim 13, wherein the one or more data handling properties further include data layout information.
US18/296,012 2016-06-13 2023-04-05 Flexible optimized data handling in systems with multiple memories Pending US20230244530A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US18/296,012 US20230244530A1 (en) 2016-06-13 2023-04-05 Flexible optimized data handling in systems with multiple memories

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US15/180,756 US10996989B2 (en) 2016-06-13 2016-06-13 Flexible optimized data handling in systems with multiple memories
US17/189,856 US11687369B2 (en) 2016-06-13 2021-03-02 Flexible optimized data handling in systems with multiple memories
US18/296,012 US20230244530A1 (en) 2016-06-13 2023-04-05 Flexible optimized data handling in systems with multiple memories

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US17/189,856 Continuation US11687369B2 (en) 2016-06-13 2021-03-02 Flexible optimized data handling in systems with multiple memories

Publications (1)

Publication Number Publication Date
US20230244530A1 true US20230244530A1 (en) 2023-08-03

Family

ID=60572751

Family Applications (3)

Application Number Title Priority Date Filing Date
US15/180,756 Active 2037-08-23 US10996989B2 (en) 2016-06-13 2016-06-13 Flexible optimized data handling in systems with multiple memories
US17/189,856 Active 2037-03-29 US11687369B2 (en) 2016-06-13 2021-03-02 Flexible optimized data handling in systems with multiple memories
US18/296,012 Pending US20230244530A1 (en) 2016-06-13 2023-04-05 Flexible optimized data handling in systems with multiple memories

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US15/180,756 Active 2037-08-23 US10996989B2 (en) 2016-06-13 2016-06-13 Flexible optimized data handling in systems with multiple memories
US17/189,856 Active 2037-03-29 US11687369B2 (en) 2016-06-13 2021-03-02 Flexible optimized data handling in systems with multiple memories

Country Status (6)

Country Link
US (3) US10996989B2 (en)
JP (1) JP6857196B2 (en)
CN (1) CN109196484B (en)
DE (1) DE112017001421T5 (en)
GB (1) GB2568399A (en)
WO (1) WO2017216646A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10996989B2 (en) * 2016-06-13 2021-05-04 International Business Machines Corporation Flexible optimized data handling in systems with multiple memories
US11287982B2 (en) * 2019-07-12 2022-03-29 International Business Machines Corporation Associating data management policies to portions of data using connection information
JP7196052B2 (en) * 2019-11-27 2022-12-26 Kddi株式会社 Information processing device and information processing method

Citations (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5953531A (en) * 1997-07-25 1999-09-14 International Business Machines Corporation Method of, system for, and computer program product for minimizing loop execution time by optimizing block/tile sizes
US20020091751A1 (en) * 2000-12-25 2002-07-11 Kouji Sonoda File I/O control method
US20030088752A1 (en) * 2001-11-07 2003-05-08 Philip Harman Computer system with virtual memory and paging mechanism
US20040034754A1 (en) * 2002-08-19 2004-02-19 Schreiber Robert S. Method and system for memory management optimization
US20040083342A1 (en) * 2002-10-24 2004-04-29 International Business Machines Corporation Method and apparatus for enabling access to global data by a plurality of codes in an integrated executable for a heterogeneous architecture
US6889293B1 (en) * 2000-06-09 2005-05-03 Agere Systems Inc. Directory-based prediction methods and apparatus for shared-memory multiprocessor systems
US6954085B2 (en) * 2003-10-13 2005-10-11 International Business Machines Corporation System and method for dynamically executing a function in a programmable logic array
US20060080643A1 (en) * 2004-10-08 2006-04-13 Hajime Ogawa Program processing apparatus
US20060095705A1 (en) * 2004-10-30 2006-05-04 James Wichelman Systems and methods for data storage management
US20060101104A1 (en) * 2004-10-12 2006-05-11 International Business Machines Corporation Optimizing layout of an application on a massively parallel supercomputer
US20060122975A1 (en) * 2004-12-03 2006-06-08 Taylor Paul S System and method for query management in a database management system
US7065634B2 (en) * 1999-02-04 2006-06-20 Sun Microsystems, Inc. Methods and systems for developing data flow programs
US20070174411A1 (en) * 2006-01-26 2007-07-26 Brokenshire Daniel A Apparatus and method for efficient communication of producer/consumer buffer status
US20080263386A1 (en) * 2007-04-18 2008-10-23 Darrington David L Dynamically rerouting node traffic on a massively parallel computer system using hint bits
US20090125883A1 (en) * 2007-11-09 2009-05-14 Barsness Eric L Node selection for executing a java application among a plurality of nodes
US20090271799A1 (en) * 2008-04-24 2009-10-29 International Business Machines Corporation Executing A Distributed Java Application On A Plurality Of Compute Nodes
US7743366B2 (en) * 2005-10-03 2010-06-22 Arm Limited System and method for compiling a computer program
US20110067014A1 (en) * 2009-09-14 2011-03-17 Yonghong Song Pipelined parallelization with localized self-helper threading
US20110258627A1 (en) * 2010-04-14 2011-10-20 International Business Machines Corporation Runtime Optimization Of An Application Executing On A Parallel Computer
US20120047339A1 (en) * 2010-08-20 2012-02-23 Dan Decasper Redundant array of independent clouds
US20120117535A1 (en) * 2010-11-10 2012-05-10 Src Computers, Inc. System and method for computational unification of heterogeneous implicit and explicit processing elements
US20120254257A1 (en) * 2011-03-31 2012-10-04 Emc Corporation Resource efficient scale-out file systems
US8380703B2 (en) * 2010-07-26 2013-02-19 International Business Machines Corporation Feedback loop between a query optimizer and a cache manager
US8468510B1 (en) * 2008-01-16 2013-06-18 Xilinx, Inc. Optimization of cache architecture generated from a high-level language description
US20130247034A1 (en) * 2012-03-16 2013-09-19 Rackspace Us, Inc. Method and System for Utilizing Spare Cloud Resources
US8719501B2 (en) * 2009-09-08 2014-05-06 Fusion-Io Apparatus, system, and method for caching data on a solid-state storage device
US20140130027A1 (en) * 2012-11-05 2014-05-08 International Business Machines Corporation Data placement for execution of an executable
US20140130021A1 (en) * 2012-11-05 2014-05-08 Nvidia Corporation System and method for translating program functions for correct handling of local-scope variables and computing system incorporating the same
US20140149970A1 (en) * 2012-11-29 2014-05-29 International Business Machines Corporation Optimising a compilation parser for parsing computer program code in arbitrary applications
US8762951B1 (en) * 2007-03-21 2014-06-24 Oracle America, Inc. Apparatus and method for profiling system events in a fine grain multi-threaded multi-core processor
US20140281323A1 (en) * 2013-03-14 2014-09-18 Nvidia Corporation Migration directives in a unified virtual memory system architecture
US8893103B2 (en) * 2012-08-16 2014-11-18 Nec Laboratories America, Inc. Automatic asynchronous offload to many-core coprocessors
US20140372995A1 (en) * 2013-06-14 2014-12-18 Denso Corporation Parallelizing compile method, parallelizing compiler, parallelizing compile apparatus, and onboard apparatus
US20150113088A1 (en) * 2013-10-23 2015-04-23 International Business Machines Corporation Persistent caching for operating a persistent caching system
US20150269073A1 (en) * 2014-03-19 2015-09-24 International Business Machines Corporation Compiler-generated memory mapping hints
US20150334155A1 (en) * 2014-05-13 2015-11-19 International Business Machines Corporation Deploying a portion of a streaming application to one or more virtual machines according to cost
US9274771B1 (en) * 2014-09-22 2016-03-01 Oracle International Corporation Automated adaptive compiler optimization
US20160092500A1 (en) * 2013-08-21 2016-03-31 International Business Machines Corporation Managing a data set
US20160357703A1 (en) * 2015-06-04 2016-12-08 Fujitsu Limited Parallel computing apparatus, compiling apparatus, and parallel processing method
US20160357529A1 (en) * 2015-06-02 2016-12-08 Fujitsu Limited Parallel computing apparatus and parallel processing method
US20170024924A1 (en) * 2015-07-21 2017-01-26 Ingo Wald Distributed frame buffer and api for scalable parallel rendering
US20170357445A1 (en) * 2016-06-13 2017-12-14 International Business Machines Corporation Flexible optimized data handling in systems with multiple memories

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5954085A (en) 1994-07-12 1999-09-21 Petro-First, Inc. Prefabricated modular fuel dispensing system
JP4842909B2 (en) 2004-08-30 2011-12-21 株式会社日立製作所 Storage system and data relocation control device
JP4479431B2 (en) 2004-09-14 2010-06-09 株式会社日立製作所 Information life cycle management system and data arrangement determination method thereof
US8327370B2 (en) * 2005-10-27 2012-12-04 International Business Machines Corporation Dynamic policy manager method, system, and computer program product for optimizing fractional resource allocation
US8682845B2 (en) 2008-07-09 2014-03-25 The Boeing Company Secure high performance multi-level security database systems and methods
CN104808954B (en) * 2009-12-24 2017-12-01 株式会社日立制作所 The storage system and its control method of virtual volume are provided
CN103207786B (en) 2013-04-28 2016-03-23 中国人民解放军信息工程大学 Gradual intelligent backtracking vector code tuning method

Patent Citations (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5953531A (en) * 1997-07-25 1999-09-14 International Business Machines Corporation Method of, system for, and computer program product for minimizing loop execution time by optimizing block/tile sizes
US7065634B2 (en) * 1999-02-04 2006-06-20 Sun Microsystems, Inc. Methods and systems for developing data flow programs
US6889293B1 (en) * 2000-06-09 2005-05-03 Agere Systems Inc. Directory-based prediction methods and apparatus for shared-memory multiprocessor systems
US20020091751A1 (en) * 2000-12-25 2002-07-11 Kouji Sonoda File I/O control method
US20030088752A1 (en) * 2001-11-07 2003-05-08 Philip Harman Computer system with virtual memory and paging mechanism
US20040034754A1 (en) * 2002-08-19 2004-02-19 Schreiber Robert S. Method and system for memory management optimization
US20040083342A1 (en) * 2002-10-24 2004-04-29 International Business Machines Corporation Method and apparatus for enabling access to global data by a plurality of codes in an integrated executable for a heterogeneous architecture
US6954085B2 (en) * 2003-10-13 2005-10-11 International Business Machines Corporation System and method for dynamically executing a function in a programmable logic array
US20060080643A1 (en) * 2004-10-08 2006-04-13 Hajime Ogawa Program processing apparatus
US20060101104A1 (en) * 2004-10-12 2006-05-11 International Business Machines Corporation Optimizing layout of an application on a massively parallel supercomputer
US20060095705A1 (en) * 2004-10-30 2006-05-04 James Wichelman Systems and methods for data storage management
US20060122975A1 (en) * 2004-12-03 2006-06-08 Taylor Paul S System and method for query management in a database management system
US7743366B2 (en) * 2005-10-03 2010-06-22 Arm Limited System and method for compiling a computer program
US20070174411A1 (en) * 2006-01-26 2007-07-26 Brokenshire Daniel A Apparatus and method for efficient communication of producer/consumer buffer status
US8762951B1 (en) * 2007-03-21 2014-06-24 Oracle America, Inc. Apparatus and method for profiling system events in a fine grain multi-threaded multi-core processor
US20080263386A1 (en) * 2007-04-18 2008-10-23 Darrington David L Dynamically rerouting node traffic on a massively parallel computer system using hint bits
US20090125883A1 (en) * 2007-11-09 2009-05-14 Barsness Eric L Node selection for executing a java application among a plurality of nodes
US8468510B1 (en) * 2008-01-16 2013-06-18 Xilinx, Inc. Optimization of cache architecture generated from a high-level language description
US20090271799A1 (en) * 2008-04-24 2009-10-29 International Business Machines Corporation Executing A Distributed Java Application On A Plurality Of Compute Nodes
US8719501B2 (en) * 2009-09-08 2014-05-06 Fusion-Io Apparatus, system, and method for caching data on a solid-state storage device
US20110067014A1 (en) * 2009-09-14 2011-03-17 Yonghong Song Pipelined parallelization with localized self-helper threading
US20110258627A1 (en) * 2010-04-14 2011-10-20 International Business Machines Corporation Runtime Optimization Of An Application Executing On A Parallel Computer
US8380703B2 (en) * 2010-07-26 2013-02-19 International Business Machines Corporation Feedback loop between a query optimizer and a cache manager
US20120047339A1 (en) * 2010-08-20 2012-02-23 Dan Decasper Redundant array of independent clouds
US20120117535A1 (en) * 2010-11-10 2012-05-10 Src Computers, Inc. System and method for computational unification of heterogeneous implicit and explicit processing elements
US20120254257A1 (en) * 2011-03-31 2012-10-04 Emc Corporation Resource efficient scale-out file systems
US20130247034A1 (en) * 2012-03-16 2013-09-19 Rackspace Us, Inc. Method and System for Utilizing Spare Cloud Resources
US8893103B2 (en) * 2012-08-16 2014-11-18 Nec Laboratories America, Inc. Automatic asynchronous offload to many-core coprocessors
US20140130027A1 (en) * 2012-11-05 2014-05-08 International Business Machines Corporation Data placement for execution of an executable
US20140130021A1 (en) * 2012-11-05 2014-05-08 Nvidia Corporation System and method for translating program functions for correct handling of local-scope variables and computing system incorporating the same
US20140149970A1 (en) * 2012-11-29 2014-05-29 International Business Machines Corporation Optimising a compilation parser for parsing computer program code in arbitrary applications
US20140281323A1 (en) * 2013-03-14 2014-09-18 Nvidia Corporation Migration directives in a unified virtual memory system architecture
US20140372995A1 (en) * 2013-06-14 2014-12-18 Denso Corporation Parallelizing compile method, parallelizing compiler, parallelizing compile apparatus, and onboard apparatus
US20160092500A1 (en) * 2013-08-21 2016-03-31 International Business Machines Corporation Managing a data set
US20150113088A1 (en) * 2013-10-23 2015-04-23 International Business Machines Corporation Persistent caching for operating a persistent caching system
US20150269073A1 (en) * 2014-03-19 2015-09-24 International Business Machines Corporation Compiler-generated memory mapping hints
US20150334155A1 (en) * 2014-05-13 2015-11-19 International Business Machines Corporation Deploying a portion of a streaming application to one or more virtual machines according to cost
US9274771B1 (en) * 2014-09-22 2016-03-01 Oracle International Corporation Automated adaptive compiler optimization
US20160357529A1 (en) * 2015-06-02 2016-12-08 Fujitsu Limited Parallel computing apparatus and parallel processing method
US20160357703A1 (en) * 2015-06-04 2016-12-08 Fujitsu Limited Parallel computing apparatus, compiling apparatus, and parallel processing method
US20170024924A1 (en) * 2015-07-21 2017-01-26 Ingo Wald Distributed frame buffer and api for scalable parallel rendering
US20170357445A1 (en) * 2016-06-13 2017-12-14 International Business Machines Corporation Flexible optimized data handling in systems with multiple memories
US10996989B2 (en) * 2016-06-13 2021-05-04 International Business Machines Corporation Flexible optimized data handling in systems with multiple memories
US11687369B2 (en) * 2016-06-13 2023-06-27 International Business Machines Corporation Flexible optimized data handling in systems with multiple memories

Also Published As

Publication number Publication date
JP6857196B2 (en) 2021-04-14
US10996989B2 (en) 2021-05-04
WO2017216646A1 (en) 2017-12-21
GB2568399A (en) 2019-05-15
DE112017001421T5 (en) 2018-11-29
CN109196484B (en) 2023-05-16
JP2019526091A (en) 2019-09-12
US20210208939A1 (en) 2021-07-08
US20170357445A1 (en) 2017-12-14
CN109196484A (en) 2019-01-11
GB201819786D0 (en) 2019-01-23
US11687369B2 (en) 2023-06-27

Similar Documents

Publication Publication Date Title
US11687369B2 (en) Flexible optimized data handling in systems with multiple memories
US9800465B2 (en) Application placement through multiple allocation domain agents and flexible cloud scheduler framework
US20180276215A1 (en) Sharing container images between mulitple hosts through container orchestration
US8825863B2 (en) Virtual machine placement within a server farm
US8918439B2 (en) Data lifecycle management within a cloud computing environment
US10719366B1 (en) Dynamic and selective hardware acceleration
US10740232B2 (en) System, method and computer program product for accelerating iterative graph algorithms by memory layout optimization
US10686678B2 (en) Device for orchestrating distributed application deployment with end-to-end performance guarantee
US10268461B2 (en) Global data flow optimization for machine learning programs
US9569249B1 (en) Pattern design for heterogeneous environments
US10530842B2 (en) Domain-specific pattern design
US20220292392A1 (en) Scheduled federated learning for enhanced search
US9311146B2 (en) Strategic placement of jobs for spatial elasticity in a high-performance computing environment
US10453167B1 (en) Estimating performance of GPU application for different GPU-link performance ratio
US11163603B1 (en) Managing asynchronous operations in cloud computing environments
US11288046B2 (en) Methods and systems for program optimization utilizing intelligent space exploration
US20210081254A1 (en) Dynamic integration flows in hybrid cloud environments
US10623487B2 (en) Moveable distributed synchronization objects
US20230216888A1 (en) Identity Management Recommendations For Use of Existing Policies
US20220413989A1 (en) Cloud service provider selection based on digital twin simulation
US11829738B2 (en) Static block frequency prediction in irreducible loops within computer code
US11023273B2 (en) Multi-threaded programming
US11966338B2 (en) Prefetching management in database system based on number of pages being prefetched
US20220188166A1 (en) Cognitive task scheduler
US11487542B2 (en) Instruction cache behavior and branch prediction

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHEN, TONG;O'BRIEN, JOHN KEVIN;PRENER, DANIEL A.;AND OTHERS;SIGNING DATES FROM 20160607 TO 20160609;REEL/FRAME:063230/0244

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

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER