Skip to content

Fallback to CPU for T-SNE with Barnes Hut.#6637

Closed
csadorf wants to merge 5 commits intorapidsai:branch-25.06from
csadorf:fix/fallback-to-cpu-for-tsne-with-barnes-hut
Closed

Fallback to CPU for T-SNE with Barnes Hut.#6637
csadorf wants to merge 5 commits intorapidsai:branch-25.06from
csadorf:fix/fallback-to-cpu-for-tsne-with-barnes-hut

Conversation

@csadorf
Copy link
Copy Markdown
Contributor

@csadorf csadorf commented May 7, 2025

Mitigation for #6617.

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 7, 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.

@github-actions github-actions Bot added the Cython / Python Cython or Python issue label May 7, 2025
@csadorf
Copy link
Copy Markdown
Contributor Author

csadorf commented May 7, 2025

/ok to test 01255a1

@csadorf csadorf added bug Something isn't working non-breaking Non-breaking change labels May 7, 2025
@csadorf
Copy link
Copy Markdown
Contributor Author

csadorf commented May 7, 2025

/ok to test da480a3

@csadorf
Copy link
Copy Markdown
Contributor Author

csadorf commented May 7, 2025

/ok to test 90cf433

@csadorf csadorf marked this pull request as ready for review May 7, 2025 20:24
@csadorf csadorf requested a review from a team as a code owner May 7, 2025 20:24
@csadorf csadorf requested review from bdice and teju85 May 7, 2025 20:24
},
"method": {
"exact": "exact",
"barnes_hut": "NotImplemented",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Most users will default to Barnes hut since it's the default, so this will be very impactful for users of zero code change, and there is no good reason why we shouldn't change to fft here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Can you weigh in on this discussion then?

@csadorf csadorf removed request for bdice and teju85 May 8, 2025 01:15
@csadorf csadorf marked this pull request as draft May 8, 2025 01:15
@csadorf
Copy link
Copy Markdown
Contributor Author

csadorf commented May 8, 2025

Putting back into draft, we decided to proceed with #6619 for now.

@jcrist
Copy link
Copy Markdown
Member

jcrist commented May 9, 2025

Closing this for now since we went with #6619. Can always reopen later if needed.

@jcrist jcrist closed this May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Cython / Python Cython or Python issue non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants