https://github.com/podgorskiy/cuda_tutorial1
Simple example of usage CUDA with CMake
https://github.com/podgorskiy/cuda_tutorial1
Last synced: 7 months ago
JSON representation
Simple example of usage CUDA with CMake
- Host: GitHub
- URL: https://github.com/podgorskiy/cuda_tutorial1
- Owner: podgorskiy
- License: mit
- Created: 2017-06-17T21:59:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T23:21:28.000Z (over 8 years ago)
- Last Synced: 2025-01-11T05:21:45.970Z (9 months ago)
- Language: Cuda
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple tutorial that shows a minimal example of usage CUDA with CMake
This example computes and prints Mandelbrot fractal to the console:
```
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
*************************************************###****************************
***********************************************######***************************
************************************************#####***************************
***************************************##***#############***********************
****************************************#######################*****************
************************************#**#######################******************
************************************###########################*****************
************************************############################****************
***********************########****##############################***************
*********************############*##############################****************
*********************##########################################*****************
#############################################################*******************
*********************##########################################*****************
*********************############*##############################****************
***********************########****##############################***************
************************************############################****************
************************************###########################*****************
************************************#**#######################******************
****************************************#######################*****************
***************************************##***#############***********************
************************************************#####***************************
***********************************************######***************************
*************************************************###****************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
```