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