Open joyongzhu opened 2 weeks ago
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
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.