Skip to content

Commit

Permalink
Deprecate block/warp algo specializations (NVIDIA#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored and davebayer committed Jan 23, 2025
1 parent 75c2ff7 commit 7980ef5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@

#include <cuda/ptx>

CUB_NAMESPACE_BEGIN

CUB_NAMESPACE_BEGIN
namespace detail
{
Expand Down
2 changes: 0 additions & 2 deletions cub/cub/block/specializations/block_scan_warp_scans.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@

#include <cuda/ptx>

CUB_NAMESPACE_BEGIN

CUB_NAMESPACE_BEGIN
namespace detail
{
Expand Down
2 changes: 0 additions & 2 deletions cub/cub/warp/specializations/warp_reduce_smem.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@

#include <cuda/ptx>

CUB_NAMESPACE_BEGIN

CUB_NAMESPACE_BEGIN
namespace detail
{
Expand Down
2 changes: 0 additions & 2 deletions cub/cub/warp/specializations/warp_scan_shfl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@

#include <cuda/ptx>

CUB_NAMESPACE_BEGIN

CUB_NAMESPACE_BEGIN
namespace detail
{
Expand Down
2 changes: 0 additions & 2 deletions cub/cub/warp/specializations/warp_scan_smem.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@

#include <cuda/ptx>

CUB_NAMESPACE_BEGIN

CUB_NAMESPACE_BEGIN
namespace detail
{
Expand Down

0 comments on commit 7980ef5

Please sign in to comment.