ElementWiseKernel and local_size/global_size #712
craig-warren
started this conversation in
General
Replies: 1 comment 1 reply
-
There isn't a way, and there isn't one planned. If you need that much control, just write your own kernel. If we tried to make If you need a tool that can generate code for array computations that puts you in charge of group sizes, https://github.com/inducer/loopy may be worth a look. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hopefully naive question but how do you set
local_size
andglobal_size
explicitly when usingElementWiseKernel
? By default is something happening under the hood to choose these based on hardware and array sizes passed to the kernel?Beta Was this translation helpful? Give feedback.
All reactions