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