An open API service indexing awesome lists of open source software.

https://github.com/1ytic/cuda-gpu-zoo

Properties of the CUDA devices
https://github.com/1ytic/cuda-gpu-zoo

cuda gpu

Last synced: 10 months ago
JSON representation

Properties of the CUDA devices

Awesome Lists containing this project

README

          

# Properties of the CUDA devices

The following code demonstrates how to get device properties from a Jupyter notebook, for example, from [kaggle](https://www.kaggle.com/kernels) or [colab](https://colab.research.google.com/notebooks/welcome.ipynb).

```
!git clone https://github.com/NVIDIA/cuda-samples

import os
os.chdir('cuda-samples/Samples/deviceQuery')

!make

!./deviceQuery
```