Skip to content

Instantly share code, notes, and snippets.

View AlexeyAB's full-sized avatar
🐯

Aleksei Bochkovskii AlexeyAB

🐯
View GitHub Profile
@tautologico
tautologico / drivertest.cpp
Created June 6, 2012 02:58
Vector addition example using CUDA driver API
/*
* drivertest.cpp
* Vector addition (host code)
*
* Andrei de A. Formiga, 2012-06-04
*/
#include <stdio.h>
#include <stdlib.h>