-
Notifications
You must be signed in to change notification settings - Fork 400
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
Expose hvm_c and hvm_cu in lib.rs #367
Comments
Something like what I did in the interop branch can be used to do this: Lines 84 to 90 in 0e9c596
I changed the original read back function to take an abstract Line 399 in 0e9c596
Lines 9 to 12 in 0e9c596
Is this an appropriate solution to this issue or are you looking for something else? |
Yes, except that |
For people who want to use HVM as a library, it would be useful to give access not only to the rust runtime, but to the C and CUDA runtimes as well.
I want to have this as an option in Bend so that we can provide users with a default HVM version that is guaranteed to work out of the box, removing the need to install HVM as an external dependency and making sure that users always have one option of HVM that is compatible with their version of Bend.
The text was updated successfully, but these errors were encountered: