We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2d8d7 commit c423d30Copy full SHA for c423d30
1 file changed
gpu/utils/include/pcl/gpu/utils/device/functional.hpp
@@ -41,6 +41,10 @@
41
#include <thrust/functional.h>
42
#include <cuda.h>
43
44
+#if CUDA_VERSION >= 13000
45
+#include <cuda/std/functional>
46
+#endif
47
+
48
namespace pcl
49
{
50
namespace device
@@ -84,7 +88,6 @@ namespace pcl
84
88
};
85
89
86
90
// Generalized Identity Operations
87
-
91
#if CUDA_VERSION >= 13000
92
using cuda::std::identity;
93
#else
0 commit comments