Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

Intel Archive

Exploring the Use of HyperThreading Technology for Multimedia Apps

Processors with Hyper-Threading technology can improve the performance of applications by permitting a single processor to process data as if it were two processors by executing instructions from different threads in parallel rather than serially. However, the potential performance improvement can be only obtained if an application is multithreaded by parallelization techniques. This article presents the multithreaded code generation and optimization techniques developed for the Intel C++/Fortran compiler. We conduct the performance study of two multimedia applications parallelized with OpenMP pragmas and compiled with the Intel compiler on the Hyper-Threading (HT) technology enabled Intel single-processor and multi-processor systems.

Hyperthreading Technology and Digital Multimedia

Digital media applications are unique in that they can generally consume all the performance they can get. Unlike other tasks that execute in a few seconds, the rendering of stills, audio and video can take several minutes or even hours. Applications in the digital media space can translate increases in performance to increases in end-user productivity, and it is therefore beneficial for them to take advantage of the latest platform technologies.

Hyperthreading Moves Into Mainstream In 2003

Hyperthreading moves into hyperspeed throughout 2003, with the Canterwood and Springdale chipsets forming the backbone of Intel's desktop roadmap. According to Intel roadmaps seen by ExtremeTech, Intel's desktop processors will extend up to and possibly beyond 3.6-GHz by the beginning of 2004, with Celerons cresting 2.5-GHz by the same timeframe. Await soon an article regarding hyperthreading, here on OSNews.

ZD Net Asks: Does Intel Still Matter?

Intel's recent announcement that it will start shipping motherboards with built-in 802.11b sparked an interesting question in a ZD Net article: is this a sign that Intel has realized that most people don't need faster processors? If demand for 3 and 4 GHz processors is going to be mild, then the logical step for Intel is to move into other areas, like building more stuff onto the motherboard.

Intel in No Hurry for the 64-bit Desktop

"AMD and Apple will likely tout that they can deliver 64-bit computing to desktops this year, but Intel is in no hurry. Two of the company's top researchers said that a lack of applications, existing circumstances in the memory market, and the inherent challenges in getting the industry and consumers to migrate to new chips will likely keep Intel from coming out with a 64-bit chip--similar to those found in high-end servers and workstations--for PCs for years." Read the article at ZDNet.

Intel Outlines New Processor Roadmap

The Pentium 4-based Prescott processor, due in the second half of 2003, will be manufactured using 90-nanometre production technology and carry 13 new instructions aimed at specific applications including media and games. Debuting at 3.4GHz, Prescott will also carry improvements in hyperthreading and an 800MHz bus. Prescott will also feature larger caches and be scalable to 4 to 5 GHz. Intel vice president for mlogic technology development, Joe Schutz, said the company plans to be hitting the 15 to 20 GHz mark by 2010.

Intel Unveils Linux Developer Tool

"Intel Corp. on Wednesday is releasing a Linux version of its technology designed to enable software developers to better analyze and optimize their applications. Using the Intel VTune Performance Analyzer 1.0 for Linux, developers should be able to determine how to get the most out of their Linux applications using Intel's Pentium 4 and Xeon chips, according to the Santa Clara, Calif., chip maker." Read the short story at eWeek.

Intel Adds Punch to Notebook Chips

"Intel introduced six new chips for notebooks on Tuesday, not long after cutting prices on its mobile processors. The chipmaker, which slashed prices on its mobile Pentium 4 and Celeron chips on Sunday, launched a new flagship 2.4GHz Pentium 4-M chip for notebooks. The chipmaker also boosted the clock speed of its mobile Celeron processor, issuing a new 2GHz mobile Celeron." Read more at ZDNet. On other CPU news, Transmeta is embedding security in its new chips.

Inside the Intel Compiler

The folks at Linux Journal used a time machine to post an article from the future about Intel's compiler for Linux, and specifically about the optimizations they used to beat gcc on benchmarks. The increasing acceptance of Linux among developers and researchers has yet to be matched by a similar increase in the number of available development tools. The recently released Intel C++ and Fortran compilers for Linux aim to bridge this gap by providing application developers with highly optimizable compilers for the Intel IA-32 and Itanium processor families.

Hyperthreading–a Sleeping Giant?

HP and Dell, among other workstation manufacturers, have been shipping their systems with the function turned off. Right now, workstation makers say, the broad array of software used in that segment of the market doesn't take advantage of the technology yet. Users, though, can easily turn on the hyperthreading function if they wish (in the BIOS). Although the situation will change, the wrinkle in the workstation market--where Intel said users could see performance benefits of up to 30 percent on select applications--underscores the difficulties in gaining broad acceptance and use for a new technology. Only 30 apps had been fully optimized for the Pentium4 CPU in the first 9 months the chip was on sale.

Hot Contraband: P4 With 3.6 GHz

Too hot to handle: Intel aims to launch the P4 3.6 GHz in mid-2003. For this exclusive report, Tom's Hardware Guide tested CPUs of the future, bringing you benchmarks for P4s in the 3.6 GHz, 3.33 GHz and 3.06 GHz variations. The article also tests against the future AMD AthlonXP 3000+ and 3400+. Update: More information on Intel's plans and technogies for the future.

First SPEC Results for Itanium2

While the first generation of Itanium left many people dissapointed about its performance (mostly because people were trying to run and benchmark 32-bit code, while the CPU only shines when running native 64-bit code), it seems that Intel is back with a vengeance. The new Itanium2, ready to ship in a few months, scores some very good results in the CPU/compiler intense, industry standard benchmark, SPEC. While its integer capabilities are average to good, its floating point ones is the best thing out there today, scoring even better than the IBM Power4 (which includes a whopping 128 MB of cache). What's very interesting in the results is that both the Power4 and the Itanium2 score poorly on MesaGL, Perl and gzip tests but they are adequate on the gcc test. This is possibly because they're optimized for heavily streaming operations, big matrices. For a short commentary on the results check here. AMD Opteron SPEC results are not available yet.

The 64-Bit Question

"Here's a riddle: What's a little bigger than a Wheat Thin, has more transistors than the adult population of the United States, draws as much power as a small vacuum cleaner, and costs as much as a top-quality HDTV? Give up? It's Intel's 64-bit McKinley CPU, soon to be released as Itanium 2. McKinley is the newest member of the IA64 processor family." Read the article at MCPMag.

What the Hell is Hyper-Threading?

"Announced last autumn, Intel's Hyper-Threading technology has finally made it to market, courtesy of the latest Xeon processors. Hyper-Threading is a clever way of making a single chip operate like two separate devices without implementing two cores on one die. That, claims Intel, makes for higher performance without having to resort to significantly larger chips or even adding a second processor to the system." The story is at TheRegUS. Alan Cox says that the technology can bring up to 30% more performance than the same CPU running without Hyper-Threading, but special conditions have to be met, for example, the applications need to be programmed as multi-threaded. The right hardware for the right software.