Got it

Need for the development of Heterogeneous Computing in the Informatization Era

Latest reply: Oct 20, 2020 12:22:23 841 16 7 0 1

Hello community!

This time I will share an interesting article about a topic that I have not seen much information about in the Forum, and that I consider has great importance in the era of Artificial Intelligence and Big Data. It is about Heterogeneous Computing. Without further ado, I hope you find it interesting.


:::::::::::--------:::::::::::::::--------


In the Internet industry, with the popularization of computerization and the rapid increase in the volume of data, people have new requirements for storage space. At the same time, the rise of machine learningArtificial Intelligence, controllerless industrial simulation, and other fields has made general-purpose CPUs, when it comes to massive computations and massive data / images, increasingly present bottlenecks. performance, such as low parallelism, insufficient bandwidth, and high latency.


To meet the needs of diversified computing increasingly scenarios have begun to introduce hardware GPU and FPGA for acceleration, and has emerged Heterogeneous Computing. It mainly refers to the calculation method of a system made up of computing units of different types of instruction sets and architectures.


1

Heterogeneous Computing Architecture



In the 1980s heterogeneous computer technology was born. So-called heterogeneous refer to various computing units such as CPUDSPGPUASICcoprocessorFPGA, etc., computing units that use different types of instruction sets and different architectures to form a hybrid system that performs special calculations. The method is called "heterogeneous computing".


Specially in the field of Artificial Intelligenceheterogeneous computing shows promise. As we all know, AI means extremely high requirements for computing power. Today, heterogeneous computing represented by GPUs has evolved into a new generation of computing architecture that accelerates AI innovation .



Why do we need heterogeneous computing?


When it comes to computing, we generally think of CPUs, but CPUs are general-purpose computing and are subject to Moore's Law. With the development of diversified computing, especially the diversification of types of applications, CPUs are "powerless" to process certain types of calculations. The introduction of specific units turns the computer system into a hybrid structure. Each different type of computing unit can perform the tasks that it is best given.


Although CPU is not good for computing, it is good for management and programming, such as data reading, file management, human-computer interaction, etc. It has many routines and many auxiliary tools; GPU management is weaker and calculations are stronger, but due to the concurrency of multiple processes, it is more suitable Algorithms for processing full block streams of data; FPGA can manage and operate, but the development cycle is long and the development of complex algorithms is difficult. It is suitable for stream processing algorithms, either a complete block of data or one by one. In terms of real-time performance, FPGA is the highest.


When the demand for massive computing power comes, such as artificial intelligence, GPUFPGA, and CPU will perform the calculations naturally.



The two main factions of heterogeneous computing: GPU and FPGA


The heterogeneous computing platforms that we are most familiar with are the "CPU + GPU" and "CPU + FPGA" architectures . The biggest advantage of these typical heterogeneous computing architectures is that they have higher efficiency and low latency computing performance than traditional CPU parallel computing. Especially when industry demand for computing performance is increasing, heterogeneous computing becomes increasingly important.


2

CPU + GPU heterogeneous computing architecture



As we all know, compared to CPUGPU and FPGA have many advantages. The GPU has greater parallelism, a higher single-machine computing peak, and greater computing efficiency; The advantages of FPGA are mainly reflected in its higher watt performance, higher unstructured data computation performance, higher hardware acceleration performance, lower device interconnection delay.


Currently, the most widely used heterogeneous computing is to use GPUs for acceleration. All conventional GPUs use a unified architecture unit. With a powerful line of programmable stream processors, GPUs leave the CPU far behind in single-precision floating point operations. GPU makers represented by Nvidia and AMD touted the GPU to greatly accelerate general computing. Various GPU manufacturers have introduced GPUs suitable for general computing, GPGPU(General Purpose GPU). For a time, the entire industry talked about GPU computing .


In addition to GPUsFPGAs have become a hot spot in the semiconductor industry in recent years. As a high-performance, low-power programmable chip, FPGA can design specific algorithms according to customer customization. So when it comes to massive amounts of data, FPGA has the advantage over CPU and GPUFPGA has higher computational efficiency and FPGA is closer to IO.


FPGA does not use instructions or software, it is a device that integrates software and hardware. A hardware description language is used to program an FPGA, and the logic described by the hardware description language can be compiled directly into a combination of transistor circuits. Therefore, FPGA actually uses transistor circuits to implement the user's algorithm directly, without translating the instruction system.


3

CPU + FPGA heterogeneous computing architecture



Of course, in addition to GPU and FPGAASIC is also a computer chip option. ASIC is a kind of special-purpose chip, which is different from the traditional general-purpose chip, it is a specially customized chip for a specific demand. The computing power and computing efficiency of the ASIC chips can be customized according to the needs of the algorithm. Therefore, compared to general-purpose chips, ASIC has the following advantages: small size, low power consumption, high computing performance, high computing efficiency, and chip output. The higher the volume, the lower the cost. But the shortcomings are also obvious: the algorithm is fixed and may not be available once the algorithm changes.

 

At present, Artificial Intelligence is in a period of great explosion, and a large number of algorithms are constantly emerging. It is far from reaching the algorithm plateau. How to adapt special ASIC chips to various algorithms is the biggest problem.


Different processor chips have their own distinctive features in the construction of heterogeneous computing . There are a lot of open source software and application software in the CPU and GPU fields. Any new technology will first use the CPU to implement algorithms. Therefore, the CPU programming resources are abundant and easy to obtain, and the development cost is low and the development cycle is low. FPGA is implemented using Verilog/VHDL and other low-level hardware description languages, requiring developers to have a deeper understanding of the chip's characteristicsFPGAs , but their high parallelism characteristics can often lead to orders of magnitude improvements in business performance; at the same time, FPGA is dynamic and reconfigurable. After implementation in the data center, different logics can be configured to achieve different hardware acceleration functions according to the business form.


ASIC chips can get the best performance, that is, high area utilization, high speed and low power consumption; But AISC development is extremely risky and a large enough market is needed to guarantee cost pricing, and the time period from R&D to market is very long. It is not suitable for areas where algorithms like deep learning from CNN (Convolutional Neural Networks) are rapidly iterating.



Conclusion


The current trend of computing diversification is unstoppable and a single CPU can no longer demand computing power. In this case, the heterogeneous computing represented by GPU and FPGA is popular. In particular, with the promotion of new technologies such as Artificial IntelligenceBig Data and IoT, the types of applications are diversified and their computing requirements are also differentiated. Whether it is "CPU + GPU" or "CPU + FPGA", they are all intended to better meet custom computing needs.


It is foreseeable that with the evolution of the computing industry, heterogeneous computing will have a wide range of development space, and we will also see increasingly heterogeneous computing architectures playing an increasingly important role in the transport of applications.


Source (in Chinese):  https://forum.huawei.com/enterprise/zh/thread-448777-1-1.html


So far the article. To all this I would like to add that today Huawei has its own line of equipment that makes use of the benefits of this technology. This is the FusionServer Pro G series. The Huawei FusionServer Pro G series are heterogeneous servers for data centers. They apply to scenarios such as artificial intelligence (AI), high performance computing (HPC), databases, and video analytics.


I hope you liked it, feel free to leave your impressions in the comments section.


#EnterpriseCommunity

#OneHuawei

#MVE



Learned, well done.
View more
  • x
  • convention:

gabo.lr
gabo.lr Created Sep 26, 2020 18:40:14 (0) (0)
Thanks for your feedback!  
Heterogeneous ComputingNeed for the development of Heterogeneous Computing in the Informatization Era-3441187-1
View more
  • x
  • convention:

gabo.lr
gabo.lr Created Sep 26, 2020 18:40:35 (0) (0)
Thank you!  
Need for the development of Heterogeneous Computing in the Informatization Era-3441193-1
View more
  • x
  • convention:

gabo.lr
gabo.lr Created Sep 26, 2020 18:40:54 (0) (0)
Thank you!  
great
View more
  • x
  • convention:

gabo.lr
gabo.lr Created Sep 26, 2020 18:41:09 (0) (0)
Thank you!  
Good
View more
  • x
  • convention:

gabo.lr
gabo.lr Created Sep 26, 2020 21:46:08 (0) (0)
 
Very interesting!
View more
  • x
  • convention:

gabo.lr
gabo.lr Created Sep 26, 2020 21:46:21 (0) (0)
Thank you!  
Nice job, thank you!Need for the development of Heterogeneous Computing in the Informatization Era-3456913-1
View more
  • x
  • convention:

gabo.lr
gabo.lr Created Oct 20, 2020 12:24:14 (0) (0)
Thank you for reading!  
Very good post my friend, thanks for sharing!
View more
  • x
  • convention:

gabo.lr
gabo.lr Created Oct 20, 2020 12:24:40 (0) (0)
Thank you very much!  

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.