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 0c0a41d commit ae95d9cCopy full SHA for ae95d9c
cub/cub/detail/segmented_params.cuh
@@ -1,8 +1,6 @@
1
// SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
2
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3
4
-CUB_NAMESPACE_BEGIN
5
-
6
#pragma once
7
8
#include <cub/config.cuh>
@@ -19,6 +17,8 @@ CUB_NAMESPACE_BEGIN
19
17
#include <cuda/std/iterator>
20
18
#include <cuda/std/limits>
21
+CUB_NAMESPACE_BEGIN
+
22
namespace detail::params
23
{
24
// -----------------------------------------------------------------------------
0 commit comments