Assignment 1 GPU Course Lab
Setup CUDA env in linux. Find out the microarchitecture and compute capability of the available graphics card.
- Microarchitecture - Turing microarchitecture (TU117 GPU with 4GB of GDDR5 and GDDR6 memory)
- The NVIDIA GeForce GTX 1650, based on the Turing architecture, has a compute capability of 7.5.
- Compute Capability refers to GPU's Architecture and its ability to perform general purpose computing tasks including CUDA and deep learning.