This project is a simple CUDA program designed to query and display detailed information about the CUDA-compatible devices available on your system.
- Displays key attributes of CUDA devices, such as:
- Device name
- Compute capability
- Memory size
- Clock speeds
- Multiprocessor count
- Other hardware specifications
- NVIDIA CUDA Toolkit
- Compatible GPU and drivers
- Clone the repository:
git clone https://github.com/AiglonDore/cuda-device-query.git
- Compile the program using the provided Makefile:
make RELEASE=TRUE
Run the compiled binary on Linux:
./bin/device_query.out
Run the compiled binary on Windows:
./bin/device_query.exe
This project is licensed under the GPL-3.0 License. See the LICENSE.md file for more details.