Investigate creating tensors directly on GPU #82
Labels
enhancement
New feature or request
gpu
Related to buiding and running on GPU
Hacktoberfest
Issues open for Hacktoberfest contributions
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.
The text was updated successfully, but these errors were encountered: