Thursday, December 17th 2015
HSA Announces Publication of New Guide to Heterogeneous System Architecture
The Heterogeneous System Architecture (HSA) Foundation today announced publication of Heterogeneous System Architecture: A New Compute Platform Infrastructure (1st Edition), edited by Dr. Wen-Mei Hwu. The book, published by Elsevier Publishing (found here: here), offers a practical guide to understanding HSA, a standardized platform design that unlocks the performance and power efficiency of parallel computing engines found in most modern electronic devices.
"Heterogeneous computing is a key enabler of the next generation of compute environments, wherein entire systems will interconnect autonomously and in real time," said HSA Foundation President Dr. John Glossner. "Developers who are skilled in the use of this platform will have the upper hand in terms of design time, IP portability, power efficiency and performance."
To support these developers, the HSA Foundation working groups are rapidly standardizing tools and APIs for debug and profiling, creating guidelines for incorporating IP from multiple vendors into the same SoC, and much more. The Foundation released the v1.0 specification in March, and soon thereafter, companies including AMD, ARM, Imagination Technologies and MediaTek previewed their plans for rolling out the world's first products based on HSA.
"The HSA guidebook will help proliferate the platform among students, programmers and developers worldwide," said Dr. Hwu. "This publication will help them quickly learn more about HSA concepts, fundamentals, and practices, including techniques for creating virtual parallel systems, as well as compiling and simulating designs."
Through the new book, software application developers, computer science researchers, and students in computer architecture, distributed computing, and software engineering courses will learn:
Contributing authors include HSA Foundation members and experts from both academia and industry. Some of these distinguished authors include: Yeh-Ching Chung, Benedict R. Gaster, Juan Gómez-Luna, Derek Hower, Lee Howes, Shih-Hao Hung, Thomas B. Jablin, David Kaeli, Phil Rogers, Ben Sander, I-Jui (Ray) Sung.
"Heterogeneous computing is a key enabler of the next generation of compute environments, wherein entire systems will interconnect autonomously and in real time," said HSA Foundation President Dr. John Glossner. "Developers who are skilled in the use of this platform will have the upper hand in terms of design time, IP portability, power efficiency and performance."
To support these developers, the HSA Foundation working groups are rapidly standardizing tools and APIs for debug and profiling, creating guidelines for incorporating IP from multiple vendors into the same SoC, and much more. The Foundation released the v1.0 specification in March, and soon thereafter, companies including AMD, ARM, Imagination Technologies and MediaTek previewed their plans for rolling out the world's first products based on HSA.
"The HSA guidebook will help proliferate the platform among students, programmers and developers worldwide," said Dr. Hwu. "This publication will help them quickly learn more about HSA concepts, fundamentals, and practices, including techniques for creating virtual parallel systems, as well as compiling and simulating designs."
Through the new book, software application developers, computer science researchers, and students in computer architecture, distributed computing, and software engineering courses will learn:
- How performance-bound programming algorithms and application types can be significantly optimized by using HSA hardware and software features;
- Ideal mapping of processing resources from CPUs to many other heterogeneous processors, in compliance with HSA specifications ;
- Clear and concise explanations of key HSA concepts and fundamentals provided by expert HSA specification contributors.
Contributing authors include HSA Foundation members and experts from both academia and industry. Some of these distinguished authors include: Yeh-Ching Chung, Benedict R. Gaster, Juan Gómez-Luna, Derek Hower, Lee Howes, Shih-Hao Hung, Thomas B. Jablin, David Kaeli, Phil Rogers, Ben Sander, I-Jui (Ray) Sung.
4 Comments on HSA Announces Publication of New Guide to Heterogeneous System Architecture
Performance on IGPs is low, probably to the point where just copying the data over to a discrete card, doing the computation there, and copying the result back is faster. Also, getting something working (and working well) on a GPU is really difficult. I'd rather put time into coding for a card with dedicated memory (that will also work with IGPs), than try to use HSA and have something that doesn't work (or doesn't work well) with discrete cards.