You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question or a feature request evaluation.
Consider we have a text file / json that can be read into a array of a structure.
Is there a way to read/write from this file directly into/from GPU arrays ? Is this a viable request ?
If this is possible, Can Kompute be developed to handle such a functionality ?
What I am asking is the ability to handle FILE IO using parallel operations into GPU/device arrays.
Kindly provide feedback.
The text was updated successfully, but these errors were encountered:
I'm not sure I fully understand the usecase, if what you mean is to load the contents of a file and load it into GPU memory, however I would assume the contents of the file would include contents that could be mapped into a respective array, so this would require parsing into an int / float array, and then a kp::Tensor can be created with that data, which can then be copied into GPU memory. Does that make sense?
Hi
I have a question or a feature request evaluation.
Consider we have a text file / json that can be read into a array of a structure.
Is there a way to read/write from this file directly into/from GPU arrays ? Is this a viable request ?
If this is possible, Can Kompute be developed to handle such a functionality ?
What I am asking is the ability to handle FILE IO using parallel operations into GPU/device arrays.
Kindly provide feedback.
The text was updated successfully, but these errors were encountered: