- 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
推薦閱讀
- Mastering NetBeans
- .NET之美:.NET關鍵技術深入解析
- 從零構建知識圖譜:技術、方法與案例
- Java入門經典(第6版)
- HBase從入門到實戰
- ASP.NET 3.5程序設計與項目實踐
- Swift細致入門與最佳實踐
- 從零開始學C語言
- C編程技巧:117個問題解決方案示例
- 算法設計與分析:基于C++編程語言的描述
- HTML5移動前端開發基礎與實戰(微課版)
- Mastering Machine Learning with scikit-learn
- 情境微課開發(第2版)
- Computer Vision with Python 3
- 接口自動化測試持續集成:Postman+Newman+Git+Jenkins+釘釘