Replies: 1 comment
-
XLA will fuse operations into a sequence of kernels for each |
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.
-
After operation fusion is done, is every remaining operation computed with an individual kernel call, or is the whole jitted function computed into a single cuda kernel?
Beta Was this translation helpful? Give feedback.
All reactions