-
Notifications
You must be signed in to change notification settings - Fork 5
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
cudawrappers on Windows #253
Comments
We (at ASTRON) have never tried compiling and running cudawrappers on Windows. It is an interesting use-case, but to properly "support" this, we would also need to include Windows in the CI pipeline. |
Supporting it in the CI seems difficult. For my use case I'd be more than happy to have it as an experimental, no-promises-that-it-works feature, but I can also understand if you don't want such a non-supported feature. In any case I'll see if I can get it to build on my Windows machine at home. |
The current code doesn't work as-is on windows, I thought I'd share my findings here:
The constructors are marked as explicit, but for some reason it doesn't pick the one with a The coverage and source embedding seem easy enough to fix, but I'm not sure what to do about the |
The
How about removing the default value for the second parameter? It will however likely cause some existing code using this API to break. |
That does fix the issue, but is rather unfortunate. I quite like being able to do call |
For the ultrasound part of the RECRUIT project I'd like to see if we can use cudawrappers, but their production system runs windows. I see no reason why cudawrappers shouldn't work on windows, but I haven't tried it. @csbnw have you ever tried it?
I can set up a windows machine at home to test if needed, I should still have an NVIDIA GPU lying around somewhere.
The text was updated successfully, but these errors were encountered: