- 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.
推薦閱讀
- 操作系統(tǒng)實(shí)用教程(Linux版)
- 操作系統(tǒng)基礎(chǔ)與實(shí)踐:基于openEuler平臺(tái)
- Instant Handlebars.js
- Installing and Configuring Windows 10:70-698 Exam Guide
- 高性能Linux服務(wù)器構(gòu)建實(shí)戰(zhàn):系統(tǒng)安全、故障排查、自動(dòng)化運(yùn)維與集群架構(gòu)
- 8051軟核處理器設(shè)計(jì)實(shí)戰(zhàn)
- 計(jì)算機(jī)系統(tǒng):基于x86+Linux平臺(tái)
- Fedora 12 Linux應(yīng)用基礎(chǔ)
- Red Hat Enterprise Linux 6.4網(wǎng)絡(luò)操作系統(tǒng)詳解
- Linux軟件管理平臺(tái)設(shè)計(jì)與實(shí)現(xiàn)
- Drupal 7 Cookbook
- Linux集群之美
- Agile IT Security Implementation Methodology
- Android應(yīng)用性能優(yōu)化最佳實(shí)踐
- 應(yīng)急指揮信息系統(tǒng)設(shè)計(jì)