Avoid CUB version check

This commit is contained in:
Pei Jia 2022-06-20 23:14:23 -07:00
parent f1e78f0c99
commit 539b0df565
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
* Tree Pyramid Segmentation Method".
*/
#define THRUST_IGNORE_CUB_VERSION_CHECK
// System includes.
#include <stdlib.h>
#include <stdio.h>

View File

@ -37,6 +37,7 @@
#define NOMINMAX
#endif
#define THRUST_IGNORE_CUB_VERSION_CHECK
// includes, system
#include <stdlib.h>
#include <stdio.h>