feature article
Subscribe Now

Accelerating Innovation in Cloud & Mobile Computing

Part 1

The 1980s witnessed a “golden age” of the computer.  While the commercially successful x86 architecture continued to evolve at the microarchitecture level, completely new architectures and instruction sets innovated rapidly and set the stage for intense competition.  RISC concepts were refined and expanded in the MIPS, Sparc, Power, PA-RISC and Alpha (to name a few) architectures with great success. 

In short, there was a lot of Darwinian action taking place.  Interesting in retrospect, the vast majority of these architectures focused on workstation CPUs: by and large, the architectures were optimized for compute horsepower with a focus on integer and floating-point performance.  The race was on to build faster and faster compute engines.

Workstations are still with us, but the vast bulk of heavy compute lifting is now performed on server farms.  Simulation, place & route, DRC, DFM – as well as such diverse applications as commercial animation – can literally use as much compute power as you can throw at them.  They populate racks of servers loaded with the most powerful CPUs available.  These compute jobs can easily take tens of hours, so any efficiency gains directly translate into meaningful productivity gains.  And this class of compute job wants a workstation CPU: blazing fast integer and floating-point pipelines coupled with a sophisticated memory hierarchy to keep those pipelines humming.

Build such a high horsepower compute farm and you can credibly get away with the “cloud computing” label.  For purposes of the remainder of this series, however, forget all that.

An increasing percentage of cloud computing workloads does not require high horsepower computing.  While Facebook consumes an otherworldly quantity of CPU cycles, the workload does not require tons of double-precision floating-point calculations.  Indeed, this class of workload is dominated by data movement rather than by sheer computation.

Despite their very different workload characteristics, contemporary cloud computing centers are built around conventional CPU architectures.  They tend toward less powerful CPUs in far larger numbers, granted, but that is far from a radical re-thinking.  Even the emergence of CPUs based on 64-bit ARM cores can be traced to very conventional architectures, from the internals of the CPU to the memory hierarchy.

I am eagerly awaiting truly novel cloud-compute server architectures: outside-the-box thinking as exemplified in the late 1980s by Danny Hillis’s Connection Machines or the VLIW computers from Cydrome and Multiflow.  Well, to be more precise, I am eagerly waiting truly novel and commercially viable cloud-compute server architectures.

Cloud Computing

While we are awaiting these breakthrough innovations, let’s design a cloud computing datacenter with contemporary technology, starting with a few observations:

  • Contemporary cloud-compute datacenters are massive: check out any number of articles on the facilities recently built by Amazon, Apple, Facebook, Google and Microsoft.  The stakes are very high, and even modest degrees of increased efficiency translate into real money.
  • All things being equal, these datacenter designers prefer homogeneity over heterogeneity.  That is to say that, ideally, the datacenter consists of a colossal number of identical compute nodes.  For one thing, the design is simpler and the result more flexible.  For another thing, heterogeneity is almost certainly going to give the CIO and CFO heartburn and/or insomnia as they worry about having too many underutilized Node Xs and not enough overloaded Node Ys.
  • Virtualization is critical to efficiency as defined on any number of vectors: management, OpEx, CapEx, and flexibility to name a few – to say nothing of presenting a usable programming model for developers.

Now let’s zoom from the multiple-football-field scale down to the compute node.  For the reasons posited above and for simplicity’s sake, assume an ocean of identical nodes.  Each node has processor(s), memory, storage and networking.  Clearly these will be multi-core CPUs as [a] contemporary mobile phones have four+ cores (for no adequately explored reason) and [b] we’re not about to build a state-of-the-art cloud-compute datacenter around CPUs with fewer cores than a mobile phone.

Grossly over-simplifying, we can go the “big iron” route with a server-class x86 CPU or the exceedingly trendy route with a low-power ARM or x86 CPU.  Again, for simplicity’s sake, assume that down either route we end up with an eight-core CPU (reasonable, given that we are designing today a datacenter to be built in 2015).  Now we face a significant decision: the number of processors on each node.

If we choose the “big iron” CPU route, one could argue that power/cooling will dictate a single CPU per node, as a cursory review of recently announced commercially available nodes bears out.  If we choose the trendy low-power CPU route, we have greater flexibility: let’s assume we want to maximize compute horsepower per node, and so we land on four low-power CPUs per node, very likely in a shared memory configuration.  The first order of magnitude, power consumption, will be roughly equal with one “big iron” or four low-power CPUs.

At last, we move beyond the “catalog selection process” to a genuinely vexing challenge: each of our nodes is an efficient compute engine, but what if some of the applications running on our cloud will require more than one node’s compute horsepower?  Some workloads benefit from coarse-grained multi-threading and will run efficiently across multiple nodes; other computationally complex workloads will run well inside an eight-core CPU but suffer tremendous inefficiencies across multiple nodes.  You could certainly tightly couple more CPUs on each node: 4 server-class x86 CPUs or 16 low-power ARM/x86 CPUs, but, trust me here, the team tasked with powering and cooling our datacenter will go ballistic before you step away from the whiteboard.

Ideally, we want the ability to combine CPUs on multiple nodes into a “super-node” as the application workload demands.  The virtualization folks will quip that they’ve got this done-and-dusted, but one needs to remember they’re software people: they will almost certainly brush aside the significant inefficiencies incurred in crossing nodes.  What we need is a hardware-assisted mechanism that enables construction of super-nodes that (nearly) perform as if they were purpose-built nodes with a sea of compute power.

Interestingly enough, this was a VERY hot area of innovation in the late 1980s.  The motivation was different: multi-core CPUs were still on the horizon, and the objective was combining multiple single-core CPUs into something that looked and performed like a single multi-core CPU.  Wondering what stopped these very hot innovations dead in their tracks?  It was the surprisingly early arrival of surprisingly cost-effective multi-core CPUs.

It’s taken me all these paragraphs to lay the groundwork for the aforementioned thought-provoking idea: might some of the concepts demonstrated in the Computing Surface (an awesome name, quite unfortunately inversely proportional to its commercial success) built upon the Inmos Transputer be applicable to our scalable/flexible cloud-computing challenge?

Take the time to review the Wikipedia articles on the Transputer and the Computing Surface.  In short, the Transputer was a blank-sheet-of-paper CPU architecture built for scalable/flexible computing.  These CPUs worked in tandem as a single processor complex and across completely separate functions in a computer, and indeed, across completely separate computers.  Each processor was equipped with four high-speed serial communication links to construct a mesh with other processors, decades before the term ‘SerDes’ was widely used.  The architecture was designed around virtualization when that term was applied only (remember VM/CMS?) to mainframes and some minicomputers.

The Transputer suffered from a litany of insurmountable challenges, not the least of which being [a] Inmos was initially funded by the British Government and [b] the processor could be programmed only in an extraordinarily esoteric language called Occam (seriously, I wish I could make up stuff that good).

I am not suggesting that a Transputer-like architecture instantly solves our cloud-compute datacenter challenges.  I strongly believe, however, that we should re-visit some of these ground-breaking parallel computing concepts and how they could apply to scalable/flexible cloud computing.  Imagine a massive computing surface of identical nodes—dynamically managed by a virtualization layer—optimally allocated as single- and super-nodes based on the collection of workloads running on the cloud.

While the arrival of multi-core CPUs all but destroyed the value proposition of these pioneering processing architectures, we now find ourselves faced with a similar set of challenges in the context of cloud computing.  And viable solutions may have their roots in tested though dusty architectures.

Mobile Computing

Among the ideas, observations and opinions above, I mused that “contemporary mobile phones have four+ cores for no adequately explored reason.”  Though it sounds tongue-in-cheek, that statement has a reasonable degree of validity.  I see plenty of motivation today for dual-core CPUs (real, responsive multi-tasking) but little for more cores.  Well, other than gaming – certainly enough justification for a large class of users. 

Absolutely no disrespect to mobile gamers or the developers making serious coin, but let’s set gaming aside and focus on performing real work.  Back to my soapbox – when it comes to doing real work on a mobile device today, there is precious little justification for more than a dual-core CPU.  Aside from the marketing value, of course, for which I have deep appreciation.  This is more than just an opinion.

Exhibit A: the latest mobile phones and tablets have at most 2GB of DRAM, and the best known brand caps out at 1GB of DRAM.  While it is possible for applications to pull data and program from flash memory, that is far slower than DRAM. 

Given that the motivation for more than two CPU cores is greater performance, running from flash memory runs counter.  Performance is all about feeding the cores a constant stream of instructions and data; delays in doing so kill performance.  Thus the need for fast DRAM, and, even with a strong cache hierarchy, a quad-core CPU wants more than 1GB of DRAM to keep all those cores happily fed.  Adding DRAM has drawbacks in a mobile device: cost and space; hence the dearth of DRAM in state-of-the-art phones and tablets.

It is interesting to note that mobile manufacturers very rarely tout the amount of DRAM, indeed, I relied on teardowns to get the numbers cited above.  I suspect that this has a lot to do with the reality that your phone has a fraction of the memory of a low-end notebook (all of them come with 4GB and many 8GB).  Now let’s face it: your phone isn’t exactly crashing every day due to a lack of DRAM, so where is the discontinuity here? 

The discontinuity is that today’s apps (minus the awesome games) aren’t doing very much computationally speaking and they do not need much DRAM.  Here’s a bad example: if you could run Photoshop on your quad-core tablet, trust me – you would want an awful lot more than 1GB of RAM.

Exhibit B: the overwhelming majority of today’s mobile apps falls into one of two programming models: standalone or client-server.  The former run entirely (or almost entirely) within your mobile device; the latter run a front-end on your mobile device and communicate with a datacenter for the bulk of the computation and data.  This article started with cloud computing, so we will focus on applications that involve both your mobile and a datacenter.

Client-server is a decades-old, tried-and-true programming model – and this is where the plot thickens (insert “thin client” pun here): the mobile app is a lightweight front-end for the “real work” performed on the server.  The locally running client app is super-responsive, so entering data is fully interactive.  No waiting for communication to-and-from the server that would make the user experience painful. (Remember that website that drove you nuts yesterday on your mobile browser?)  Click ‘go’ and the server does the heavy lifting (searching, calculating, formatting and generating output), and then it ships a relatively modest amount of data back to the locally running client app for an equally responsive experience interacting with the result.

So client-server is a good division of labor between your mobile and the datacenter.  Miss the plot thickening?  “The mobile app is a LIGHTWIEIGHT front-end.”  That is a sweeping generalization, and, granted, I have not profiled thousands of mobile apps, but I’ll wager that the vast majority of today’s mobile apps built using a client-server model require very little compute power.  Which brings me back to my original rhetorical question: why put more than a 1+ GHz dual-core CPU in a phone or tablet?  Completely untested assertion: in today’s four- (soon to be eight-) core mobile CPUs, all but two of the cores are effectively unused.

This is not intended as an indictment against quad- (soon to be octal-) core mobile CPUs.  I’ve laid the groundwork to address my cavalier comment that “contemporary mobile phones have four+ cores for no adequately explored reason,” and I can think of some excellent ways to put all that compute horsepower to use.  I leave you with two key thoughts:

  1. We should re-visit some of the ground-breaking parallel computing concepts and how they could apply to scalable/flexible cloud computing
  2. Contemporary mobile CPUs have a tremendous amount of underutilized compute horsepower

I will tie those two thoughts together in part two of this article and present an out-of-the-box idea for the ultimate computing surface.

 

About the Author: 

Bruce Kleinman is a senior technology/business executive and principal at FSVadvisors and blogs on fromsiliconvalley.com

3 thoughts on “Accelerating Innovation in Cloud & Mobile Computing”

  1. Great article, Bruce, I completely agree. I know you carved out gaming (which was smart) because high-end games are very compute intensive. However, all the heavy lifting is off loaded to the GPU, not the application processor. So, your assertion about dual core CPU still holds. As a graphics guy, I’d draw the minimum line at quad-core GPU for today’s games. That will increase over time, of course as the games continue to get more immersive and realistic. Also on the topic of gaming, the whole “cloud” notion is critical. Most high-end mobile games today are not multiplayer (yet). And that’s because the extreme low latency required in the network to have a competitive “twitch” game is just not there yet. So the cloud today is relegated to leaderboards.

  2. Having over 20 years of IT and Engineering experience, I am scared of “cloud-compute server architectures.” Who/what maintains security. Most sites use clear text and have no additional precautions other than secure logon. Even at that, who has access and rights to your IP? If it is an unscrupulous vendor, I doubt they honor your IP and will use/access it at any time. Further, when large companies cannot secure credit card or account information, what guarantee can cloud servers/vendors give that my companies critical design information will not fall into competitors hands? Though no guarantee it is still better to keep IP on local servers, behind multiple fire walls, and have bastion servers with minimal information open to the internet. Design software should be purchased and used in-house where your IP safely resides.

  3. Security is one of my MAJOR concerns as well and not just the cloud element. We are seeing a cavalier attitude toward security in IoT, mobile, cloud … the whole spectrum. Take mobility and cloud computing, for example. The technology exists today to create a unique, unclonable and unobservable identity for every mobile phone on the planet: that identity would serve as the “root of trust.” With the cornerstone root of trust in place, one can construct an exceptionally secure chain of communication, computation and storage. The lack of serious attention to the security challenge frustrates me greatly. I’ve written a number of posts on fromsiliconvalley.com that express the issues, my frustration and suggest solutions (search for tag ‘security’).

Leave a Reply

featured blogs
Apr 25, 2024
Cadence's seven -year partnership with'¯ Team4Tech '¯has given our employees unique opportunities to harness the power of technology and engage in a three -month philanthropic project to improve the livelihood of communities in need. In Fall 2023, this partnership allowed C...
Apr 24, 2024
Learn about maskless electron beam lithography and see how Multibeam's industry-first e-beam semiconductor lithography system leverages Synopsys software.The post Synopsys and Multibeam Accelerate Innovation with First Production-Ready E-Beam Lithography System appeared fir...
Apr 18, 2024
Are you ready for a revolution in robotic technology (as opposed to a robotic revolution, of course)?...

featured video

MaxLinear Integrates Analog & Digital Design in One Chip with Cadence 3D Solvers

Sponsored by Cadence Design Systems

MaxLinear has the unique capability of integrating analog and digital design on the same chip. Because of this, the team developed some interesting technology in the communication space. In the optical infrastructure domain, they created the first fully integrated 5nm CMOS PAM4 DSP. All their products solve critical communication and high-frequency analysis challenges.

Learn more about how MaxLinear is using Cadence’s Clarity 3D Solver and EMX Planar 3D Solver in their design process.

featured paper

Designing Robust 5G Power Amplifiers for the Real World

Sponsored by Keysight

Simulating 5G power amplifier (PA) designs at the component and system levels with authentic modulation and high-fidelity behavioral models increases predictability, lowers risk, and shrinks schedules. Simulation software enables multi-technology layout and multi-domain analysis, evaluating the impacts of 5G PA design choices while delivering accurate results in a single virtual workspace. This application note delves into how authentic modulation enhances predictability and performance in 5G millimeter-wave systems.

Download now to revolutionize your design process.

featured chalk talk

Automotive/Industrial PSoC™ High Voltage (HV) Overview
Sponsored by Mouser Electronics and Infineon
In this episode of Chalk Talk, Amelia Dalton and Marcelo Williams Silva from Infineon explore the multitude of benefits of Infineon’s PSoC 4 microcontroller family. They examine how the high precision analog blocks, high voltage subsystem, and integrated communication interfaces of these solutions can make a big difference when it comes to the footprint size, bill of materials and functional safety of your next automotive design.
Sep 12, 2023
27,702 views