- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Bhaumik Vaidya
- 151字
- 2021-08-13 15:48:24
Questions
- Write a CUDA program to subtract two numbers. Pass parameters by value in the kernel function.
- Write a CUDA program to multiply two numbers. Pass parameters by reference in the kernel function.
- Suppose you want to launch 5,000 threads in parallel. Configure kernel parameters in three different ways to accomplish this. Maximum 512 threads are possible per block.
- True or false: The programmer can decide in which order blocks will execute on the device, and blocks will be assigned to which streaming multiprocessor?
- Write a CUDA program to find out that your system contains a GPU device that has a major-minor version of 5.0 or greater.
- Write a CUDA program to find a cube of a vector that contains numbers from 0 to 49.
- For the following applications, which communication pattern is useful?
- Image processing
- Moving average
- Sorting array in ascending order
- Finding cube of numbers in array
推薦閱讀
- 零基礎學C++程序設計
- Building Modern Web Applications Using Angular
- Learning ArcGIS Pro 2
- R語言編程指南
- Mastering AndEngine Game Development
- JS全書:JavaScript Web前端開發指南
- C語言實驗指導及習題解析
- Java EE 8 Application Development
- Web前端應用開發技術
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- C語言程序設計實訓教程與水平考試指導
- Hadoop大數據分析技術
- ABAQUS6.14中文版有限元分析與實例詳解
- 分布式數據庫HBase案例教程
- Python Business Intelligence Cookbook