soft_pmap alternative #5079
Unanswered
Joshuaalbert
asked this question in
Show and tell
Replies: 2 comments 1 reply
-
Sadly, this also still suffers from |
Beta Was this translation helpful? Give feedback.
1 reply
-
i wonder if the newly introduced |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have come across a few problems with
soft_pmap
(#5070) andpmap
(#5065) which have hampered my ability to distributed moderate chunks of work over devices (virtual or not). To that end, I made this small function that utilised a singlepmap
call andscan
. The single call topmap
avoids #5065, and thescan
effectively avoids #5070, namely so that only as much memory as needed is requested on the device. Here is the function,Beta Was this translation helpful? Give feedback.
All reactions