Skip to content

Commit

Permalink
Add missing annotations for deprecated debug_sync APIs (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored Aug 14, 2024
1 parent 2e44b2c commit 352638b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cub/cub/device/dispatch/dispatch_histogram.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -1593,6 +1593,7 @@ public:
}

#ifndef DOXYGEN_SHOULD_SKIP_THIS // Do not document
CUB_DETAIL_RUNTIME_DEBUG_SYNC_IS_NOT_SUPPORTED
CUB_RUNTIME_FUNCTION _CCCL_FORCEINLINE static cudaError_t DispatchEven(
void* d_temp_storage,
size_t& temp_storage_bytes,
Expand Down
1 change: 1 addition & 0 deletions cub/cub/device/dispatch/dispatch_rle.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ struct DeviceRleDispatch
}

#ifndef DOXYGEN_SHOULD_SKIP_THIS // Do not document
CUB_DETAIL_RUNTIME_DEBUG_SYNC_IS_NOT_SUPPORTED
CUB_RUNTIME_FUNCTION _CCCL_FORCEINLINE static cudaError_t Dispatch(
void* d_temp_storage,
size_t& temp_storage_bytes,
Expand Down

0 comments on commit 352638b

Please sign in to comment.