- 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.
推薦閱讀
- Citrix XenApp Performance Essentials
- Social Media Mining with R
- 構(gòu)建高可用Linux服務(wù)器(第4版)
- 嵌入式Linux系統(tǒng)開發(fā):基于Yocto Project
- 循序漸進學(xué)Docker
- 竹林蹊徑:深入淺出windows驅(qū)動開發(fā)
- 嵌入式實時操作系統(tǒng)μC/OS原理與實踐
- Windows 7案例教程
- 深入淺出Node.js
- AWS SysOps Cookbook
- CentOS 6 Linux Server Cookbook
- Linux操作系統(tǒng)
- Linux從入門到精通(視頻教學(xué)版)
- OpenHarmony開發(fā)與實踐:基于紅莓RK2206開發(fā)板
- OpenStack Essentials(Second Edition)