Recommended: Sing it, brah! 5 fabulous songs for developers
JW's Top 5
Optimize with a SATA RAID Storage Solution
Range of capacities as low as $1250 per TB. Ideal if you currently rely on servers/disks/JBODs
Companies including AMD and ARM have formed a consortium to provide an open specification for software to be written and deployed in a cost-effective manner across multiple hardware configurations, it was announced Tuesday.
The HSA (Heterogeneous System Architecture) Foundation will provide an open hardware interface specification under which program execution can be easily offloaded to other processing resources available in servers, PCs and mobile devices. The new specification will lead to applications that are portable across architectures, while also enabling workloads to be broken up between CPUs and graphics processors for faster and more power efficient computing.
[ Learn how to work smarter, not harder with InfoWorld's roundup of all the tips and trends programmers need to know in the Developers' Survival Guide. Download the PDF today! | Keep up on the day's tech news headlines with InfoWorld's Today's Headlines: Wrap Up newsletter. ]
Computers and mobile devices are combining CPUs with a larger number of coprocessors to speed up computing tasks. Many of the fastest supercomputers today use graphics processors alongside CPUs to speed up complex calculations related to science and math applications. Mobile devices have accelerators that speed up graphics and security applications.
Other companies in the HSA Foundation are Texas Instruments, which develops chips for smartphones; Imagination Technologies, which develops graphics technology used in smartphones and tablets; and MediaTek, which provides mobile chips. Some of the notable companies missing include Intel, which competes with AMD and ARM in the server, mobile, and PC markets.
AMD and ARM offer processors based on different instruction sets, but the specifications provided by the HSA will be hardware agnostic, said AMD spokesman Phil Hughes.
For one, the new specification will enhance OpenCL, a programming standard for parallel execution of tasks across multicore processors. The OpenCL standard includes a C-like programming language with APIs for parallel task execution across hardware including CPUs and GPUs. OpenCL backers include Apple, IBM, Intel, Nvidia, and AMD.
"HSA benefits OpenCL by removing memory copies, bringing low-latency dispatch, and helping improve memory model and pointers shared between the CPU and GPU," Hughes said.
Software is usually written specific to a device, and the HSA Foundation is an effort to abstract the hardware layer so that software can work across the multiple devices and cores, said Dean McCarron, principal analyst at Mercury Research.
For example, smartphones have customized versions of Android, but a standardized specification could provide the groundwork to abstract the hardware, which could enable Android builds to work across different devices.
"It looks to me like they are laying down some of the infrastructure to enable some portability," McCarron said. "If you established what amounts to a standard API for cores, that interaction can be abstracted."