Created
August 9, 2019 20:26
-
-
Save pentschev/5c37d037c683ae06cbd1727cce2fcd23 to your computer and use it in GitHub Desktop.
Blog Post - Parallelizing Custom CuPy Kernels with Dask - Map Blocks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
res = da.map_blocks(dispatch_add_broadcast, dx, dy, dtype=cupy.float32) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment