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

file io operations from within emu kernel functions #26

Open
omac777 opened this issue Oct 25, 2019 · 1 comment
Open

file io operations from within emu kernel functions #26

omac777 opened this issue Oct 25, 2019 · 1 comment

Comments

@omac777
Copy link

omac777 commented Oct 25, 2019

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.

@calebwin
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants