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

does it support windows guest vm? #8

Open
nooodles2023 opened this issue Mar 9, 2023 · 5 comments
Open

does it support windows guest vm? #8

nooodles2023 opened this issue Mar 9, 2023 · 5 comments

Comments

@nooodles2023
Copy link

nooodles2023 commented Mar 9, 2023

I want to hook guest cuda api on windows and transform them to host linux.
Does it support hook cuda on windows?

@coldfunction
Copy link
Owner

You can try git checkout windows branch, but this branch has not been maintained for a long time.

@nooodles2023
Copy link
Author

Thank you,buddy,I will try this

@nooodles2023
Copy link
Author

I'm trying to hook cuLaunchKernel, but I have some trouble to handle the kernel params, because the guest app did not call setup args before. I also confused that if guest app use a pointer to buffer as a kernel param, and its kernel implement try to write something to the buffer, would qcuda work well in this situation?😆

@coldfunction
Copy link
Owner

coldfunction commented Apr 1, 2023 via email

@nooodles2023
Copy link
Author

Hi, buddy, I have implemented this now, thank you for your help!!!😆
https://github.com/tenclass/clink
I just transport cuda driver api through the network

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