diff --git a/cuda_helper.h b/cuda_helper.h index 0e65368..2e1a311 100644 --- a/cuda_helper.h +++ b/cuda_helper.h @@ -4,10 +4,11 @@ #include #include -#if defined(__INTELLISENSE__) -/* reduce warnings */ +#ifdef __INTELLISENSE__ +/* reduce vstudio warnings (__byteperm, blockIdx...) */ #include #include +#define __launch_bounds__(max_tpb, min_blocks) #endif #include