A library and framework for developing CPU-CUDA compatible applications under one unified code.

11 lines
146 B

#ifndef CUDATOOLS_SPARSE_H
#define CUDATOOLS_SPARSE_H
#include "Array.h"
#include "Core.h"
#include "Macros.h"
#include "Types.h"
#endif
#endif