Skip to content

Commit ae95d9c

Browse files
committed
fixes cub namespace
1 parent 0c0a41d commit ae95d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cub/cub/detail/segmented_params.cuh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
33

4-
CUB_NAMESPACE_BEGIN
5-
64
#pragma once
75

86
#include <cub/config.cuh>
@@ -19,6 +17,8 @@ CUB_NAMESPACE_BEGIN
1917
#include <cuda/std/iterator>
2018
#include <cuda/std/limits>
2119

20+
CUB_NAMESPACE_BEGIN
21+
2222
namespace detail::params
2323
{
2424
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)