3#include "../core/common.hpp"
20 void ones(T* array,
const unsigned int s);
31 void life(T* array,
const unsigned int s);
void ones(T *array, const unsigned int s)
Fills the kernel with ones.
Definition kernels.inl:10
void life(T *array, const unsigned int s)
Fills the kernel with a pattern to run Conway's Game of Life.
Definition kernels.inl:19
Main namespace.
Definition common.hpp:33