ulib 0.3.3

Universal data storage library for CPU/GPU heterogeneous applications
Documentation
#pragma once

#ifdef __NVCC__
#define __ulib_inline __device__ __host__ __forceinline__
#else
#define __ulib_inline inline __attribute__((always_inline))
#endif