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 read about gpufs. It has a capability to access files from within gpu kernel functions. Are there any plans to provide file io apis from within emu's gpu kernel functions? i.e. open file, create file, write/read, close.
Thank you for listening.
The text was updated successfully, but these errors were encountered:
GPUfs is implemented for CUDA. I could look into it but until OpenCL supports it, I probably won't either.
Also, there are many algorithms that can't even be implemented at the moment with Emu because of limited support for things like variables, if/else, for loops so I would rather we focus on that.
I read about gpufs. It has a capability to access files from within gpu kernel functions. Are there any plans to provide file io apis from within emu's gpu kernel functions? i.e. open file, create file, write/read, close.
Thank you for listening.
The text was updated successfully, but these errors were encountered: