You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLArray currently uses coarse-grained SVM for device allocations, so that it's possible to get a hold of device pointers (instead of opaque handles) for Julia ABI reasons. Some back-ends may not support this, so it would be interesting to have alternative allocation strategies:
using fine-grained SVM: although overkill, it may enable additional platforms
CLArray
currently uses coarse-grained SVM for device allocations, so that it's possible to get a hold of device pointers (instead of opaque handles) for Julia ABI reasons. Some back-ends may not support this, so it would be interesting to have alternative allocation strategies:I personally don't have a need for this, so won't be working on this, but I'd be happy to take patches that extend compatibility of CLArray.
The text was updated successfully, but these errors were encountered: