Hi! Does anybody know if you can use the map() function with Cuda?? When I try to map about 5000 files its taking very long… or is there another way to accelerate the process despite cuda?
My answer on Discord:
No, this is not supported. Currently, the only option is to parallelize the
map
with thenum_proc
parameter to make it faster