Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

UltraSPARC T1

From Wikipedia, the free encyclopedia
This article needs to beupdated. Please help update this article to reflect recent events or newly available information.(May 2014)
Microprocessor by Sun Microsystems
UltraSPARC T1
Logo introduced in 2006
General information
LaunchedNovember 14, 2005; 19 years ago (2005-11-14)
Designed bySun Microsystems
Common manufacturer
Performance
Max.CPUclock rate1.0 GHz to 1.4 GHz
Architecture and classification
Instruction setSPARC V9
Physical specifications
Cores
  • 4, 6, 8
Products, models, variants
Core name
  • S1
History
SuccessorUltraSPARC T2
UltraSPARC T1 processor

TheUltraSPARC T1 (codenamed "Niagara") is amultithreading,multicoreCPU released bySun Microsystems in 2005. Designed to lower the energy consumption ofserver computers, the CPU typically uses 72W of power at 1.4 GHz.

The T1 is a new-from-the-ground-upSPARC microprocessor implementation that conforms to the UltraSPARC Architecture 2005 specification[1] and executes the full SPARC V9instruction set. Sun has produced two previous multicore processors (UltraSPARC IV and IV+), but UltraSPARC T1 was its first microprocessor that is both multicoreand multithreaded. Security was built-in from the very first release on silicon, with hardware cryptographic units in the T1, unlike general purpose processor from competing vendors of the time. The processor is available with four, six or eight CPU cores, each core able to handle fourthreads concurrently. Thus, the processor is capable of processing up to 32 threads concurrently.

The UltraSPARC T1 can be partitioned in a similar way to high-end SunSMP systems. Thus, several cores can be partitioned for running a single or group of processes and/or threads, while the other cores deal with the rest of the processes on the system.

Production history

[edit]

Afara Websystems pioneered a radical thread-heavy SPARC design. The company was purchased by Sun, and the intellectual property became the foundation of the CoolThreads line of processors, starting with the T1.

Cores

[edit]
Die shot andfloorplan of an UltraSPARC T1 (Niagara, 8-core)
The UltraSPARC T1'spipeline

The UltraSPARC T1 was designed from scratch as a multi-threaded, special-purpose processor, and thus introduced a whole new architecture for obtaining performance. Rather than try to make each core as intelligent and optimized as they can, Sun's goal was to run as many concurrent threads as possible, and maximize utilization of each core's pipeline. The T1's cores are less complex than those of competing processors in order to allow 8 cores to fit on the same die. The cores do not featureout-of-order execution, or a sizable amount ofcache.

Single-thread processors depend heavily on large caches for their performance because cache misses result in a wait while the data is fetched from main memory. By making the cache larger, the probability of a cache miss is reduced, but the impact of a miss is still the same.

The T1 cores largely side-step the issue of cache misses by multithreading. Each core is abarrel processor, meaning it switches between available threads each cycle. When a long-latency event occurs, such as cache miss, the thread is taken out of rotation while the data is fetched into cache in the background. Once the long-latency event completes, the thread is made available for execution again. Sharing of the pipeline by multiple threads may make each thread slower, but the overall throughput (and utilization) of each core is much higher. It also means that the impact of cache misses is greatly reduced, and the T1 can maintain high throughput with a smaller amount of cache. The cache no longer needs to be large enough to hold all or most of the "working set", just the recent cache misses of each thread.

Benchmarks demonstrate this approach has worked very well on commercial (integer), multithreaded workloads such asJava application servers,enterprise resource planning (ERP) application servers, email (such asLotus Domino) servers, and web servers. These benchmarks suggest each core in the UltraSPARC T1 is more powerful than the circa 2001, single-core, single-threaded UltraSPARC III, and at a chip to chip comparison, significantly outperforms other processors on multithreaded integer workloads.[citation needed]

Physical characteristics

[edit]

The UltraSPARC T1 contains 279 million transistors and has an area of 378 mm2. It was fabricated byTexas Instruments (TI) in their 90 nmcomplementary metal–oxide–semiconductor (CMOS) process with nine levels ofcopper interconnect.[2] Each core has L1 16 KB instruction cache and 8 KB data cache. L2 cache is 3 MB and there is no L3 cache.

Systems

[edit]
Sun Fire T1000 server

The T1 processor can be found in the following products from Sun andFujitsu Computer Systems:

Target market

[edit]

The UltraSPARC T1 microprocessor is unique in its strength and weaknesses, and as such is targeted at specific markets. Rather than being used forhigh-end number-crunching and ultra-high performance applications, the chip is targeted at network-facing high-demand servers, such as high-trafficweb servers, and mid-tier Java, ERP, and CRM application servers, which often utilize a large number of separate threads. One of the limitations of the T1 design is that a singlefloating point unit (FPU) is shared between all 8 cores, making the T1 unsuitable for applications performing a lot of floating point mathematics. However, since the processor's intended markets do not typically make much use of floating-point operations, Sun did not expect this to be a problem. Sun provides a tool for analysing an application's level ofparallelism and use of floating point instructions to determine if it is suitable for use on a T1 or T2 platform.[3]

In addition to web and application tier processing, the UltraSPARC T1 may be well suited for smaller database applications which have a large user count. One customer has published results showing that aMySQL application running on an UltraSPARC T1 server ran 13.5 times faster than on an AMD Opteron server.[4]

Virtualization

[edit]

T1 is the first SPARC processor that supports the Hyper-Privileged execution mode. The SPARC Hypervisor runs in this mode, and it can partition a T1 system into 32Logical Domains, each of which can run an operating system instance.

Currently[when?],Solaris,Linux,NetBSD andOpenBSD are supported.

Software licensing issues

[edit]

Traditionally, commercial software suites such asOracle Database charge their customers based on the number of processors the software runs on. In early 2006,Oracle changed the licensing model by introducing theprocessor factor. With a processor factor of .25 for the T1, an 8-core T2000 requires only a 2-CPU license.[5]

The "Oracle Processor Core Factor Table"[6] has since been updated regularly as new CPUs came to market.

In Q3 2006,IBM introduced the concept of Value Unit (VU) pricing. Each core of the T1 is 30 PVUs (each T2 core is 50 PVUs, and T3 is 70 PVUs) instead of the default value of 100 PVUs per core.[7]

Weaknesses

[edit]

The T1 only offered a single floating-point unit to be shared by the 8 cores, limiting usage in HPC environments. This weakness was mitigated with the follow-onUltraSPARC T2 processor, which included 8 floating point units, as well as other additional features.

Furthermore, the T1 was only available in uniprocessor systems, limiting vertical scalability in large enterprise environments. This weakness was mitigated with the follow-onUltraSPARC T2 Plus,[8] as well as the next generationSPARC T3 andSPARC T4. The UltraSPARC T2+, SPARC T3, and SPARC T4 all offer single, dual, and quad socket configurations.

The T1 had outstanding throughput with massive numbers of threads supported by the processor, but older applications burdened with single thread bottlenecks occasionally exhibited poor overall performance. Single-threaded application weakness was mitigated with the follow-onSPARC T4 processor. The T4 core count was reduced to 8 (from 16 on the T3), the cores were made more complex, the clock rate was nearly doubled — all contributing to faster single thread performance (300% to 500% increase over previous generations).[9] Additional effort was made to add the "critical thread API", where the operating system would detect a bottleneck and would temporarily allocate the resources of an entire core, instead of 1 (of 8) threads, to the targeted application processes exhibiting single threaded CPU bound behavior.[10] This allowed the T4 to uniquely mitigate single threaded bottlenecks, while not having to compromise in the overall architecture to achieve massive multi-threaded throughput.

Application tuning

[edit]

Leveraging the massive amount ofthread-level parallelism (TLP) available on the CoolThreads platform can require different application development techniques than for traditional server platforms. Using TLP in applications is key to getting good performance. Sun has published a number ofSun BluePrints to assist application programmers in developing and deploying software on T1 or T2-based CoolThreads servers. The main article,Tuning Applications on UltraSPARC T1 Chip Multithreading Systems,[11] addresses issues for general application programmers. There is also a BluePrints article on using the Cryptographic Accelerator Units on the T1 and T2 processors.[12]

Case studies

[edit]

A wide range of applications were optimized on the CoolThreads platform, including SymantecBrightmail AntiSpam,[13] Oracle'sSiebel applications,[14] and theSun Java System Web Proxy Server.[15] Sun also documented its experience in moving its own online store onto a T2000 server cluster,[16] and have published two articles on web consolidation on CoolThreads usingSolaris Containers.[17][18]

Sun had an application performance tuning page for a range ofopen source applications, includingMySQL,PHP,gzip, andImageMagick.[19] Proper optimization for CoolThreads systems can result in significant gains: when theSun Studio compiler is used with the recommended optimization settings, MySQL performance improves by 268% compared to using just the-O3 flag.

Contemporary and subsequent designs

[edit]

The "Coolthreads(TM)" architecture, beginning with the UltraSPARC T1 (with its positive and negative aspects), was certainly influential in the concurrent and future designs of SPARC processors.

"Rock"

[edit]
Main article:Rock processor

The original UltraSPARC T1 was designed for single CPU systems only and is not capable of SMP. "Rock" was a more ambitious project, intended to support multiple-chip server architectures, targeting traditional data-facing workloads such as databases. It was seen as more a follow-on to Sun's SMP processors such asUltraSPARC IV, rather than a replacement for the UltraSPARC T1 or T2, but was canceled in the timeframe ofOracle's acquisition of Sun.

UltraSPARC T2

[edit]
Main article:UltraSPARC T2

Formerly known by the codenameNiagara 2, the follow-on to the UltraSPARC T1, the T2 provides eight cores. Unlike the T1, each core supports 8 threads per core, one FPU per core, one enhanced cryptographic unit per core, and CPU embedded 10 Gigabit Ethernet network controllers.

UltraSPARC T2 Plus

[edit]
Main article:UltraSPARC T2

In February 2007, Sun announced at its annual analyst summit that its third-generationsimultaneous multithreading design, code-namedVictoria Falls, wastaped out in October 2006. A two-socket server (2RU) will have 128 threads, 16 cores, and a 65× performance improvement over UltraSPARC III.[8]

At theHot Chips 19 conference, Sun announced that Victoria Falls will be in two-way and four-way servers. Thus, a single 4-way SMP server will support 256 concurrent hardware threads.[20]

In April 2008, Sun released 2-way UltraSPARC T2 Plus servers, the SPARC Enterprise T5140 and T5240.

In October 2008, Sun released 4-way UltraSPARC T2 Plus SPARC Enterprise T5440 server.[21]

SPARC T3

[edit]
Main article:SPARC T3

In October 2006, Sun disclosed that Niagara 3 will be built with a 45 nm process.[citation needed]The Register, reported in June 2008 that the microprocessor will have 16 cores, incorrectly suggesting each core would have 16 threads. During the Hot Chips 21 conference Sun revealed the chip has a total of 16 cores and 128 threads.[22][23] According to theISSCC 2010 presentation:

"A 16-core SPARC SoC processor enables up to 512 threads in a 4-way glueless system tomaximize throughput. The 6 MB L2 cache of 461 GB/s and the 308-pin SerDes I/O of 2.4 Tb/ssupport the required bandwidth. Six clock and four voltage domains, as well as powermanagement and circuit techniques, optimize performance, power, variability and yield trade-offsacross the 377mm2 die."[24]

SPARC T4

[edit]
Main article:SPARC T4

The T4 CPU was released in late 2011. The new T4 CPU will drop from 16 cores (on the T3) back to 8 cores (as used on the T1, T2, and T2+). The new T4 core design (named "S3") feature improved per-thread performance, due to introduction of out-of-order execution, as well as having additional improved performance for single-threaded programs.[25][26]

In 2010,Larry Ellison announced that Oracle will offerOracle Linux on the UltraSPARC platform, and the port was scheduled to be available in the T4 and T5 timeframe.[27]

John Fowler, Executive Vice President Systems Oracle, in Openworld 2014 said Linux will be able to run on Sparc at some point.[28][29][30][31]

SPARC T5

[edit]
Main article:SPARC T5

The new T5 CPU features 128 threads over 16 cores and is manufactured with a 28 nanometer technology.

Open design

[edit]

On March 21, 2006, Sun made the UltraSPARC T1 processor design available under theGNU General Public License via theOpenSPARC project.[32] The published information includes:

  • Verilog source code of the UltraSPARC T1 design;
  • Verification suite and simulation models;
  • ISA specification (UltraSPARC Architecture 2005);
  • TheSolaris 10 OS simulation images.

References

[edit]
  1. ^"OpenSPARC T1".SunSource.net. Sun Microsystems. 2006. Archived fromthe original on April 21, 2006. RetrievedAugust 3, 2024.
  2. ^McGhan, Harlan (6 November 2006). "Niagara 2 Opens the Floodgates".Microprocessor Report.
  3. ^"cooltst: Cool Threads Selection Tool".Workload Characterization blog.Sun Microsystems. April 6, 2006. Retrieved2008-05-30.
  4. ^Thomas Rampelberg; Jason J. W. Williams (2006-05-09)."Cruisin' with a T2k"(PDF). DigiTar. p. 6. Retrieved2007-02-07.
  5. ^"Multi-core Processors: Impact On Oracle Processor Licensing"(PDF). Oracle. Archived fromthe original(PDF) on 2007-03-20. Retrieved2007-08-12.
  6. ^"Oracle Processor Core Factor Table"(PDF). Oracle. Retrieved8 September 2011.
  7. ^"Processor Value Unit Licensing for Distributed SW". IBM. Retrieved2011-06-15.
  8. ^abFowler, John (February 6, 2007)."Growth by Design"(PDF).Sun Microsystems. p. 21. Retrieved2007-02-07.
  9. ^"Oracle's Sparc T4 chip: Will you pay Larry's premium?". The Register. Retrieved2012-06-21.
  10. ^"Conversations with Oracle Innovators". Oracle. Retrieved2012-06-21.
  11. ^"Developing and Tuning Applications on UltraSPARC T1 Chip Multithreading Systems"(PDF).Sun BluePrints Online. Sun Microsystems. Retrieved2008-01-09.
  12. ^"Using the Cryptographic Accelerators in the UltraSPARC T1 and T2 Processors"(PDF).Sun BluePrints Online. Sun Microsystems. Retrieved2008-01-09.
  13. ^"Tuning Symantec Brightmail AntiSpam on UltraSPARC T1 and T2 Processor-Powered Servers"(PDF).Sun BluePrints Online. Sun Microsystems. Retrieved2008-01-09.
  14. ^"Optimizing Oracle's Siebel Applications on Sun Fire Servers with CoolThreads Technology"(PDF).Sun BluePrints Online. Sun Microsystems. Retrieved2008-01-09.
  15. ^"Sun's High-Performance and Reliable Web Proxy Solution"(PDF).Sun BluePrints Online. Sun Microsystems. Retrieved2008-01-09.
  16. ^"Consolidating the Sun Store onto Sun Fire T2000 Servers"(PDF).Sun BluePrints Online. Sun Microsystems. October 2007. Retrieved2008-01-09.
  17. ^"Deploying Sun Java Enterprise System 2005-Q4 on the Sun Fire T2000 Server Using Solaris Containers"(PDF).Sun BluePrints Online. Sun Microsystems. Retrieved2008-01-09.
  18. ^"Web Consolidation on the Sun Fire T1000 using Solaris Containers"(PDF).Sun BluePrints Online. Sun Microsystems. Retrieved2008-01-09.
  19. ^"Application Performance Tuning". Sun Microsystems. Retrieved2008-01-09.
  20. ^Stephen, Phillips (August 21, 2007)."Victoria Falls: Scaling Highly-Threaded Processor Cores"(PDF).Sun Microsystems. p. 24. Retrieved2007-08-24.
  21. ^"Sun and Fujitsu's SPARC Enterprise T5440 Server Redefines Midrange Enterprise Computing with Industry-Leading Price Points, Power Management and Multiple World Record Benchmarks".Sun Microsystems. October 13, 2008. Retrieved2008-10-13.
  22. ^Sanjay Patel, Stephen Phillips and Allan Strong. "Sun's Next-Generation Multi-threaded Processor - Rainbow Falls: Sun's Next Generation CMT ProcessorArchived 2011-07-23 at theWayback Machine".HOT CHIPS 21.
  23. ^Stokes, Jon (February 9, 2010). "Two billion-transistor beasts: POWER7 and Niagara 3".Ars Technica.
  24. ^J. Shin, K. Tam, D. Huang, B. Petrick, H. Pham, C. Hwang, H. Li, A. Smith, T. Johnson,F. Schumacher, D. Greenhill, A. Leon, A. Strong. "A 40nm 16-Core 128-Thread CMT SPARC SoC Processor".ISSCC 2010.
  25. ^"Oracle's SPARC T4 chip: Will you pay Larry's premium?".The Register.
  26. ^Sean Gallagher (28 September 2011),"SPARC T4 looks to be good enough to stave off defections to x86, Linux",arstechnica.com,Ars Technica
  27. ^Niccolai, James."Ellison: Oracle Enterprise Linux Coming to Sparc". PCWorld.
  28. ^"Oracle says Sparc M7 chip will put an end to Heartbleed". The Inquirer. Archived from the original on October 3, 2014.
  29. ^"binutils patches". binutils ml.
  30. ^"linux kernel patches". sparc linux ml.
  31. ^"libc patches". libc ml.
  32. ^"Open SPARC T1".oracle.com. Retrieved2021-01-16.

External links

[edit]
Hardware
Systems
Processors
Other
Sun Microsystems logo
Software
Storage
Performance
Research
Education
Community
People
Acquisitions
Slogans
Retrieved from "https://en.wikipedia.org/w/index.php?title=UltraSPARC_T1&oldid=1262485429"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp