mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-04-12 20:28:37 +08:00
Merge 539b0df565
into 03309a2d42
This commit is contained in:
commit
cbb41f9ca5
|
@ -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>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <fstream>
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <limits>
|
||||
#include <set>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <fstream>
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <limits>
|
||||
#include <set>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user