-
Notifications
You must be signed in to change notification settings - Fork 44
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
Why doesn't dash::copy support GlobPtr as input? #246
Comments
|
As discussed in #325 a Keeping that in mind, I guess we can close this issue. |
@fmoessbauer That's right in principle, but |
We could annotate |
I think it should not. |
Update: |
cool, nice improvement! :-) |
Is anyone working on this? @tuxamito ran into this problem today. @rkowalewski is that part of your upcoming PR? |
I totally need this feature to be able to access arrays pointed by GlobPtr. Accessing the elements one by one is terribly slow :( |
Hey, is there a reason why dash::copy doesn't accept GlobPtr as in/output?
I stumbled about this as i wanted to copy to a globmem allocated with memalloc on a remote unit.
it's just in the comments right now and I try to solve the problem another way, but I am still curious why ;-)
The text was updated successfully, but these errors were encountered: