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

[FEA] Update T-SNE to use device_buffer #2402

Closed
cjnolet opened this issue Jun 11, 2020 · 0 comments · Fixed by #2548
Closed

[FEA] Update T-SNE to use device_buffer #2402

cjnolet opened this issue Jun 11, 2020 · 0 comments · Fixed by #2548
Labels
feature request New feature or request

Comments

@cjnolet
Copy link
Member

cjnolet commented Jun 11, 2020

There are very few algorithms left that do not use device_buffer. Like many algorithms, T-SNE was written just before the device_buffer was created so it's still using the underlying allocator directly.

The allocations done on heap should be replaced with stack device_buffer to make the code generally easier to maintain.

@cjnolet cjnolet added feature request New feature or request ? - Needs Triage Need team to review and classify labels Jun 11, 2020
@hcho3 hcho3 removed the ? - Needs Triage Need team to review and classify label Jun 18, 2020
zbjornson added a commit to zbjornson/cuml that referenced this issue Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants