BRINK
发表于 2025-3-26 22:41:20
Designing DNN Acceleratorsmultiplications, in order to achieve higher performance (i.e., higher throughput and/or lower latency) on off-the-shelf general-purpose processors such as CPUs and GPUs. In this chapter, we will focus on optimizing the processing of DNNs directly by designing specialized hardware.
Liberate
发表于 2025-3-27 04:28:35
http://reply.papertrans.cn/31/3030/302996/302996_32.png
Customary
发表于 2025-3-27 07:23:14
http://reply.papertrans.cn/31/3030/302996/302996_33.png
intuition
发表于 2025-3-27 10:06:26
Exploiting Sparsityeferring to the fact that there are many repeated values in the data. Much of the time the repeated value is zero, which is what we will assume unless explicitly noted. Thus, we will talk about the sparsity or density of the data as the percentage of zeros or non-zeros, respectively in the data. The
delegate
发表于 2025-3-27 15:11:40
http://reply.papertrans.cn/31/3030/302996/302996_35.png
Pepsin
发表于 2025-3-27 18:19:04
Advanced Technologiess well as the transfer of the data. The associated physical factors also limit the bandwidth available to deliver data between memory and compute, and thus limits the throughput of the overall system. This is commonly referred to by computer architects as the “memory wall.”
Ingredient
发表于 2025-3-28 00:58:43
Conclusionations including computer vision, speech recognition, and robotics and are often delivering better than human accuracy. However, while DNNs can deliver this outstanding accuracy, it comes at the cost of high computational complexity. With the stagnation of improvements in general-purpose computation
enflame
发表于 2025-3-28 03:04:07
http://reply.papertrans.cn/31/3030/302996/302996_38.png
Bumptious
发表于 2025-3-28 06:53:04
http://reply.papertrans.cn/31/3030/302996/302996_39.png
富饶
发表于 2025-3-28 13:11:24
https://doi.org/10.1007/978-3-662-39613-1stical learning on a large amount of data to obtain an effective representation of an input space. This is different from earlier approaches that use hand-crafted features or rules designed by experts.