語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Modern parallel programming with C++...
~
Kusswurm, Daniel.
FindBook
Google Book
Amazon
博客來
Modern parallel programming with C++ and Assembly language = X86 SIMD development using AVX, AVX2, and AVX-512 /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Modern parallel programming with C++ and Assembly language/ by Daniel Kusswurm.
其他題名:
X86 SIMD development using AVX, AVX2, and AVX-512 /
作者:
Kusswurm, Daniel.
出版者:
Berkeley, CA :Apress : : 2022.,
面頁冊數:
xx, 633 p. :ill., digital ;24 cm.
內容註:
Chapter 1 - SIMD Fundamentals -- Chapter 2 - AVX C++ Programming - Part 1 -- Chapter 3 - AVX C++ Programming - Part 2 -- Chapter 4 - AVX2 C++ Programming - Part 1 -- Chapter 5 - AVX2 C++ Programming - Part 2 -- Chapter 6 - AVX2 C++ Programming - Part 3 -- Chapter 7 - AVX-512 C++ Programming - Part 1 -- Chapter 8 - AVX-512 C++ Programming - Part 2 -- Chapter 9 - Supplemental C++ SIMD Programming -- Chapter 10 - X86 Processor Architecture -- Chapter 11 - Core Assembly Language Programming - Part 1 -- Chapter 12 - Core Assembly Language Programming - Part 2 -- Chapter 13 - AVX Assembly Language Programming - Part 1 -- Chapter 14 - AVX Assembly Language Programming - Part 2 -- Chapter 15 - AVX2 Assembly Language Programming - Part 1 -- Chapter 16 - AVX2 Assembly Language Programming - Part 2 -- Chapter 17 - AVX-512 Assembly Language Programming - Part 1 -- Chapter 18 - AVX-512 Assembly Language Programming - Part 2 -- Chapter 19 - SIMD Usage and Optimization Guidelines -- Appendix A - Source Code and Development Tools -- Appendix B - References and Resources.
Contained By:
Springer Nature eBook
標題:
Assembly languages (Electronic computers) - Handbooks, manuals, etc. -
電子資源:
https://doi.org/10.1007/978-1-4842-7918-2
ISBN:
9781484279182
Modern parallel programming with C++ and Assembly language = X86 SIMD development using AVX, AVX2, and AVX-512 /
Kusswurm, Daniel.
Modern parallel programming with C++ and Assembly language
X86 SIMD development using AVX, AVX2, and AVX-512 /[electronic resource] :by Daniel Kusswurm. - Berkeley, CA :Apress :2022. - xx, 633 p. :ill., digital ;24 cm.
Chapter 1 - SIMD Fundamentals -- Chapter 2 - AVX C++ Programming - Part 1 -- Chapter 3 - AVX C++ Programming - Part 2 -- Chapter 4 - AVX2 C++ Programming - Part 1 -- Chapter 5 - AVX2 C++ Programming - Part 2 -- Chapter 6 - AVX2 C++ Programming - Part 3 -- Chapter 7 - AVX-512 C++ Programming - Part 1 -- Chapter 8 - AVX-512 C++ Programming - Part 2 -- Chapter 9 - Supplemental C++ SIMD Programming -- Chapter 10 - X86 Processor Architecture -- Chapter 11 - Core Assembly Language Programming - Part 1 -- Chapter 12 - Core Assembly Language Programming - Part 2 -- Chapter 13 - AVX Assembly Language Programming - Part 1 -- Chapter 14 - AVX Assembly Language Programming - Part 2 -- Chapter 15 - AVX2 Assembly Language Programming - Part 1 -- Chapter 16 - AVX2 Assembly Language Programming - Part 2 -- Chapter 17 - AVX-512 Assembly Language Programming - Part 1 -- Chapter 18 - AVX-512 Assembly Language Programming - Part 2 -- Chapter 19 - SIMD Usage and Optimization Guidelines -- Appendix A - Source Code and Development Tools -- Appendix B - References and Resources.
Learn the fundamentals of x86 Single instruction multiple data (SIMD) programming using C++ intrinsic functions and x86-64 assembly language. This book emphasizes x86 SIMD programming topics and technologies that are relevant to modern software development in applications which can exploit data level parallelism, important for the processing of big data, large batches of data and related important in data science and much more. Modern Parallel Programming with C++ and Assembly Language is an instructional text that explains x86 SIMD programming using both C++ and assembly language. The book's content and organization are designed to help you quickly understand and exploit the SIMD capabilities of x86 processors. It also contains an abundance of source code that is structured to accelerate learning and comprehension of essential SIMD programming concepts and algorithms. After reading this book, you will be able to code performance-optimized AVX, AVX2, and AVX-512 algorithms using either C++ intrinsic functions or x86-64 assembly language. You will: Understand the essential details about x86 SIMD architectures and instruction sets including AVX, AVX2, and AVX-512. Master x86 SIMD data types, arithmetic instructions, and data management operations using both integer and floating-point operands. Code performance-enhancing functions and algorithms that fully exploit the SIMD capabilities of a modern x86 processor. Employ C++ intrinsic functions and x86-64 assembly language code to carry out arithmetic calculations using common programming constructs including arrays, matrices, and user-defined data structures. Harness the x86 SIMD instruction sets to significantly accelerate the performance of computationally intense algorithms in applications such as machine learning, image processing, computer graphics, statistics, and matrix arithmetic. Apply leading-edge coding strategies and techniques to optimally exploit the x86 SIMD instruction sets for maximum possible performance.
ISBN: 9781484279182
Standard No.: 10.1007/978-1-4842-7918-2doiSubjects--Topical Terms:
1636162
Assembly languages (Electronic computers)
--Handbooks, manuals, etc.
LC Class. No.: QA76.73.A8 / K87 2022
Dewey Class. No.: 005.136
Modern parallel programming with C++ and Assembly language = X86 SIMD development using AVX, AVX2, and AVX-512 /
LDR
:04134nmm a2200325 a 4500
001
2299411
003
DE-He213
005
20220314093234.0
006
m d
007
cr nn 008maaau
008
230324s2022 cau s 0 eng d
020
$a
9781484279182
$q
(electronic bk.)
020
$a
9781484279175
$q
(paper)
024
7
$a
10.1007/978-1-4842-7918-2
$2
doi
035
$a
978-1-4842-7918-2
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.A8
$b
K87 2022
072
7
$a
UMX
$2
bicssc
072
7
$a
COM000000
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.136
$2
23
090
$a
QA76.73.A8
$b
K97 2022
100
1
$a
Kusswurm, Daniel.
$3
2111772
245
1 0
$a
Modern parallel programming with C++ and Assembly language
$h
[electronic resource] :
$b
X86 SIMD development using AVX, AVX2, and AVX-512 /
$c
by Daniel Kusswurm.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
xx, 633 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1 - SIMD Fundamentals -- Chapter 2 - AVX C++ Programming - Part 1 -- Chapter 3 - AVX C++ Programming - Part 2 -- Chapter 4 - AVX2 C++ Programming - Part 1 -- Chapter 5 - AVX2 C++ Programming - Part 2 -- Chapter 6 - AVX2 C++ Programming - Part 3 -- Chapter 7 - AVX-512 C++ Programming - Part 1 -- Chapter 8 - AVX-512 C++ Programming - Part 2 -- Chapter 9 - Supplemental C++ SIMD Programming -- Chapter 10 - X86 Processor Architecture -- Chapter 11 - Core Assembly Language Programming - Part 1 -- Chapter 12 - Core Assembly Language Programming - Part 2 -- Chapter 13 - AVX Assembly Language Programming - Part 1 -- Chapter 14 - AVX Assembly Language Programming - Part 2 -- Chapter 15 - AVX2 Assembly Language Programming - Part 1 -- Chapter 16 - AVX2 Assembly Language Programming - Part 2 -- Chapter 17 - AVX-512 Assembly Language Programming - Part 1 -- Chapter 18 - AVX-512 Assembly Language Programming - Part 2 -- Chapter 19 - SIMD Usage and Optimization Guidelines -- Appendix A - Source Code and Development Tools -- Appendix B - References and Resources.
520
$a
Learn the fundamentals of x86 Single instruction multiple data (SIMD) programming using C++ intrinsic functions and x86-64 assembly language. This book emphasizes x86 SIMD programming topics and technologies that are relevant to modern software development in applications which can exploit data level parallelism, important for the processing of big data, large batches of data and related important in data science and much more. Modern Parallel Programming with C++ and Assembly Language is an instructional text that explains x86 SIMD programming using both C++ and assembly language. The book's content and organization are designed to help you quickly understand and exploit the SIMD capabilities of x86 processors. It also contains an abundance of source code that is structured to accelerate learning and comprehension of essential SIMD programming concepts and algorithms. After reading this book, you will be able to code performance-optimized AVX, AVX2, and AVX-512 algorithms using either C++ intrinsic functions or x86-64 assembly language. You will: Understand the essential details about x86 SIMD architectures and instruction sets including AVX, AVX2, and AVX-512. Master x86 SIMD data types, arithmetic instructions, and data management operations using both integer and floating-point operands. Code performance-enhancing functions and algorithms that fully exploit the SIMD capabilities of a modern x86 processor. Employ C++ intrinsic functions and x86-64 assembly language code to carry out arithmetic calculations using common programming constructs including arrays, matrices, and user-defined data structures. Harness the x86 SIMD instruction sets to significantly accelerate the performance of computationally intense algorithms in applications such as machine learning, image processing, computer graphics, statistics, and matrix arithmetic. Apply leading-edge coding strategies and techniques to optimally exploit the x86 SIMD instruction sets for maximum possible performance.
650
0
$a
Assembly languages (Electronic computers)
$v
Handbooks, manuals, etc.
$3
1636162
650
0
$a
C++ (Computer program language)
$3
527229
650
0
$a
Computer architecture.
$3
559837
650
1 4
$a
Programming Language.
$3
3538935
650
2 4
$a
C++.
$2
iisf.
$3
811612
650
2 4
$a
Computer Science.
$3
626642
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7918-2
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9441303
電子資源
11.線上閱覽_V
電子書
EB QA76.73.A8 K87 2022
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入