We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67240f5 commit a15424fCopy full SHA for a15424f
cpp/src/routing/utilities/check_input.cu
@@ -1,6 +1,6 @@
1
/* clang-format off */
2
/*
3
- * SPDX-FileCopyrightText: Copyright (c) 2021-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+ * SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
/* clang-format on */
@@ -17,6 +17,7 @@
17
#include <thrust/iterator/counting_iterator.h>
18
#include <thrust/logical.h>
19
#include <thrust/pair.h>
20
+#include <thrust/tuple.h>
21
#include <cuda/std/functional>
22
23
#include <unordered_set>
0 commit comments