solarflarefx

Results 16 comments of solarflarefx

@lostmsu So as of now it's a [ManagedCuda ](https://kunzmi.github.io/managedCuda/)array. I am working with a pipeline where data is initially loaded from the CPU to GPU at the beginning, but once...

@syurkevi I was actually looking to find connected components in a 3D volume structure. I got the sense that at least some of the other methods work on 3d structures...

So this would involve converting a cuda array into a pytorch tensor that resides in the GPU. I believe this can be done in Python, but am not 100% sure....

Sorry this is a point of confusion on my part -- on the main page it says that torch.Tensor has been wrapped but torch.cuda has not. However, at the top...

Sounds good, I will experiment with Torch.NET and get back to you. It may take me a little time as I have been experimenting with both TensorFlow and PyTorch, and...

So after doing some research, I think the function in torch C++ is the following: https://pytorch.org/cppdocs/api/function_namespacetorch_1ad7fb2a7759ef8c9443b489ddde494787.html torch::from_blob I think this is ultimately what I am looking for to take data...