mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 18:39:16 +08:00
Avoid CUB version check
This commit is contained in:
parent
f1e78f0c99
commit
539b0df565
|
@ -36,6 +36,7 @@
|
||||||
* Tree Pyramid Segmentation Method".
|
* Tree Pyramid Segmentation Method".
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define THRUST_IGNORE_CUB_VERSION_CHECK
|
||||||
// System includes.
|
// System includes.
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define THRUST_IGNORE_CUB_VERSION_CHECK
|
||||||
// includes, system
|
// includes, system
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user