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
Hi, we are using dash in a student project to implement matrix transpose in distributed memory, we want implement a block data copy from global to global by dash::copy. But there is a complied error.(try on development and bug-656-copy). If this is my code's own error, sorry about that.
Thanks
Hello. Thank you for reporting this. It seems that we do not (yet) support global to global copies. What you can do as a short-term workaround is to implement the global copy yourself. If both arrays have the same patterns and sizes it is even simpler as you can copy the local portions on all units.
We have to look into implementing global to global.
Global-to-global dash::copy is a feature that depends on the stale nviews feature-branch.
It already works as-is for one-dimensional ranges.
I will fork a feature branch named something like rviews or ranges for the one-dimensional part for you (@zhukevin04) to test.
Hi, we are using dash in a student project to implement matrix transpose in distributed memory, we want implement a block data copy from global to global by dash::copy. But there is a complied error.(try on development and bug-656-copy). If this is my code's own error, sorry about that.
Thanks
Error:
This is the function code like example bench.07.local-copy:
and the patterns are:
The text was updated successfully, but these errors were encountered: