Skip to content

Instantly share code, notes, and snippets.

View thisisgaara's full-sized avatar

Vignesh thisisgaara

  • Arizona State University
  • Arizona
View GitHub Profile
// kernel.cu : Defines the entry point for the console application.
//
#include "kernel.h"
#include <stdio.h>
#include <stdlib.h>
#include <cuda.h>
#include <cutil.h>
#include <cuda_runtime.h>