-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can we really support "__managed__" feature ? #955
Comments
I found a history issue:#624 |
Implementing this feature would require writing an additional LLVM pass that would insert allocations. This is doable just a question of priorities. Can you share what code you are working on that requires this? @joyongzhu |
hi bro,code is on the top。normally,I can set a value for a managed variable in host code,just like writing a normal cpp code。 And,on chipstar,if I want to get a managed variable,I must use hipMemcpyFromSymbol,but on AMD,I can use it directly。 |
Currently we're prioritizing features by the application needs as we are trying to enable as many applications as possible. For example, currently we're working on enabling OpenMM and fixing bugs/features associated with that application. |
Ok,thank you very much!!! |
I ran this code but got an incorrect result, so I checked the Chipstar code and found one line:
So we can't really support it ?
Can we use some other way to fix it?such as opencl api clSVMAlloc.
The text was updated successfully, but these errors were encountered: