- Hands-On GPU Programming with Python and CUDA
- Dr. Brian Tuomanen
- 160字
- 2021-06-10 19:25:32
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "We can now use the cublasSaxpy function."
A block of code is set as follows:
cublas.cublasDestroy(handle)
print 'cuBLAS returned the correct value: %s' % np.allclose(np.dot(A,x), y_gpu.get())
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
def compute_gflops(precision='S'):
if precision=='S':
float_type = 'float32'
elif precision=='D':
float_type = 'float64'
else:
return -1
Any command-line input or output is written as follows:
$ run cublas_gemm_flops.py
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- pcDuino開發(fā)實(shí)戰(zhàn)
- 新手易學(xué):系統(tǒng)安裝與重裝
- 嵌入式Linux驅(qū)動(dòng)程序和系統(tǒng)開發(fā)實(shí)例精講
- Alfresco 4 Enterprise Content Management Implementation
- 數(shù)據(jù)中心系統(tǒng)工程及應(yīng)用
- Linux系統(tǒng)安全基礎(chǔ):二進(jìn)制代碼安全性分析基礎(chǔ)與實(shí)踐
- Cassandra 3.x High Availability(Second Edition)
- HTML5 Enterprise Application Development
- Linux軟件管理平臺(tái)設(shè)計(jì)與實(shí)現(xiàn)
- OpenVZ Essentials
- Android應(yīng)用性能優(yōu)化最佳實(shí)踐
- Linux內(nèi)核修煉之道
- BuddyPress Theme Development
- Windows 8玩全不求人
- Python機(jī)器學(xué)習(xí)系統(tǒng)構(gòu)建(原書第3版)