Skip to content

Instantly share code, notes, and snippets.

@kaityo256
Created February 17, 2014 06:47
Show Gist options
  • Save kaityo256/9045863 to your computer and use it in GitHub Desktop.
Save kaityo256/9045863 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <cuda.h>
int
main(void){
int v = 0;
cuDriverGetVersion(&v);
printf("%d\n",v);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment