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

(DNND) Custom Point Type #67

Merged
merged 4 commits into from
May 31, 2024

Conversation

KIwabuchi
Copy link
Member

This PR enables DNND to support custom point types.
This PR depends on LLNL/ygm#209.

if (NOT ygm_FOUND)
FetchContent_Declare(
ygm
GIT_REPOSITORY https://github.com/LLNL/ygm.git
GIT_TAG develop # v${SALTATLAS_YGM_VERSION}
GIT_TAG v0.7-dev
Copy link
Member Author

Choose a reason for hiding this comment

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

@steiltre I need to change the YGM version to v0.7-dev. Is this okay for you? This is the only location where this PR affects DHNSW.

Copy link
Collaborator

Choose a reason for hiding this comment

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

This is good. The develop branch of YGM will be deleted at some point (assuming we like the new v0.7-dev style of naming).

@KIwabuchi KIwabuchi merged commit 557ce07 into LLNL:develop May 31, 2024
1 check passed
@KIwabuchi KIwabuchi deleted the feature/dnnd_custom_point_type branch May 31, 2024 17:04
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