- 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
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- INSTANT OpenCV Starter
- 算法零基礎一本通(Python版)
- R Data Analysis Cookbook(Second Edition)
- C語言程序設計
- Unity 2D Game Development Cookbook
- Learning Unreal Engine Android Game Development
- Procedural Content Generation for C++ Game Development
- Oracle GoldenGate 12c Implementer's Guide
- 詳解MATLAB圖形繪制技術
- Go語言從入門到精通
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- Android高級開發實戰:UI、NDK與安全
- Web 2.0策略指南
- Implementing OpenShift