Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/cctag/Types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class EdgePointCollection
public:
static constexpr size_t MAX_POINTS = size_t(1) << 24;
private:
static constexpr size_t MAX_RESOLUTION = 6144;
static constexpr size_t MAX_RESOLUTION = 8192;
static constexpr size_t CUDA_OFFSET = 1024; // 4 kB, one page
static constexpr size_t MAX_VOTERLIST_SIZE = 16*MAX_POINTS;

Expand Down