Skip to content

Instantly share code, notes, and snippets.

View dzitkowskik's full-sized avatar

Karol Dzitkowski dzitkowskik

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <cuda.h>
#define ELEMENTS_COUNT 10
#define DATA_SIZE (ELEMENTS_COUNT * sizeof(storeElement))
struct storeElement
{