8000 HDBSCAN LTO Example by divyegala · Pull Request #6756 · rapidsai/cuml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HDBSCAN LTO Example #6756

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

Draft
wants to merge 3 commits into
base: branch-25.08
Choose a base branch
from
Draft

Conversation

divyegala
Copy link
Member

No description provided.

Copy link
copy-pr-bot bot commented May 19, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

add_library(hdbscan_kernels_lto OBJECT src/hdbscan/detail/kernels/condense.cu)
target_compile_options(hdbscan_kernels_lto PRIVATE -Xfatbin=--compress-all --compress-mode=size)
set_target_properties(hdbscan_kernels_lto PROPERTIES
CUDA_ARCHITECTURES "60-real"
Copy link
Member

Choose a reason for hiding this comment

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

Since we depreciated Pascal, should we do 70-real here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Probably, yes

@divyegala divyegala self-assigned this May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0