Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cuda/CudaPlotConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define BBCU_DEFAULT_GPU_BUFFER_COUNT 2

#define BBCU_K (32u)
#define BBCU_BUCKET_COUNT (128u)
#define BBCU_BUCKET_COUNT (256u)
#define BBC_Y_BITS (BBCU_K+kExtraBits)
#define BBC_Y_BITS_T7 (BBCU_K)
#define BBC_BUCKET_BITS (CuBBLog2( BBCU_BUCKET_COUNT ))
Expand Down Expand Up @@ -75,4 +75,4 @@ static_assert( BBCU_BUCKET_ALLOC_ENTRY_COUNT / BBCU_BUCKET_COUNT == BBCU_MAX_SLI
#define ASSERT_DOES_NOT_OVERLAP( b0, b1, size )
#define _ASSERT_DOES_NOT_OVERLAP2( b0, b1, sz0, sz1 )
#define ASSERT_DOES_NOT_OVERLAP2( b0, b1, size0, size1 )
#endif
#endif