Skip to content

Commit

Permalink
remove pragma warning message (does not compile)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbusato committed Jan 29, 2025
1 parent 10847f5 commit b3827a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cub/cub/util_type.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ CUB_NAMESPACE_BEGIN

#ifndef CUB_IS_INT128_ENABLED
// Deprecated [Since 2.8]
# define CUB_IS_INT128_ENABLED \
LIBCUDACXX_COMP_DEPR_IMPL(CUB_IS_INT128_ENABLED is deprecated in favor of _CCCL_HAS_INT128()) _CCCL_HAS_INT128()
# define CUB_IS_INT128_ENABLED _CCCL_HAS_INT128()
#endif // !defined(CUB_IS_INT128_ENABLED)

/******************************************************************************
Expand Down

0 comments on commit b3827a8

Please sign in to comment.