- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Bhaumik Vaidya
- 58字
- 2021-08-13 15:48:24
Scatter
In a scatter pattern, a thread or a task takes a single input and computes where in the memory it should write the output. Array sorting is an example of a scatter operation. It can also be one-to-many operations. The code for scatter pattern will look as follows:
out[i-1] += 2 * in[i] and out[i+1] += 3*in[i]
推薦閱讀
- 現代C++編程:從入門到實踐
- 軟件項目估算
- Visual C++程序設計學習筆記
- TensorFlow Lite移動端深度學習
- Practical Data Science Cookbook(Second Edition)
- Apache Karaf Cookbook
- Python自然語言處理(微課版)
- Learning Apache Kafka(Second Edition)
- Windows Forensics Cookbook
- Node.js開發指南
- PowerDesigner 16 從入門到精通
- Visual C++從入門到精通(第2版)
- OpenCV 3.0 Computer Vision with Java
- Unity與C++網絡游戲開發實戰:基于VR、AI與分布式架構
- 中小企業網站建設與管理(靜態篇)