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

want a replacement of cuda driver api #83

Open
GoogleCodeExporter opened this issue Feb 7, 2016 · 0 comments
Open

want a replacement of cuda driver api #83

GoogleCodeExporter opened this issue Feb 7, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hi, I'm developer of Alea.cuBase (http://www.quantalea.net), which is new CUDA 
tool in Microsoft new F# language. We developed a kernel DSL using F#, and 
generate LLVM and finally compiled into PTX by nvidia backend.

So now I'm seeking a way to make it possible to run PTX on other platforms, 
such as AMD, Intel Phi, etc. OpenCL is one way, but it need lot of work. I 
wonder if gpuocelot would help. In the backend, we use NVIDIA Driver API call, 
using .NET P/Invoke to call the nvcuda.dll (installed by driver) directly, so 
we bypass any stuff related to C language, even we don't need nvcc toolkit.

But I saw gpuocelot uses CUDA Runtime API. So my question are:
1) is it possible to provide a dll that simply replace the nvcuda.dll but with 
the same CUDA Driver API interface?
2) Will it support Intel Phi?

Regards,
Xiang.

Original issue reported on code.google.com by soloman...@gmail.com on 16 May 2013 at 11:31

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

No branches or pull requests

1 participant