Skip to content

Commit b48eac3

Browse files
committed
Update copyright year
1 parent ac245b1 commit b48eac3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

include/cuco/detail/static_map/helpers.cuh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include <cuda/stream_ref>
2727

2828
namespace cuco::detail::static_map_ns {
29-
3029
/**
3130
* @brief Dispatches to shared memory map kernel if `num_elements_per_thread > 2`, else
3231
* fallbacks to global memory map kernel.

include/cuco/detail/trie/dynamic_bitset/kernels.cuh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3-
* SPDX-License-Identifier: Apache-2.0
2+
* SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights
3+
* reserved. SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)