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
- Host: GitHub
- URL: https://github.com/1ytic/cuda-gpu-zoo
- Owner: 1ytic
- Created: 2019-08-16T08:13:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T08:11:54.000Z (over 6 years ago)
- Last Synced: 2025-02-08T14:12:56.082Z (over 1 year ago)
- Topics: cuda, gpu
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```