One or more aspects relate, in general, to facilitating processing within a computing environment, and in particular, to facilitating processing associated with decimal floating point operations.
Data may be represented in computing storage in many different formats, including a decimal floating point (DFP) format. Decimal floating point data may be represented in a plurality of different formats, including, e.g., a 128-bit quad precision format including 34 compressed binary coded decimal (BCD) digits of data, a 64-bit double precision format including 16 digits of compressed binary coded decimal data, and a 32-bit single precision format including 7 digits of compressed binary coded decimal data.
For decimal floating point operations, the operands of the operations exist in an encoded format, referred to as a densely packed decimal (DPD) encoding. With this encoding, the data is decompressed into binary coded decimal digits for processing operations, and then, recompressed into densely packed decimal data when processing is complete. Each group of 12 bits of binary coded decimal data is encoded into 10 bits of densely packed decimal data known as a declet. Though the dense format allows an increase in the number of binary coded decimal digits that can be stored in the format, decompression and recompression is required. This impacts system processing and performance.
Shortcomings of the prior art are overcome and additional advantages are provided through the provision of a computer system to facilitate processing in a computing environment. The computer system includes a memory; and a processor in communication with the memory, and wherein the computer system is configured to perform a method. The method includes obtaining an operand of an instruction, the operand including decimal floating point data encoded in a compressed format; and performing an operation on the operand absent decompressing a source value of a trailing significand of the decimal floating point data encoded in the compressed format.
Methods and computer program products relating to one or more aspects are also described and claimed herein. Further, services relating to one or more aspects are also described and may be claimed herein.
Additional features and advantages are realized through the techniques described herein. Other embodiments and aspects are described in detail herein and are considered a part of the claimed aspects.
One or more aspects are particularly pointed out and distinctly claimed as examples in the claims at the conclusion of the specification. The foregoing and objects, features, and advantages of one or more aspects are apparent from the following detailed description taken in conjunction with the accompanying drawings in which:
In accordance with one or more aspects, a capability is provided to facilitate processing and improve system performance within a computing or processing environment by eliminating selected decompression/compression operations (also referred to as unpack/pack operations) for certain decimal floating point operations. By not performing the decompression/compression, and instead, operating directly on the compressed densely packed decimal data, the latency of certain decimal floating point operations is improved. Further, if decompression/compression of the data is not necessary for certain operations, those operations may be moved to shorter execution pipelines, which further improves performance and saves power.
One embodiment of a computing environment to incorporate and use one or more aspects of the present invention is described with reference to
In another example, the computing environment is based on the Power Architecture, offered by International Business Machines Corporation, Armonk, N.Y. One embodiment of the Power Architecture is described in “Power ISA™ Version 2.07B,” International Business Machines Corporation, Apr. 9, 2015, which is hereby incorporated herein by reference in its entirety. POWER ARCHITECTURE is a registered trademark of International Business Machines Corporation, Armonk, N.Y., USA.
The computing environment may also be based on other architectures, including, but not limited to, the Intel x86 architectures. Other examples also exist.
As shown in
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer system/server 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer system/server 12, and it includes both volatile and non-volatile media, removable and non-removable media.
System memory 28 can include computer system readable media in the form of volatile memory, such as random access memory (RAM) 30 and/or cache memory 32. Computer system/server 12 may further include other removable/non-removable, volatile/non-volatile computer system storage media. By way of example only, storage system 34 can be provided for reading from and writing to a non-removable, non-volatile magnetic media (not shown and typically called a “hard drive”). Although not shown, a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a “floppy disk”), and an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media can be provided. In such instances, each can be connected to bus 18 by one or more data media interfaces. As will be further depicted and described below, memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
Program/utility 40, having a set (at least one) of program modules 42, may be stored in memory 28 by way of example, and not limitation, as well as an operating system, one or more application programs, other program modules, and program data. Each of the operating system, one or more application programs, other program modules, and program data or some combination thereof, may include an implementation of a networking environment. Program modules 42 generally carry out the functions and/or methodologies of embodiments of the invention as described herein.
Computer system/server 12 may also communicate with one or more external devices 14 such as a keyboard, a pointing device, a display 24, etc.; one or more devices that enable a user to interact with computer system/server 12; and/or any devices (e.g., network card, modem, etc.) that enable computer system/server 12 to communicate with one or more other computing devices. Such communication can occur via Input/Output (I/O) interfaces 22. Still yet, computer system/server 12 can communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via network adapter 20. As depicted, network adapter 20 communicates with the other components of computer system/server 12 via bus 18. It should be understood that although not shown, other hardware and/or software components could be used in conjunction with computer system/server 12. Examples, include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc.
Processors typically have a plurality of execution pipelines operating, e.g., in parallel, that are used for various processing. For example, a decimal floating point pipeline is used to process decimal floating point operations, while a SIMD (single instruction, multiple data) or vector pipeline is used to process vector operations. A decimal floating point pipeline is typically a long pipeline, since it takes about 9-10 processing cycles to perform a decimal floating point operation. This is due in part to the decompression/compression operations that are performed.
As shown in
In contrast, a SIMD or vector pipeline is shorter and includes about 3 processing cycles, since decompression/compression is not used for its operations. Processing speed is increased by using shorter execution pipelines.
Therefore, in accordance with an aspect of the present invention, a subset of decimal floating point instructions is implemented, in which the instructions perform directly on the decimal floating point data without requiring decompression/compression. In particular, one aspect of the invention removes the need for using the unpack and pack logic for execution of the instructions included in the subset of DFP instructions, allowing them to be executed in a shorter pipeline (e.g., like a 3-cycle deep vector pipeline) with a small amount of additional logic; thereby, improving performance and reducing power consumption. These instructions include, for instance, Load Lengthened (also may be referred to as Load Extended), Load and Test, Test Data Class and Test Data Group. Details of each of the instructions are described further below. However, since each of the instructions operates on decimal floating point numbers, initially, details relating to decimal floating point numbers are provided. As shown in
Decimal floating point numbers are often encoded in a densely packed decimal (DPD) format to save space, and then, converted to another format, such as binary coded decimal (BCD) to be operated on. One example of converting a decimal floating point number is described with reference to
Further, returning to
Referring to
Typically, decimal floating point instructions perform processing on the converted number, including the unpacked significand. However, in accordance with an aspect of the present invention, the unpacking of the trailing significand no longer is to be performed for the subset of instructions, including, for instance, the Load Lengthened, Load and Test, Test Data Class and Test Data Group instructions, each of which is described below.
One example of a Load Lengthened instruction is described with reference to
In operation, the second operand (e.g., contents of the register specified by R2) is converted to a longer format, and the result is placed at the first operand location (e.g., address specified in the register specified by R1).
Bit 0 of the M4 field controls the handling of SNaN (Signaling Not-a-Number) and infinity, and is called the IEEE invalid operation exception control (XiC). Bits 1-3 are ignored, in this example. When XiC is zero, recognition of an IEEE invalid operation exception is not suppressed; when XiC is one, recognition of the exception is suppressed.
When the second operand is a finite number, the value of the second operand is placed in the target format.
When the second operand is an infinity, if XiC is zero, the result is the canonical infinity for the target format (canonical means chosen, selected or preferred); if XiC is one, the result is the source infinity with the reserved field of the target format being set to zero, the trailing significand being extended by appending zeros on the left, and all declets (10 bits) in the encoded trailing significand field being canonicalized.
When the second operand is a QNaN (Quiet Not-a-Number), the result is the canonicalized source QNaN with the payload extended by appending zeros on the left.
When the second operand is an SNaN, if XiC is zero, an invalid operation exception is recognized and the nontrap result is the corresponding QNaN with the payload extended by appending zeros on the left; if XiC is one, no invalid operation exception is recognized, and the result is the canonicalized source SNaN with the payload extended by appending zeros on the left.
The sign of the result is the same as the sign of the second operand.
In one embodiment, the delivered value is exact and the chosen quantum is the quantum of the second operand.
When XiC is zero, the result placed at the first operand location is canonical. When XiC is one, the result is canonical, except for infinity.
One example of the results for Load Lengthened includes:
1The operand is extended to the longer format by appending zeros to the left before it is placed at the target operand location.
For LXDTR, the R1 field is to designate a valid floating point register pair; otherwise, a specification exception is recognized, in one example.
In accordance with an aspect of the present invention, the Load Lengthened instruction is implemented without performing the unpacking of the trailing significand of a source operand of the instruction (e.g., the second operand) eliminating the need for the three copies of unpacking logic (one for each data format). In one implementation, in accordance with an aspect of the present invention, the Load Lengthened operation includes shifting the DPD 16 bits to the right (in one example) and padding zeros on the left. Further, the exponent is shifted two bits to the right (in one example) and the combo field (containing the most significant digit (MSD) and 2 most significant bits of the exponent) is set to zero for finite numbers (infinity and NaNs are copied down). Canonicalization logic changes any non-canonical DPD data to canonical DPD data. The logic used to execute this operation includes a simple mux to align the appropriate fields and the canonicalization logic.
Further details regarding one example of implementation of a load lengthened operation, in accordance with an aspect of the present invention, are described with reference to
In accordance with one or more aspects of the present invention, for the results, declets are made canonical. Further, in one implementation as described herein, for a number, the sign is passed, the mantissa is padded with leading zeros and the exponent is rebiased (e.g., by adding a constant); for special handling of NaN and infinity, the sign and type are passed, and the target values of EC and T depend on the XiC control; for infinity, EC=0, if XiC=0: T=0; if XiC=1: extend original T with leading zeros; for NaN: extend original T with leading zeros, QNAN: EC=0, SNAN, XiC=0: EC=10 . . . 0, detect INV exception: SNaN: XiC=1: EC=0.
Further details relating to converting the type and exponent fields are described with reference to
Further details relating to conversion of trailing significand 526 are described with reference to
In addition to a Load Lengthened instruction that may be implemented without or absent unpacking/packing of the trailing significand, a Load and Test instruction is also implemented without or absent unpacking/packing of the trailing significand.
One example of a Load and Test instruction is described with reference to
In operation, the second operand (e.g., contents of the register specified by R2) is placed at the first operand location (e.g., address specified in the register specified by R1), and its sign and magnitude are tested to determine the setting of the condition code. The condition code is set the same as for a comparison of the second operand with zero.
The second operand is canonicalized before it is placed at the first operand location. If the second operand is an SNaN, an IEEE invalid operation exception is recognized; if there is no interruption, the result is the corresponding QNaN.
In one example, the chosen quantum is the quantum of the second operand. If the delivered value is a finite number, it is represented with the chosen quantum.
The result placed at the first operand location is canonical.
One example of the results for this instruction include:
For LTXTR, the R fields are to designate valid floating point register pairs; otherwise, a specification exception is recognized, in one example.
The resulting condition code includes, for instance:
0 Result is zero
1 Result is less than zero
2 Result is greater than zero
3 Result is a NaN
In accordance with an aspect of the present invention, the Load and Test instruction is implemented without performing the unpacking of the trailing significand of a source operand of the instruction (e.g., the second operand). In one example, for Load and Test, when the data is loaded into the input register, the DPD data is checked for zeros. The encoding of DPD data is such that all zeros are still encoded with every bit being off, so this is, for instance, a 20-bit AND function. At the same time, the sign bit (bit 0) is checked and the combo field is checked to see if it is a NaN code (bits 0:4=“11111”, see, e.g.,
Further details of one example implementation of Load and Test are described with reference to
Additionally, the trailing significand of the second operand is converted, as shown in
One embodiment of a flow relating to converting a trailing significand without performing an unpack/pack operation is described with reference to
In addition to the Load Lengthened and Load and Test instructions, another instruction that may be implemented without unpacking/packing the trailing significand of a source operand of an instruction is a Test Data Class instruction, one example of which is described with reference to
In one example, a plurality of opcodes may be specified: one indicating a short DFP (TDCET); another indicating a long DFP (TDCDT); and yet another indicating an extended DFP (TDCXT).
In operation, the class and sign of the first operand are examined to select one bit from the second operand address. Condition code 0 or 1 is set according to whether the selected bit is zero or one, respectively.
The second operand address is not used to address data; instead, the rightmost 12 bits of the address, bits 52-63, are used to specify 12 combinations of data class and sign. Bits 0-51 of the second operand address are ignored, in this example.
As shown below, in one example, DFP operands are divided into six classes: zero, subnormal, normal, infinity, quiet NaN, and signaling NaN:
One or more of the second operand address bits may be set to one. If the second operand address bit corresponding to the class and sign of the first operand is one, condition code 1 is set; otherwise, condition code 0 is set, in one example.
Operands, including SNaNs and QNaNs, are examined without causing an IEEE exception.
For TDCXT, the R1 field is to designate a valid floating point register pair; otherwise, a specification exception is recognized, in one example.
Resulting Condition Code, includes, for instance:
0 Selected bit is 0 (no match)
1 Selected bit is 1 (match)
2—
3—
In one embodiment, Test Data Class provides a way to test an operand without risk of an exception or setting the IEEE flags.
In accordance with an aspect of the present invention, the Test Data Class instruction is implemented without unpack/pack logic. In one implementation, for Test Data Class, the hardware is used to detect if the DPD data is zero, a QNaN, an SNaN, an infinity (e.g., for infinity bits 0:4 of the combo field=“11110”), and if the result is positive or negative. Additional logic is used to perform a leading zero detection on the DPD data. The exponent is compared to the amount of leading zeros available to determine if the data is a subnormal number. This DPD leading zero detection is performed without having to decompress the data.
Further details of one example of an implementation for Test Data Class are described with reference to
In addition to the above instructions, a Test Data Group instruction may also be implemented without unpacking/packing the trailing significand of a source operand (e.g., the first operand) of the instruction. One example of the Test Data Group instruction is described with reference to
In one example, a plurality of opcodes may be specified: one indicating a short DFP (TDGET); another indicating a long DFP (TDGDT); and yet another indicating an extended DFP (TDGXT).
In operation, the group and sign of the first operand are examined to select one bit from the second operand address. Condition code 0 or 1 is set according to whether the selected bit is zero or one, respectively.
The second operand address is not used to address data; instead, the rightmost 12 bits of the address, bits 52-63, are used to specify 12 combinations of data group and sign. Bits 0-51 of the second operand address are ignored, in this example.
Test Data Group is used to determine whether a finite number is safe. A finite number is safe if the exponent is neither maximum nor minimum, and the leftmost significand digit is zero.
In one example, there are six data groups: safe zero, zero with extreme exponent, nonzero with extreme exponent, safe nonzero, nonzero leftmost significand digit with nonextreme exponent, and special. The special group is defined for infinity and NaN. Depending on the model, subnormal with nonextreme exponent may be placed in the nonzero with extreme exponent group or the safe nonzero group. An example of the data groups and bit assignment is as follows:
1This condition is true by virtue of the condition to the left of this column.
One or more of the second operand address bits may be set to one. If the second operand address bit corresponding to the group and sign of the first operand is one, condition code 1 is set; otherwise, condition code 0 is set, in one example.
Operands, including SNaNs and QNaNs, are examined without causing an IEEE exception.
For TDGXT, the R1 field is to designate a valid floating point register pair; otherwise, a specification exception is recognized, in one example.
Resulting Condition Code includes, for instance:
0 Selected bit is 0 (no match)
1 Selected bit is 1 (match)
2—
3—
In one implementation:
In accordance with an aspect of the present invention, Test Data Group effectively uses the same hardware as Test Data Class for leading zero count on DPD data, zero detection, and NAN detection. Logic is used to check if the exponent is an extreme exponent, which may be performed with a combinatorial logic circuit on the exponent of the data.
Referring to
In accordance with an aspect of the present invention, the unpacking of the trailing significand of a source operand of an instruction is not performed for the subset of instructions, as described herein. Thus, processing within a computing environment is facilitated. One particular example of facilitating processing within a computing environment is described with reference to
Referring to
In one example, the performing the operation includes converting the operand to another format, in which the converting the operand includes converting the source value to a target value of the trailing significand, the converting the source value being performed absent decompressing the source value in the compressed format (906).
The converting the operand further includes, in one example, decoding at least part of a combination field of the decimal floating point data to generate type information, the type information to be used in the converting the source value of the trailing significand (908). The decoding further includes, in one embodiment, generating a most significant digit to be used in the converting the source value of the trailing significand (910).
In a further embodiment, the converting the source value includes making one or more declets of the trailing significand canonical providing a canonical trailing significand, the canonical trailing significand used to provide the target value of the trailing significand (912).
As one particular example, referring to
In one example, the converting the source value further includes determining whether the intermediate value is to be forced to zero, the determining using the type information (922); setting the target value of the trailing significand to zero, based on determining the intermediate value is to be forced to zero (924); and setting the target value of the trailing significand to the intermediate value, based on determining the intermediate value is not to be forced to zero (926).
As further examples, the instruction may be a load lengthened instruction, a load and test instruction, a test data class instruction, or a test data group instruction (928).
In yet a further embodiment, the performing the operation includes performing a test operation on the operand and generating a condition code (930). The test operation includes, for instance, performing a compare operation using the operand, in which the compare operation is performed absent decompressing a source value of the trailing significand of the operand (932).
Described in detail herein is a capability for decreasing the latency of certain decimal floating point operations by operating directly on the compressed densely packed decimal data in the decimal floating point format. Circuits are used to extract the information for execution of selected instructions without having to first decompress the data. Furthermore, the instructions that write result DFP data (e.g., Load Extended, and Load and Test) modify the data on the fly to ensure it is written in the canonical DFP format.
One or more aspects of the present invention are inextricably tied to computer technology. By operating directly on the DPD data, processing cycles are eliminated, performance is improved and power is saved. By operating directly on the DFP data format, the converter hardware is no longer needed to execute these instructions. Therefore, it is possible to migrate these instructions to a faster, shorter depth pipeline, such as a vector execution unit, which does not contain DFP compression and decompression hardware.
One embodiment of a computing environment to incorporate and use one or more aspects of the present invention is described above. Another embodiment of a computing environment to incorporate and use one or more aspects is described with reference to
Native central processing unit 1002 includes one or more native registers 1010, such as one or more general purpose registers and/or one or more special purpose registers used during processing within the environment. These registers include information that represent the state of the environment at any particular point in time.
Moreover, native central processing unit 1002 executes instructions and code that are stored in memory 1004. In one particular example, the central processing unit executes emulator code 1012 stored in memory 1004. This code enables the computing environment configured in one architecture to emulate another architecture. For instance, emulator code 1012 allows machines based on architectures other than the z/Architecture, such as PowerPC processors, pSeries servers, HP Superdome servers or others, to emulate the z/Architecture and to execute software and instructions developed based on the z/Architecture.
Further details relating to emulator code 1012 are described with reference to
Further, emulator 1012 includes an emulation control routine 1060 to cause the native instructions to be executed. Emulation control routine 1060 may cause native CPU 1002 to execute a routine of native instructions that emulate one or more previously obtained guest instructions and, at the conclusion of such execution, return control to the instruction fetch routine to emulate the obtaining of the next guest instruction or a group of guest instructions. Execution of the native instructions 1056 may include loading data into a register from memory 1004; storing data back to memory from a register; or performing some type of arithmetic or logic operation, as determined by the translation routine.
Each routine is, for instance, implemented in software, which is stored in memory and executed by native central processing unit 1002. In other examples, one or more of the routines or operations are implemented in firmware, hardware, software or some combination thereof. The registers of the emulated processor may be emulated using registers 1010 of the native CPU or by using locations in memory 1004. In embodiments, guest instructions 1050, native instructions 1056 and emulator code 1012 may reside in the same memory or may be disbursed among different memory devices.
As used herein, firmware includes, e.g., the microcode, millicode and/or macrocode of the processor. It includes, for instance, the hardware-level instructions and/or data structures used in implementation of higher level machine code. In one embodiment, it includes, for instance, proprietary code that is typically delivered as microcode that includes trusted software or microcode specific to the underlying hardware and controls operating system access to the system hardware.
A guest instruction 1050 that is obtained, translated and executed is, for instance, a Load Lengthened instruction, a Load and Test instruction, a Test Data Class instruction, and/or a Test Data Group instruction, described herein. The instruction, which is of one architecture (e.g., the z/Architecture), is fetched from memory, translated and represented as a sequence of native instructions 256 of another architecture (e.g., PowerPC, pSeries, Intel, etc.). These native instructions are then executed.
One or more aspects may relate to cloud computing.
It is 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.
Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service. This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.
Characteristics are as follows:
On-demand self-service: a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.
Broad network access: capabilities are available over a network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).
Resource pooling: the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
Rapid elasticity: capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.
Measured service: cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.
Service Models are as follows:
Software as a Service (SaaS): the capability provided to the consumer is to use the provider's applications running on a cloud infrastructure. The applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based email). The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.
Platform as a Service (PaaS): the capability provided to the consumer is to deploy onto the cloud infrastructure consumer-created or acquired applications created using programming languages and tools supported by the provider. The consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.
Infrastructure as a Service (IaaS): the capability provided to the consumer is to provision processing, storage, networks, and other fundamental computing resources where the consumer is able to deploy and run arbitrary software, which can include operating systems and applications. The consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).
Deployment Models are as follows:
Private cloud: the cloud infrastructure is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises.
Community cloud: the cloud infrastructure is shared by several organizations and supports a specific community that has shared concerns (e.g., mission, security requirements, policy, and compliance considerations). It may be managed by the organizations or a third party and may exist on-premises or off-premises.
Public cloud: the cloud infrastructure is made available to the general public or a large industry group and is owned by an organization selling cloud services.
Hybrid cloud: the cloud infrastructure is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load balancing between clouds).
A cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability. At the heart of cloud computing is an infrastructure comprising a network of interconnected nodes.
One example of a cloud computing node is node 10 of
In cloud computing node 10 there is a computer system/server 12, which is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computer system/server 12 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, handheld or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like.
Computer system/server 12 may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system. Generally, program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types. Computer system/server 12 may be practiced in distributed cloud computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed cloud computing environment, program modules may be located in both local and remote computer system storage media including memory storage devices.
Referring now to
Referring now to
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 DFP processing 96.
The present invention may be a system, a method, and/or a computer program product at any possible technical detail level of integration. 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, configuration data for integrated circuitry, 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 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 block 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.
In addition to the above, one or more aspects may be provided, offered, deployed, managed, serviced, etc. by a service provider who offers management of customer environments. For instance, the service provider can create, maintain, support, etc. computer code and/or a computer infrastructure that performs one or more aspects for one or more customers. In return, the service provider may receive payment from the customer under a subscription and/or fee agreement, as examples. Additionally or alternatively, the service provider may receive payment from the sale of advertising content to one or more third parties.
In one aspect, an application may be deployed for performing one or more embodiments. As one example, the deploying of an application comprises providing computer infrastructure operable to perform one or more embodiments.
As a further aspect, a computing infrastructure may be deployed comprising integrating computer readable code into a computing system, in which the code in combination with the computing system is capable of performing one or more embodiments.
As yet a further aspect, a process for integrating computing infrastructure comprising integrating computer readable code into a computer system may be provided. The computer system comprises a computer readable medium, in which the computer medium comprises one or more embodiments. The code in combination with the computer system is capable of performing one or more embodiments.
Although various embodiments are described above, these are only examples. For example, computing environments of other architectures can be used to incorporate and use one or more embodiments. Further, different instructions, instruction formats, instruction fields and/or instruction values may be used. Many variations are possible.
Further, other types of computing environments can benefit and be used. As an example, a data processing system suitable for storing and/or executing program code is usable that includes at least two processors coupled directly or indirectly to memory elements through a system bus. The memory elements include, for instance, local memory employed during actual execution of the program code, bulk storage, and cache memory which provide temporary storage of at least some program code in order to reduce the number of times code must be retrieved from bulk storage during execution.
Input/Output or I/O devices (including, but not limited to, keyboards, displays, pointing devices, DASD, tape, CDs, DVDs, thumb drives and other memory media, etc.) can be coupled to the system either directly or through intervening I/O controllers. Network adapters may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modems, and Ethernet cards are just a few of the available types of network adapters.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising”, when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and/or groups thereof.
The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below, if any, are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of one or more embodiments has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art. The embodiment was chosen and described in order to best explain various aspects and the practical application, and to enable others of ordinary skill in the art to understand various embodiments with various modifications as are suited to the particular use contemplated.
Number | Name | Date | Kind |
---|---|---|---|
7051060 | Ford | May 2006 | B2 |
8082282 | Lundvall | Dec 2011 | B2 |
20060179098 | Kelly | Aug 2006 | A1 |
20070277022 | Bohizic | Nov 2007 | A1 |
20140181481 | Cowlishaw | Jun 2014 | A1 |
20150039661 | Blomgren et al. | Feb 2015 | A1 |
20160098249 | Carlough et al. | Apr 2016 | A1 |
Number | Date | Country |
---|---|---|
WO0041069 | Jul 2000 | WO |
Entry |
---|
Mel, Peter and Tim Grance, “The NIST Definition of Cloud Computing,” National Institute of Standards and Technology, Information Technology Laboratory, Special Publication 800-145, Sep. 2011, pp. 1-7. |
IBM, “z/Architecture—Principles of Operation,” IBM Publication No. SA22-7832-10, Eleventh Edition, Mar. 2015, pp. 1-1732. |
IBM, “PowerISA—V2.07B,” Apr. 9, 2015, pp. 1-1527. |
“IEEE Standard for Floating-Point Arithmetic,” IDEEE Std 754-2008IEEE Computer Society, Aug. 29, 2008, pp. 1. |
Wang, L.K. et al., “A Survey of Hardware Designs for Decimal Arithmetic,” IBM Journal of Research and Development, vol. 54, No. 2, Paper 8, Mar./Apr. 2010, pp. 8:1-8:15. |
Number | Date | Country | |
---|---|---|---|
20180203670 A1 | Jul 2018 | US |