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

Investigate creating tensors directly on GPU #82

Open
ElliottKasoar opened this issue Dec 15, 2023 · 0 comments
Open

Investigate creating tensors directly on GPU #82

ElliottKasoar opened this issue Dec 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ElliottKasoar
Copy link
Contributor

Currently, data is (probably) explicitly moved to the target device, rather than created directly on the desired device, as is preferable.

Creating the tensor directly on the device would be closer to the previous form of the code (see changes for GPUs), although that exact implementation did not seem to work.

@ElliottKasoar ElliottKasoar added the enhancement New feature or request label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant