Single-chip Cloud Computer
From Wikipedia, the free encyclopedia
- 1,300,000,000
| General information | |
|---|---|
| Launched | December 2009 |
| Designed by | Intel Tera-Scale Computing Research Program |
| Performance | |
| Max. CPU clock rate | 1 GHz |
| Physical specifications | |
| Transistors |
|
| Cores |
|
| Memory (RAM) |
|
| Socket |
|
| Cache | |
| L1 cache | 16 KB per core, 4-way set associative |
| L2 cache | 256 KB per core, 4-way set associative |
| Architecture and classification | |
| Technology node | 45 nm transistors |
| Instructions | x86, MIC |
| History | |
| Predecessor | Teraflops Research Chip |
| Successor | Xeon Phi |
The Single-Chip Cloud Computer (SCC) is a computer processor created by Intel Corporation in 2009 with 48 distinct physical cores[1] that communicate through an architecture similar to that of a cloud computer data center. Cores are components of the processor responsible for executing instructions that enable the computer to function. The SCC resulted from an Intel project focusing on researching multi-core processors and parallel processing. Intel also aimed to explore the integration of designs and architecture from large cloud computer data centers (cloud computing) into a single processing chip. The name "Single-chip Cloud Computer" reflects this concept.[2]
As of 2010 the SCC was utilized for research purposes. It can run the Linux operating system on the chip, but cannot run Windows.[3] Some applications of the SCC include web servers, data informatics, bioinformatics, and financial analytics.[4]
Technical details
The cores are spread across the chip but capable of direct communication. The chip comprises 48 P54C Pentium cores connected by a 4×6 2D-mesh of 24 tiles arranged in four rows and six columns. Each tile contains two cores and a 16 KB (8 per core) message passing buffer (MPB) shared by the two cores, essentially functioning as a router.[5] This router enables each core to communicate directly with others, eliminating the need to send information back to the main memory for routing to other cores.[3] The SCC contains 1.3 billion 45 nm transistors capable of amplifying signals or acting as a switch, using 25 to 125 watts of power depending on processing demand. Each chip includes four DDR3 memory controllers connected to the 2D mesh, capable of addressing 64 GB of random-access memory. The DDR3 memory facilitates communication among tiles, contributing to the chip's functionality. These controllers, along with the transistors, manage the activation and deactivation of specific tiles to conserve power when not in use. Proper coding integration results in a functional processor with high speed, power, and energy efficiency, resembling a network of cloud computers.[6]
Modes of operation
The SCC comes with RCCE, a simple message-passing interface provided by Intel supporting basic message-buffering operations.[5] The SCC operates in two modes: processor mode and mesh mode.
Processor mode
In processor mode, cores are active, executing code from the system memory, and performing programmed I/O (inputs and outputs) through the system connected to the system board FPGA. Software running on the SCC's embedded management console handles tasks such as loading memory and configuring the processor for bootstrapping (sustaining after the initial load).[7]
Mesh mode
In mesh mode, cores are turned off, leaving only the routers, transistors, and RAM controllers active. These components send and receive large packets of data without a memory map.[7]