BDTI Releases Benchmark Results for Tilera’s TILE64 Multicore Processor

Submitted by BDTI on Wed, 09/17/2008 - 20:00

BDTI has released independent benchmark results for Tilera’s massively parallel TILE64 processor on the BDTI Communications Benchmark (OFDM)™. The TILE64 chip incorporates 64 processor cores connected to each other in a mesh configuration. The cores operate at 866 MHz and are fairly simple, three-issue VLIW machines that support limited SIMD operations, such as SIMD adds and subtracts (but not SIMD multiplies).  Tilera expects engineers to program the chip using C/C++ along with intrinsics to access the SIMD capabilities.

The TILE64 targets a wide range of applications, including networking, communications, and digital video. According to Tilera, the chip consumes under 20 Watts. Shipping to initial customers began in 2007 and volume production is scheduled for the fourth quarter of this year. 

BDTI evaluated the TILE64’s performance using the BDTI Communications Benchmark (OFDM). This benchmark is an application-oriented benchmark based on an orthogonal frequency division multiplexing (OFDM) receiver, as shown in the block diagram below. It is representative of the baseband processing found in many current and emerging wired and wireless communications applications. BDTI verified the TILE64 benchmark results on hardware.

 

ofdm_block_diagram

 

Figure 1 :BDTI Communications Benchmark (OFDM)™: Simplified Block Diagram

BDTI has used the BDTI Communications Benchmark (OFDM) to evaluate a range of processing engines that target communications applications, including traditional, high-performance DSP processors, massively parallel processors, and high-performance, DSP-oriented FPGAs.  As noted earlier, the TILE64 is intended for use in a wide range of applications, of which communications is only a subset.  BDTI has not benchmarked the chip’s capabilities on other types of processing.

For this benchmark, BDTI reports two sets of results: low-cost results, which are optimized to provide the lowest cost per channel; and high-capacity results, which are optimized to accommodate the maximum number of channels per chip. A chip vendor may use two different chips to generate these two results. 

Because so far Tilera has only benchmarked one of its chips, the high-capacity and low-cost results are the same. High-capacity benchmark results for the TILE64 and other selected chips are shown in Table 1.

Additional BDTI Communications Benchmark (OFDM) results are available at /Resources/BenchmarkResults/OFDM.

certified logo

Chip

Clock speed

Chip cost

(Qty 1K)

Maximum channels supported

Cost per channel

TILE64

866 MHz

$889.00

15

$59.27

picoChip PC102

160 MHz

$120.00

14

$8.57

TI TMS320C6455   (without using Viterbi co-processor)

1.2 GHz

$292.67

1.54

$268.50

TI TMS320C6455 (Estimated results for chip using Viterbi co-processor)

1.2 GHz

$292.67

<=1.95

>=$150

Xilinx Virtex-4 FX140

-11 speed grade

$1,280.00

432

$2.75

Table 1. BDTI Certified high-capacity results for the BDTI Communications Benchmark (OFDM). Results © 2006-2008 BDTI.

As shown in Table 1, the TILE64 is able to handle 15 channels of BDTI’s OFDM benchmark. This is one channel more than picoChip’s PC102, though as shown above, the TILE64 is much more expensive.  TILE64 implements dramatically more channels than Texas Instruments’ TMS320C6410 (a traditional single-core DSP)—but many fewer than the Xilinx Virtex-4 FPGA. (We should note here that picoChip, TI, and Xilinx have all introduced new chips since these benchmark results were issued; BDTI does not yet have results for these newer chips.) The TILE64 is clearly a powerful chip, but its cost-performance—while superior to that of the TI DSP—is not nearly as good as that of the PC102 or FX140.

It’s particularly interesting to compare the TILE64 to the PC102, since both are massively parallel devices. The PC102 operates at a much lower clock rate (160 MHz vs. 866 MHz) and uses a larger, heterogeneous array of processors (308 vs. 64) plus 14 specialized co-processors. The TILE64 uses a smaller, homogeneous array of faster processors. The two approaches yield similar benchmark results here (in terms of the number of channels) but make different tradeoffs in terms of cost and programmability. 

On the Tilera chip, each core implements the full BDTI Communications Benchmark (ODFM) with a throughput equal to one quarter of that required for real-time operation.  A cluster of four cores is therefore able to deliver real-time throughput with four-frame latency. Achieving the 15-channel benchmark result requires 60 cores, plus another four cores to handle I/O and buffering. Tilera implemented the OFDM channel on one core and then replicated this implementation across the chip; and in general, it’s likely that TILE64 users will often start with a C implementation of their application running on one core and then add more cores to improve performance. Because the cores do not share global resources the TILE64’s performance on the benchmark scaled linearly as more cores were added.

Tilera’s simple benchmark implementation approach is different from the approach used by picoChip; picoChip used three different benchmark implementations to make maximum use of the PC102’s heterogeneous resources. Some of these implementations use the hardware co-processors, others are coded exclusively in software, while others use a mixture of the two. This is a fairly time-consuming implementation strategy, though it yields excellent chip utilization and low cost-per-channel.

The TILE64 implementation was written in C/C++ with intrinsics, and Tilera says that its engineer completed the implementation process in several weeks. In comparison, we expect that developing a reasonably efficient, assembly-optimized implementation of the benchmark on a high-performance DSP (like the ‘C64x) would take roughly 6-8 weeks (depending on the availability of off-the-shelf components, like FFTs), while an FPGA implementation would take even longer since it requires the user to work in VHDL.

The TILE64’s value proposition, then, appears to be its combination of high performance and ease of use rather than its cost-performance. Tilera’s support for working mainly in C/C++ provides a familiar programming model for many engineers and clearly can reduce both implementation effort and time-to-market. The chip’s ease of use also depends on the effort required to partition applications across the TILE64 array. This is a manual process on the TILE64 (like on most massively parallel devices) and, depending on the application, may prove to be a significant portion of the implementation effort. BDTI’s OFDM benchmark (like some other multi-channel applications) is fairly straightforward to partition; other non-channelized applications will be less so.  In general, however, the partitioning step is simpler on homogeneous processing arrays like the TILE64 than on heterogeneous arrays.

Tilera believes that its chip is well suited for replacing multiple DSPs, CPUs, and ASICs within a system.  This can be an appealing concept since it means that developers only have to work with one architecture and one tool chain—and it’s a C-based tool chain at that. Plus, replacing multiple chips with one TILE64 can potentially reduce the overall footprint and power consumption. Tilera’s main challenge will lie in overcoming customers’ reluctance to work with a relatively new, unproven technology, and convincing system designers that the chip’s system-level benefits and relatively straightforward programming model justify its price tag.   

Add new comment

Log in to post comments