- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Bhaumik Vaidya
- 58字
- 2021-08-13 15:48:24
Stencil
When threads or tasks read input from a fixed set of a neighborhood in an array, then this is called a stencil communication pattern. It is very useful in image-processing examples where we work on 3x3 or 5x5 neighborhood windows. It is a special form of a gather operation, so code syntax is similar to it.
推薦閱讀
- Implementing Modern DevOps
- Python Data Structures and Algorithms
- 零基礎(chǔ)學(xué)Kotlin之Android項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Swift 4從零到精通iOS開發(fā)
- Web開發(fā)新體驗(yàn)
- Visual FoxPro程序設(shè)計習(xí)題及實(shí)驗(yàn)指導(dǎo)
- ServiceDesk Plus 8.x Essentials
- Java算法從菜鳥到達(dá)人
- 谷歌JAX深度學(xué)習(xí)從零開始學(xué)
- 面向?qū)ο蟪绦蛟O(shè)計教程(C#版)
- 寫給所有人的編程思維
- 深入理解Android:WebKit卷
- PHP編程(第4版)
- 看漫畫學(xué)Python:有趣、有料、好玩、好用(全彩版)
- 數(shù)據(jù)結(jié)構(gòu)和算法(Python和C++語言描述)