Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make block size in dataset configurable #174

Merged
merged 3 commits into from
Oct 12, 2020
Merged

make block size in dataset configurable #174

merged 3 commits into from
Oct 12, 2020

Conversation

MaggieQi
Copy link
Member

@MaggieQi MaggieQi commented Oct 9, 2020

No description provided.

SkyInTheSea
SkyInTheSea previously approved these changes Oct 9, 2020
@@ -43,5 +43,8 @@ DefineBKTParameter(m_iThresholdOfNumberOfContinuousNoBetterPropagation, int, 3L,
DefineBKTParameter(m_iNumberOfInitialDynamicPivots, int, 50L, "NumberOfInitialDynamicPivots")
DefineBKTParameter(m_iNumberOfOtherDynamicPivots, int, 4L, "NumberOfOtherDynamicPivots")
DefineBKTParameter(m_iHashTableExp, int, 4L, "HashTableExponent")
DefineBKTParameter(m_pSamples.rowsInBlock, int, 1024 * 1024, "DataBlockSize")
DefineBKTParameter(m_pGraph.RowsInBlock(), int, 1024 * 1024, "GraphBlockSize")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you change to m_pGraph.rowsInBlock to align style?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rowsInBlock is the member variable of Dataset, not the graph and the labelset.

@MaggieQi MaggieQi merged commit d8d60a4 into master Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants