#include "cuda/index.h" #include "cuda/error.h" #include "cuda/event.h" #include "cuda/stream.h" #include "cuda/map_resources_scope.h" #include "cuda/array.h" #include "cuda/gl_texture.h" #include "cuda/resources.h" #ifdef __INTELLISENSE__ #define CU_INVOKE(__func__) __func__ #define CU_INVOKE1(__func__, __grdSize__, __blkSize__) __func__ #else #define CU_INVOKE(__func__) __func__<<>> #define CU_INVOKE1(__func__, __grdSize__, __blkSize__) __func__<<<__grdSize__, __blkSize__>>> #endif