Skip to content

Commit

Permalink
Update include/cuco/detail/utility/cuda.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Jünger <[email protected]>
  • Loading branch information
PointKernel and sleeepyjack authored Sep 5, 2023
1 parent 5c0340e commit b801072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cuco/detail/utility/cuda.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ namespace detail {
using index_type = int64_t; ///< CUDA thread index type

/// Default block size
static constexpr int32_t default_block_size() noexcept { return 128; }
constexpr int32_t default_block_size() noexcept { return 128; }
/// Default stride
static constexpr int32_t default_stride() noexcept { return 1; }
constexpr int32_t default_stride() noexcept { return 1; }

/**
* @brief Computes the desired 1D grid size with the given parameters
Expand Down

0 comments on commit b801072

Please sign in to comment.