Skip to content

Commit a999f46

Browse files
[pre-commit.ci] auto code formatting
1 parent 96e2a5a commit a999f46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/cuco/detail/utility/cuda.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ constexpr auto max_occupancy_grid_size(std::int32_t block_size,
7575
return max_active_blocks_per_multiprocessor * num_multiprocessors;
7676
}
7777

78-
inline auto l2_cache_size() {
78+
inline auto l2_cache_size()
79+
{
7980
int device = 0;
8081
CUCO_CUDA_TRY(cudaGetDevice(&device));
8182

0 commit comments

Comments
 (0)